Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 25 of 25) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/
DFunctionExecutor.java31 Value executeFunction(String functionName, Value... args); in executeFunction()
/external/libcxxabi/src/Unwind/
DUnwindLevel1.c64 const char *functionName = functionBuf; in unwind_phase1() local
162 const char *functionName = functionBuf; in unwind_phase2() local
254 const char *functionName = functionBuf; in unwind_phase2_forced() local
DUnwindLevel1-gcc-ext.c172 char functionName[512]; in _Unwind_Backtrace() local
DUnwind-EHABI.cpp474 const char *functionName = functionBuf; in unwind_phase1() local
606 const char *functionName = functionBuf; in unwind_phase2() local
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.h3 #define LS_TRACE(functionName,fileId,lineNumber) LightSymbol __lstr(functionName,fileId,lineNumber); argument
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java489 private final String functionName; field in AutoEscapeContext.AutoEscapeState
492 private AutoEscapeState(String functionName, EscapeMode mode) { in AutoEscapeState()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DTypeResolver.java131 PVariable functionName = ((AFunctionExpression) node).getName(); in isNumericFunction() local
/external/clang/lib/Analysis/
DCocoaConventions.cpp96 StringRef functionName = ident->getName(); in followsCreateRule() local
/external/v8/test/webkit/
Darray-enumerators-functions.js84 var functionName = functions[f]; variable
/external/skia/src/core/
DSkFlattenable.cpp81 static void report_no_entries(const char* functionName) { in report_no_entries()
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java165 String functionName = extFunction.getFunctionName(); in extFunction() local
/external/skia/src/animator/
DSkScriptTokenizer.cpp515 SkString functionName(fToken, fTokenLength); in innerScript() local
804 const char* functionName = fToken; in handleFunction() local
DSkScript.cpp937 SkString functionName(fToken, fTokenLength); in handleFunction() local
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp547 void XXLog(const char *functionName) { } in XXLog()
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
DCallstacker.cpp419 const char* functionName() { in functionName() function in CppState
/external/skia/src/pathops/
DSkPathOpsDebug.cpp103 static void show_function_header(const char* functionName) { in show_function_header()
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp688 …const char* functionName = function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS ? "draw… in init() local
Des3fInstancedRenderingTests.cpp628 …const char* functionName = function == (int)InstancedRenderingCase::FUNCTION_DRAW_ARRAYS_INSTANCED… in init() local
Des3fShaderCommonFunctionTests.cpp1633 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases()
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c292 char *functionName, in TNC_TNCS_BindFunction()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c228 char *functionName, in TNC_TNCC_BindFunction()
/external/mdnsresponder/mDNSShared/
DDebugServices.c900 CFStringRef functionName; in DebugMacOSXLogInit() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2118 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp79 #define NATIVE_METHOD(className, functionName, signature) \ argument