Searched refs:functionName (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java45 public String[] getChecks(String functionName) { argument
46 String[] checks = map.get(functionName);
48 (functionName.endsWith("fv") ||
49 functionName.endsWith("xv") ||
50 functionName.endsWith("iv"))) {
51 functionName = functionName.substring(0, functionName.length() - 2);
52 checks = map.get(functionName);
/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp43 const char* functionName = metadata.getExportFuncNameList()[slot]; local
44 Function* func = newModule->getFunction(functionName);
56 const char* functionName = metadata.getExportForEachNameList()[slot]; local
57 if (functionName == nullptr || !functionName[0]) {
65 source->getName().c_str(), functionName);
73 const Function* function = mergedModule->getFunction(functionName);
/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp328 const string& functionName = permutation.getName(); local
332 stream << "_Z" << mangleLongName(functionName);
334 cerr << "Error mangling " << functionName << ". See above message.\n"; local
339 mangling = functionName;
/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp96 static void processReturn(const Return<void> &ret, const char* functionName) { argument
98 ALOGE("%s() failed: power HAL service not available.", functionName);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java7769 private void throwIfParentInstance(String functionName) { argument
7771 throw new SecurityException(functionName + " cannot be called on the parent instance");
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 5398 milliseconds