Searched defs:functionName (Results 1 - 5 of 5) 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/Renderscript/
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/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/core/java/android/app/admin/
H A DDevicePolicyManager.java6601 private void throwIfParentInstance(String functionName) { argument
6603 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 170 milliseconds