HomeSort by relevance Sort by last modified time
    Searched refs:emsg (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 63 public static void handleException(String emsg) {
66 System.err.println(emsg);
67 throw new RuntimeException(emsg);
71 public static void handleException(String emsg, StackLogger stackLogger) {
74 stackLogger.logFatalError(emsg);
75 throw new RuntimeException(emsg);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-file-2.6.jar 
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1353 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1417 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1441 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1487 if (!u) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]
  /external/mksh/src/
exec.c 1348 const char *emsg; local
1357 &emsg)) < 0) {
1361 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg);
    [all...]
funcs.c 277 const char *s, *emsg; local
361 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
362 bi_errorf("%s: %s", "-p", emsg);
375 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
376 bi_errorf("%s: %s: %s", "-u", s, emsg);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 793 const char *emsg = strerror_r(-ret, bf, sizeof(bf)), local
796 fprintf(trace->output, ") = -1 %s %s", e, emsg);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 2980 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
3040 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1714 static char emsg[] = "Command line syntax error: "; variable
    [all...]

Completed in 280 milliseconds