Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DParameterChecker.java45 public String[] getChecks(String functionName) { in getChecks() argument
46 String[] checks = map.get(functionName); in getChecks()
48 (functionName.endsWith("fv") || in getChecks()
49 functionName.endsWith("xv") || in getChecks()
50 functionName.endsWith("iv"))) { in getChecks()
51 functionName = functionName.substring(0, functionName.length() - 2); in getChecks()
52 checks = map.get(functionName); in getChecks()
/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp43 const char* functionName = metadata.getExportFuncNameList()[slot]; in getInvokeFunction() local
44 Function* func = newModule->getFunction(functionName); in getInvokeFunction()
56 const char* functionName = metadata.getExportForEachNameList()[slot]; in getFunction() local
57 if (functionName == nullptr || !functionName[0]) { in getFunction()
65 source->getName().c_str(), functionName); in getFunction()
73 const Function* function = mergedModule->getFunction(functionName); in getFunction()
/frameworks/base/core/jni/
Dandroid_os_SharedMemory.cpp34 static void throwErrnoException(JNIEnv* env, const char* functionName, int error) { in throwErrnoException() argument
38 ScopedLocalRef<jstring> detailMessage(env, env->NewStringUTF(functionName)); in throwErrnoException()
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp329 const string& functionName = permutation.getName(); in addFunctionManglingToSet() local
333 stream << "_Z" << mangleLongName(functionName); in addFunctionManglingToSet()
335 cerr << "Error mangling " << functionName << ". See above message.\n"; in addFunctionManglingToSet()
340 mangling = functionName; in addFunctionManglingToSet()
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp119 bool processPowerHalReturn(const Return<void> &ret, const char* functionName) { in processPowerHalReturn() argument
121 ALOGE("%s() failed: power HAL service not available.", functionName); in processPowerHalReturn()
Dcom_android_server_am_BatteryStatsService.cpp65 extern bool processPowerHalReturn(const Return<void> &ret, const char* functionName);
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java8799 private void throwIfParentInstance(String functionName) { in throwIfParentInstance() argument
8801 throw new SecurityException(functionName + " cannot be called on the parent instance"); in throwIfParentInstance()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...