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

  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 71 const char* err_str; local
74 err_str = "Bad data";
77 err_str = "Unknown root key";
80 err_str = "Unknown digest";
83 err_str = "Unknown terminal RR type";
86 err_str = "Bad signature";
89 err_str = "No DS link";
92 err_str = "Off course";
95 err_str = "Bad target";
98 err_str = "Unknown"
    [all...]
  /system/netd/
InterfaceController.cpp 62 const char *err_str = dlerror(); local
63 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
67 const char *err_str = dlerror(); local
68 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
75 const char *err_str = dlerror(); local
76 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");
80 const char *err_str = dlerror() local
96 const char *err_str = dlerror(); local
    [all...]
  /hardware/libhardware/
hardware.c 76 char const *err_str = dlerror(); local
77 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 59 const std::string err_str = sys::StrError(); local
60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
69 const std::string err_str = sys::StrError(); local
71 << err_str << "\n");
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 319 const char *const err_str = (state->mode == ARB_vertex)
323 yyerror(& @2, state, err_str);
1055 char *const err_str =
1058 yyerror(& @1, state, (err_str != NULL)
1059 ? err_str : "invalid condition code");
1061 if (err_str != NULL) {
1062 free(err_str);
1078 char *const err_str =
1081 yyerror(& @1, state, (err_str != NULL)
1082 ? err_str : "invalid condition code")
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 319 const char *const err_str = (state->mode == ARB_vertex)
323 yyerror(& @2, state, err_str);
1055 char *const err_str =
1058 yyerror(& @1, state, (err_str != NULL)
1059 ? err_str : "invalid condition code");
1061 if (err_str != NULL) {
1062 free(err_str);
1078 char *const err_str =
1081 yyerror(& @1, state, (err_str != NULL)
1082 ? err_str : "invalid condition code")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 266 diff, err_str = self._port.diff_image(expected_driver_output.image, driver_output.image)
267 if err_str:
268 _log.warning(' %s : %s' % (self._test_name, err_str))
270 driver_output.error = (driver_output.error or '') + err_str
325 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image)
332 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image)
test_result_writer.py 72 diff_image, err_str = port.diff_image(expected_driver_output.image, driver_output.image)
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 2331 const char *const err_str = (state->mode == ARB_vertex) local
3296 char *const err_str = local
3322 char *const err_str = local
4706 char *const err_str = local
5807 char *err_str; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 223 /* static char err_str[ERR_STR_LEN]; */
285 char * err_str; local
288 err_str = tss->errstr;
289 SDL_strlcpy(err_str, "dlcompat: ", ERR_STR_LEN);
290 vsnprintf(err_str + 10, ERR_STR_LEN - 10, str, arg);
292 debug("ERROR: %s\n", err_str);
1176 const char * err_str = NULL; local
1181 err_str = tss->errstr;
1183 return (err_str);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.cc 531 std::string err_str = "Server did not create the top-level " + type_name + local
538 LOG(ERROR) << err_str;
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1201 const char *subject, const char *err_str,
1217 ev.cert_fail.reason_txt = err_str;
1271 const char *err_str; local
1305 err_str = X509_verify_cert_error_string(err);
1323 err_str = "Server certificate mismatch";
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 592 char const *err_str = dlerror(); local
593 ALOGE("%s dlclose failed, error: %s", __func__, err_str ?: "unknown");
  /external/valgrind/main/coregrind/
m_errormgr.c 1184 Char* err_str = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 385 err_str = None
394 err_str = "image diff returned an exit code of %s" % exit_code
396 err_str = 'error running image diff: %s' % str(e)
400 return (result, err_str or None)
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 861 char err_str[100]; local
    [all...]

Completed in 371 milliseconds