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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp132 const char *module_name = module.getModuleIdentifier().c_str(); local
186 ALOGE("Out of memory when create RSInfo object for %s!", module_name);
193 module_name);
216 module_name);
234 module_name);
251 module_name);
286 export_foreach_signature->getNumOperands(), module_name);
308 signature_string.str().c_str(), name.str().c_str(), module_name);
319 " are both NULL in %s! (skip)", i, module_name);
324 "#rs_export_foreach"), module_name);
[all...]
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py67 def __init__(self, module_name):
68 self.module_name = module_name
71 return 'From("%s")' % self.module_name

Completed in 58 milliseconds