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

  /external/dbus/dbus/
dbus-file-win.c 74 char *emsg = _dbus_win_error_string (GetLastError ()); local
76 "Failed to read from 0x%x: %s", hnd, emsg);
77 _dbus_win_free_error_string (emsg);
127 char *emsg = _dbus_win_error_string (GetLastError ()); local
129 "Failed to open \"%s\": %s", filename_c, emsg);
130 _dbus_win_free_error_string (emsg);
139 char *emsg = _dbus_win_error_string (GetLastError ()); local
142 filename_c, emsg);
143 _dbus_win_free_error_string (emsg);
145 _dbus_verbose ("GetFileSize() failed: %s", emsg);
271 char *emsg = _dbus_win_error_string (GetLastError ()); local
298 char *emsg = _dbus_win_error_string (GetLastError ()); local
310 char *emsg = _dbus_win_error_string (GetLastError ()); local
322 char *emsg = _dbus_win_error_string (GetLastError ()); local
343 char *emsg = _dbus_win_error_string (GetLastError ()); local
381 char *emsg = _dbus_win_error_string (GetLastError ()); local
393 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-sysdeps-util-win.c 100 char *emsg = _dbus_win_error_string (GetLastError ()); local
103 cfilename, emsg);
104 _dbus_win_free_error_string (emsg);
130 char *emsg = _dbus_win_error_string (GetLastError ()); local
132 "Could not write to %s: %s", cfilename, emsg);
133 _dbus_win_free_error_string (emsg);
143 char *emsg = _dbus_win_error_string (GetLastError ()); local
146 cfilename, emsg);
147 _dbus_win_free_error_string (emsg);
595 char *emsg = _dbus_win_error_string (GetLastError ()) local
645 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-spawn-win.c 317 char *emsg = _dbus_win_error_string (sitter->spawn_errno); local
320 sitter->executable, emsg);
321 _dbus_win_free_error_string (emsg);
dbus-sysdeps-win.c 3376 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
  /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 186 String eMsg = "IllegalStateException must be thrown because key store was not initialized";
189 fail(eMsg);
194 fail(eMsg);
199 fail(eMsg);
206 fail(eMsg);
211 fail(eMsg);
217 fail(eMsg);
222 fail(eMsg);
227 fail(eMsg);
234 fail(eMsg);
    [all...]
  /bionic/libc/unistd/
getopt_long.c 87 #define EMSG ""
96 static char *place = EMSG; /* option letter processing */
329 place = EMSG;
348 place = EMSG; /* found non-option */
386 place = EMSG;
418 place = EMSG;
445 place = EMSG;
454 place = EMSG;
467 place = EMSG;
483 place = EMSG;
    [all...]
  /external/bluetooth/glib/glib/
gpoll.c 159 gchar *emsg = g_win32_error_message (GetLastError ()); local
160 g_warning ("MsgWaitForMultipleObjectsEx failed: %s", emsg);
161 g_free (emsg);
186 gchar *emsg = g_win32_error_message (GetLastError ()); local
187 g_warning ("WaitForMultipleObjectsEx failed: %s", emsg);
188 g_free (emsg);
gmain.c 3549 gchar *emsg = g_win32_error_message (GetLastError ()); local
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 321 char *emsg = _g_winhttp_error_message (error_code); local
324 "%s failed: %s", what, emsg);
325 g_free (emsg);
  /external/mksh/src/
funcs.c 545 const char *s, *emsg; local
614 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
615 bi_errorf("-p: %s", emsg);
628 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
629 bi_errorf("-u: %s: %s", s, emsg);
1986 const char *cp, *emsg; local
    [all...]
exec.c 1164 const char *emsg; local
1172 &emsg)) < 0) {
1174 snptreef(NULL, 32, "%R", &iotmp), emsg);
    [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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-as 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-as 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/
libbfd.a     [all...]

Completed in 1949 milliseconds