HomeSort by relevance Sort by last modified time
    Searched refs:functionName (Results 26 - 50 of 71) sorted by null

12 3

  /external/wpa_supplicant_8/src/eap_server/
tncs.c 292 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)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 443 char functionName[512];
445 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) !=
447 strcpy(functionName, ".anonymous.");
454 functionName, (long long)frameInfo.lsda,
570 char functionName[512];
572 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) !=
574 strcpy(functionName, ".anonymous.");
578 exception_object, (long long)frameInfo.start_ip, functionName,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 228 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)
  /external/v8/src/
macros.py 149 # Will throw a TypeError of the form "[functionName] called on null or undefined".
150 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL_OR_UNDEFINED(arg) && !IS_UNDETECTABLE(arg)) throw MakeTypeError('called_on_null_or_undefined', [functionName]);
messages.js     [all...]
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 474 const char *functionName = functionBuf;
479 functionName = ".anonymous.";
486 (long long)frameInfo.start_ip, functionName,
606 const char *functionName = functionBuf;
611 functionName = ".anonymous.";
616 functionName, (long long)sp, (long long)frameInfo.lsda,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 628 const char* functionName = function == (int)InstancedRenderingCase::FUNCTION_DRAW_ARRAYS_INSTANCED ? "draw_arrays_instanced"
636 DE_ASSERT(functionName != DE_NULL);
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
es3fPrimitiveRestartTests.cpp 688 const char* functionName = function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS ? "draw_elements"
693 DE_ASSERT(functionName != DE_NULL);
696 functionName,
es3fShaderCommonFunctionTests.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 103 static void show_function_header(const char* functionName) {
104 SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName);
105 if (strcmp("skphealth_com76", functionName) == 0) {
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 419 const char* functionName() {
624 emit("LS_TRACE(\"%s\", %i, %i);", state.functionName(), fileId, state.lineNumber()); // light symbol traces, create a macro to define it
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 547 void XXLog(const char *functionName) { }
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 204 const char* functionName, int error) {
211 ScopedLocalRef<jstring> detailMessage(env, env->NewStringUTF(functionName));
227 static void throwErrnoException(JNIEnv* env, const char* functionName) {
233 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
236 static void throwGaiException(JNIEnv* env, const char* functionName, int error) {
248 throwErrnoException(env, functionName);
251 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp     [all...]
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 900 CFStringRef functionName;
917 functionName = CFSTR( "printf" );
918 functionPtr = CFBundleGetFunctionPointerForName( bundle, functionName );
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/skia/src/animator/
SkScriptTokenizer.cpp 515 SkString functionName(fToken, fTokenLength);
804 const char* functionName = fToken;
816 success = (*callBack)->getReference(functionName, functionNameLen, &callbackResult);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 2483 milliseconds

12 3