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

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

Completed in 1312 milliseconds