Searched refs:functionName (Results 1 - 8 of 8) 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/base/core/jni/
H A Dandroid_os_SharedMemory.cpp34 static void throwErrnoException(JNIEnv* env, const char* functionName, int error) { argument
38 ScopedLocalRef<jstring> detailMessage(env, env->NewStringUTF(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.cpp329 const string& functionName = permutation.getName(); local
333 stream << "_Z" << mangleLongName(functionName);
335 cerr << "Error mangling " << functionName << ". See above message.\n"; local
340 mangling = functionName;
/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp119 bool processPowerHalReturn(const Return<void> &ret, const char* functionName) { argument
121 ALOGE("%s() failed: power HAL service not available.", functionName);
H A Dcom_android_server_am_BatteryStatsService.cpp65 extern bool processPowerHalReturn(const Return<void> &ret, const char* functionName);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java8799 private void throwIfParentInstance(String functionName) { argument
8801 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 6492 milliseconds