Searched refs:functionName (Results 1 - 25 of 38) sorted by relevance

12

/external/v8/test/webkit/
H A Darray-enumerators-functions.js84 var functionName = functions[f];
86 if (arrays[a] === "largeEmptyArray" && functionName === "map")
88 if (currentFunc === returnIndex && functionName === "reduceRight")
90 shouldBe("count=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
91 "count=0;lastIndex=-1;Array.prototype."+functionName+".call(toObject("+arrays[a]+"), forwarders[f], "+testFunctions[t]+", 0)");
100 var functionName = functions[f];
102 if (arrays[a] === "largeEmptyArray" && functionName === "map")
104 if (currentFunc === returnIndex && functionName === "reduceRight")
106 shouldBe("count=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
107 "count=0;lastIndex=-1;Array.prototype."+functionName
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionExecutor.java31 Value executeFunction(String functionName, Value... args); argument
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.h3 #define LS_TRACE(functionName,fileId,lineNumber) LightSymbol __lstr(functionName,fileId,lineNumber);
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp96 StringRef functionName = ident->getName();
98 StringRef::iterator it = functionName.begin();
100 StringRef::iterator endI = functionName.end();
123 StringRef suffix = functionName.substr(it - start);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dtnc.h33 char *functionName,
56 char *functionName,
/external/wpa_supplicant_8/src/common/
H A Dtnc.h33 char *functionName,
56 char *functionName,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dtnc.h33 char *functionName,
56 char *functionName,
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c64 const char *functionName = functionBuf; local
69 functionName = ".anonymous.";
75 (void *)exception_object, pc, frameInfo.start_ip, functionName,
162 const char *functionName = functionBuf; local
167 functionName = ".anonymous.";
172 functionName, sp, frameInfo.lsda,
254 const char *functionName = functionBuf; local
259 functionName = ".anonymous.";
263 (void *)exception_object, frameInfo.start_ip, functionName,
H A DUnwindLevel1-gcc-ext.c172 char functionName[512]; local
175 unw_get_proc_name(&cursor, functionName, 512, &offset);
179 (long long)frame.start_ip, functionName, (long long)frame.lsda,
H A DUnwind-EHABI.cpp474 const char *functionName = functionBuf; local
479 functionName = ".anonymous.";
486 (long long)frameInfo.start_ip, functionName,
606 const char *functionName = functionBuf; local
611 functionName = ".anonymous.";
616 functionName, (long long)sp, (long long)frameInfo.lsda,
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTypeResolver.java131 PVariable functionName = ((AFunctionExpression) node).getName();
132 if (functionName instanceof ANameVariable) {
133 String name = ((ANameVariable) functionName).getWord().getText();
/external/skia/src/core/
H A DSkFlattenable.cpp81 static void report_no_entries(const char* functionName) {
85 functionName);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java489 private final String functionName; field in class:AutoEscapeContext.AutoEscapeState
492 private AutoEscapeState(String functionName, EscapeMode mode) { argument
493 this.functionName = functionName;
498 return functionName;
/external/v8/src/
H A Dmessages.js937 var functionName = this.getFunctionName();
944 if (functionName) {
946 %_CallFunction(functionName, typeName, StringIndexOfJS) != 0) {
949 line += functionName;
951 (%_CallFunction(functionName, "." + methodName, StringIndexOfJS) !=
952 functionName.length - methodName.length - 1)) {
959 line += "new " + (functionName || "<anonymous>");
960 } else if (functionName) {
961 line += functionName;
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPExtensionsProvider.java165 String functionName = extFunction.getFunctionName();
168 new javax.xml.namespace.QName( namespace, functionName );
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c292 char *functionName,
296 "functionName='%s')", (unsigned long) imvID, functionName);
304 if (os_strcmp(functionName, "TNC_TNCS_ReportMessageTypes") == 0)
306 else if (os_strcmp(functionName, "TNC_TNCS_SendMessage") == 0)
308 else if (os_strcmp(functionName, "TNC_TNCS_RequestHandshakeRetry") ==
311 else if (os_strcmp(functionName, "TNC_TNCS_ProvideRecommendation") ==
314 else if (os_strcmp(functionName, "TNC_TNCS_GetAttribute") == 0)
316 else if (os_strcmp(functionName, "TNC_TNCS_SetAttribute") == 0)
290 TNC_TNCS_BindFunction( TNC_IMVID imvID, char *functionName, void **pOutFunctionPointer) argument
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c292 char *functionName,
296 "functionName='%s')", (unsigned long) imvID, functionName);
304 if (os_strcmp(functionName, "TNC_TNCS_ReportMessageTypes") == 0)
306 else if (os_strcmp(functionName, "TNC_TNCS_SendMessage") == 0)
308 else if (os_strcmp(functionName, "TNC_TNCS_RequestHandshakeRetry") ==
311 else if (os_strcmp(functionName, "TNC_TNCS_ProvideRecommendation") ==
314 else if (os_strcmp(functionName, "TNC_TNCS_GetAttribute") == 0)
316 else if (os_strcmp(functionName, "TNC_TNCS_SetAttribute") == 0)
290 TNC_TNCS_BindFunction( TNC_IMVID imvID, char *functionName, void **pOutFunctionPointer) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c292 char *functionName,
296 "functionName='%s')", (unsigned long) imvID, functionName);
304 if (os_strcmp(functionName, "TNC_TNCS_ReportMessageTypes") == 0)
306 else if (os_strcmp(functionName, "TNC_TNCS_SendMessage") == 0)
308 else if (os_strcmp(functionName, "TNC_TNCS_RequestHandshakeRetry") ==
311 else if (os_strcmp(functionName, "TNC_TNCS_ProvideRecommendation") ==
314 else if (os_strcmp(functionName, "TNC_TNCS_GetAttribute") == 0)
316 else if (os_strcmp(functionName, "TNC_TNCS_SetAttribute") == 0)
290 TNC_TNCS_BindFunction( TNC_IMVID imvID, char *functionName, void **pOutFunctionPointer) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c228 char *functionName,
232 "functionName='%s')", (unsigned long) imcID, functionName);
240 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0)
242 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0)
244 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") ==
247 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0)
249 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0)
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c228 char *functionName,
232 "functionName='%s')", (unsigned long) imcID, functionName);
240 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0)
242 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0)
244 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") ==
247 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0)
249 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0)
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c228 char *functionName,
232 "functionName='%s')", (unsigned long) imcID, functionName);
240 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0)
242 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0)
244 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") ==
247 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0)
249 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0)
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp628 const char* functionName = function == (int)InstancedRenderingCase::FUNCTION_DRAW_ARRAYS_INSTANCED ? "draw_arrays_instanced" local
636 DE_ASSERT(functionName != DE_NULL);
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
H A Des3fPrimitiveRestartTests.cpp688 const char* functionName = function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS ? "draw_elements" local
693 DE_ASSERT(functionName != DE_NULL);
696 functionName,
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp103 static void show_function_header(const char* functionName) { argument
104 SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName);
105 if (strcmp("skphealth_com76", functionName) == 0) {
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp547 void XXLog(const char *functionName) { } argument

Completed in 1175 milliseconds

12