Searched refs:functionName (Results 1 – 8 of 8) sorted by relevance
45 public String[] getChecks(String functionName) { in getChecks() argument46 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()
43 const char* functionName = metadata.getExportFuncNameList()[slot]; in getInvokeFunction() local44 Function* func = newModule->getFunction(functionName); in getInvokeFunction()56 const char* functionName = metadata.getExportForEachNameList()[slot]; in getFunction() local57 if (functionName == nullptr || !functionName[0]) { in getFunction()65 source->getName().c_str(), functionName); in getFunction()73 const Function* function = mergedModule->getFunction(functionName); in getFunction()
34 static void throwErrnoException(JNIEnv* env, const char* functionName, int error) { in throwErrnoException() argument38 ScopedLocalRef<jstring> detailMessage(env, env->NewStringUTF(functionName)); in throwErrnoException()
329 const string& functionName = permutation.getName(); in addFunctionManglingToSet() local333 stream << "_Z" << mangleLongName(functionName); in addFunctionManglingToSet()335 cerr << "Error mangling " << functionName << ". See above message.\n"; in addFunctionManglingToSet()340 mangling = functionName; in addFunctionManglingToSet()
119 bool processPowerHalReturn(const Return<void> &ret, const char* functionName) { in processPowerHalReturn() argument121 ALOGE("%s() failed: power HAL service not available.", functionName); in processPowerHalReturn()
65 extern bool processPowerHalReturn(const Return<void> &ret, const char* functionName);
8799 private void throwIfParentInstance(String functionName) { in throwIfParentInstance() argument8801 throw new SecurityException(functionName + " cannot be called on the parent instance"); in throwIfParentInstance()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...