Searched defs:emsg (Results 1 - 19 of 19) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DInternalErrorHandler.java63 public static void handleException(String emsg) { argument
66 System.err.println(emsg);
67 throw new RuntimeException(emsg);
71 public static void handleException(String emsg, StackLogger stackLogger) { argument
74 stackLogger.logFatalError(emsg);
75 throw new RuntimeException(emsg);
/external/libmicrohttpd/src/examples/
H A Dfileserver_example_dirs.c93 char emsg[1024]; local
116 snprintf (emsg,
117 sizeof (emsg),
120 response = MHD_create_response_from_buffer (strlen (emsg),
121 emsg,
/external/dbus/dbus/
H A Ddbus-file-win.c74 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
301 char *emsg = _dbus_win_error_string (GetLastError ()); local
313 char *emsg = _dbus_win_error_string (GetLastError ()); local
325 char *emsg = _dbus_win_error_string (GetLastError ()); local
346 char *emsg = _dbus_win_error_string (GetLastError ()); local
384 char *emsg = _dbus_win_error_string (GetLastError ()); local
396 char *emsg = _dbus_win_error_string (GetLastError ()); local
[all...]
H A Ddbus-spawn-win.c337 char *emsg = _dbus_win_error_string (sitter->spawn_errno); local
340 sitter->executable, emsg);
341 _dbus_win_free_error_string (emsg);
H A Ddbus-sysdeps-util-win.c100 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);
600 char *emsg local
650 char *emsg = _dbus_win_error_string (GetLastError ()); local
[all...]
H A Ddbus-sysdeps-win.c3607 char *emsg = _dbus_win_error_string (GetLastError ()); local
3610 filename_c, emsg);
3611 _dbus_win_free_error_string (emsg);
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c294 * @param emsg error message (can be NULL)
298 const char *emsg)
301 if (NULL != emsg)
302 MHD_DLOG (connection->daemon, emsg);
313 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, emsg)
315 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, NULL)
297 connection_close_error(struct MHD_Connection *connection, const char *emsg) argument
/external/mksh/src/
H A Dexec.c1430 const char *emsg; local
1439 &emsg)) < 0) {
1443 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg);
H A Dfuncs.c354 const char *emsg; local
367 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
368 bi_errorf("-p: %s", emsg);
387 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
388 bi_errorf("-u%s: %s", s, emsg);
/external/opencv3/3rdparty/libtiff/
H A Dtif_getimage.c72 * be handled. If 0 is returned, emsg contains the reason
76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024]) argument
83 sprintf(emsg, "Sorry, requested compression method is not configured");
94 sprintf(emsg, "Sorry, can not handle images with %d-bit samples",
108 sprintf(emsg, "Missing needed %s tag", photoTag);
119 sprintf(emsg,
143 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d",
153 sprintf(emsg,
159 sprintf(emsg,
168 sprintf(emsg, "Sorr
234 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) argument
492 char emsg[1024] = ""; local
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c72 * be handled. If 0 is returned, emsg contains the reason
76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024]) argument
83 sprintf(emsg, "Sorry, requested compression method is not configured");
94 sprintf(emsg, "Sorry, can not handle images with %d-bit samples",
108 sprintf(emsg, "Missing needed %s tag", photoTag);
119 sprintf(emsg,
143 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d",
153 sprintf(emsg,
159 sprintf(emsg,
168 sprintf(emsg, "Sorr
249 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) argument
507 char emsg[1024] = ""; local
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1353 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[] local
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2980 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
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1292 milliseconds