HomeSort by relevance Sort by last modified time
    Searched full:emsg (Results 1 - 20 of 20) 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);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 185 String eMsg = "IllegalStateException must be thrown because key store was not initialized";
188 fail(eMsg);
193 fail(eMsg);
198 fail(eMsg);
205 fail(eMsg);
210 fail(eMsg);
216 fail(eMsg);
221 fail(eMsg);
226 fail(eMsg);
233 fail(eMsg);
    [all...]
  /external/libpcap/Win32/Src/
getopt.c 50 #define EMSG ""
67 static char *place = EMSG; /* option letter processing */
73 place = EMSG;
78 place = EMSG;
106 place = EMSG;
117 place = EMSG;
  /external/tcpdump/win32/Src/
getopt.c 50 #define EMSG ""
63 static char *place = EMSG; /* option letter processing */
69 place = EMSG;
74 place = EMSG;
102 place = EMSG;
113 place = EMSG;
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 91 #define EMSG ""
107 static char *place = EMSG; /* option letter processing */
394 place = EMSG;
417 place = EMSG; /* found non-option */
455 place = EMSG;
493 place = EMSG;
526 place = EMSG;
538 place = EMSG;
550 place = EMSG;
558 place = EMSG;
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 75 #define EMSG ""
84 static char *place = EMSG; /* option letter processing */
314 place = EMSG;
333 place = EMSG; /* found non-option */
371 place = EMSG;
403 place = EMSG;
430 place = EMSG;
439 place = EMSG;
451 place = EMSG;
459 place = EMSG;
    [all...]
  /external/openssh/openbsd-compat/
getopt_long.c 92 #define EMSG ""
101 static char *place = EMSG; /* option letter processing */
331 place = EMSG;
350 place = EMSG; /* found non-option */
388 place = EMSG;
420 place = EMSG;
447 place = EMSG;
456 place = EMSG;
468 place = EMSG;
476 place = EMSG;
    [all...]
  /external/openssh/
sftp-server.c 444 handle_log_close(int handle, char *emsg)
448 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
454 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
    [all...]
packet.c 1401 const char *emsg; local
    [all...]
  /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/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 1121 my $emsg = "";
1127 $emsg = $!;
1134 $emsg .= " / $!";
1137 pdie "pproxy: $emsg -- PPROXY_REVERSE\n";
1146 my $emsg = "";
1159 $emsg = "";
1197 $emsg = $!;
1209 $emsg .= " / $!";
1214 warn "pproxy: $emsg $!\n"
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ss_vncviewer 1118 my $emsg = "";
1124 $emsg = $!;
1131 $emsg .= " / $!";
1134 pdie "pproxy: $emsg -- PPROXY_REVERSE\n";
1143 my $emsg = "";
1156 $emsg = "";
1194 $emsg = $!;
1206 $emsg .= " / $!";
1211 warn "pproxy: $emsg $!\n";
    [all...]
  /external/linux-tools-perf/src/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/mksh/src/
funcs.c 284 const char *s, *emsg; local
368 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
369 bi_errorf("%s: %s", "-p", emsg);
382 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
383 bi_errorf("%s: %s: %s", "-u", s, emsg);
    [all...]
exec.c 1371 const char *emsg; local
    [all...]
  /external/netperf/
netlib.c 277 #define EMSG ""
354 static char *place = EMSG; /* option letter processing */
365 place = EMSG ; /* Added by shiva for Netperf */
390 place = EMSG;
396 place = 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/libvncserver/x11vnc/
tkx11vnc     [all...]
tkx11vnc.h     [all...]

Completed in 2015 milliseconds