Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoExtractor.cpp115 const char *module_name = module.getModuleIdentifier().c_str(); in ExtractFromSource() local
157 ALOGE("Out of memory when create RSInfo object for %s!", module_name); in ExtractFromSource()
164 module_name); in ExtractFromSource()
187 module_name); in ExtractFromSource()
205 module_name); in ExtractFromSource()
222 module_name); in ExtractFromSource()
257 export_foreach_signature->getNumOperands(), module_name); in ExtractFromSource()
279 signature_string.str().c_str(), name.str().c_str(), module_name); in ExtractFromSource()
290 " are both NULL in %s! (skip)", i, module_name); in ExtractFromSource()
295 "#rs_export_foreach"), module_name); in ExtractFromSource()
/frameworks/webview/chromium/tools/
Dmerge_from_chromium.py65 def __init__(self, module_name): argument
66 self.module_name = module_name
69 return 'From("%s")' % self.module_name