HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 1 - 25 of 49) sorted by null

1 2

  /external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
network_WiFi_ChaosConfigFailure.py 15 def run_once(self, ap, error_string):
24 @param error_string: String with the Configurator error description
27 if ap_constants.AP_CONFIG_FAIL in error_string:
32 if ap_constants.AP_PDU_DOWN in error_string:
37 if ap_constants.AP_CONFIG_FAIL in error_string:
41 elif ap_constants.AP_SECURITY_MISMATCH in error_string:
45 elif ap_constants.WORK_CLI_CONNECT_FAIL in error_string:
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
_anritsu_utils.py 170 error_string = ANRITSU_ERROR_CODES[error_code]
172 error_string = "Error : {} ".format(error_code)
174 return error_string
  /system/chre/host/common/include/chre_host/
log.h 61 char error_string[64]; \
62 strerror_r(error_code, error_string, sizeof(error_string)); \
63 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_errors.py 357 def __init__(self, assertion_id, error_string=None):
361 @param error_string: An optional str to be appended to the error
375 if error_string:
376 message += ': %s' % error_string
383 def __init__(self, error_string):
385 @param error_string: A description of the error.
389 error_string)
  /external/google-breakpad/src/processor/
logging.cc 104 int ErrnoString(string *error_string) {
105 assert(error_string);
111 error_string->assign(strerror(errno));
source_line_resolver_base.cc 99 string error_string; local
100 error_code = ErrnoString(&error_string);
102 ", error " << error_code << ": " << error_string; local
122 string error_string; local
123 error_code = ErrnoString(&error_string);
125 ", error " << error_code << ": " << error_string; local
138 string error_string; local
139 error_code = ErrnoString(&error_string);
141 ", error " << error_code << ": " << error_string; local
logging.h 139 // error_string, a required argument, to a string describing that error
141 int ErrnoString(string *error_string);
  /art/tools/
analyze-init-failures.py 130 error_string = ''
132 error_string = ',style=filled,fillcolor=Red,tooltip="' + root_errors[r_class] + '",URL="' + root_errors[r_class] + '"'
134 error_string = error_string + ',style=filled,fillcolor=Bisque'
136 error_string = error_string + ',style=filled,fillcolor=Darkseagreen'
137 print(' n%d [shape=box,label="%s"%s];' % (r_id, r_class, error_string))
  /external/ppp/pppd/plugins/
winbind.c 252 char **error_string)
290 if (error_string) {
291 *error_string = strdup("fork failed!");
422 if (error_string)
423 *error_string = strdup(parameter);
426 if (error_string)
427 *error_string = strdup(parameter);
549 char *error_string = NULL; local
584 &error_string) == AUTHENTICATED) {
590 if (error_string) {
605 char *error_string = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 59 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string);
89 typedef void (*pa_browser_error_cb_t)(pa_browser *z, const char *error_string, void *userdata);
  /system/tpm/trunks/
error_codes.cc 313 std::string error_string = GetErrorStringInternal(error); local
314 if (!error_string.empty()) {
315 return error_string;
320 error_string = GetErrorStringInternal(error);
335 error_string = GetErrorStringInternal(error & kFormatOneErrorMask);
336 if (!error_string.empty()) {
337 ss << error_string; local
340 if (error_string.empty()) {
session_manager_impl.cc 45 std::string error_string(data, data_len);
47 return error_string;
  /external/autotest/server/cros/network/
chaos_clique_utils.py 180 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
225 error_string = ap_constants.AP_PDU_DOWN
229 error_string = ap_constants.AP_CONFIG_FAIL
235 error_string=error_string,
238 if error_string == ap_constants.AP_CONFIG_FAIL:
313 error_string=ap_constants.AP_SSID_NOTFOUND,
330 error_string=ap_constants.AP_SECURITY_MISMATCH,
  /external/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 157 snprintf(error_string, sizeof(error_string), fmt, ## args); \
  /external/mesa3d/src/glx/apple/
apple_cgl.h 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
apple_glx_pbuffer.c 82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr));
213 apple_cgl.error_string(err));
225 apple_cgl.error_string(err));
237 apple_cgl.error_string(err));
apple_glx_pixmap.c 69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
apple_visual.c 173 ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref);
186 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error));
apple_cgl.c 110 apple_cgl.error_string = sym(h, "CGLErrorString");
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
NoHfpFragment.java 76 mErrorMessageView = v.findViewById(R.id.error_string);
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
connection.py 219 error_string = result.stderr
223 error_string,
236 error_string,
241 permission_denied = 'Permission denied' in error_string
248 error_string,
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' %
118 error_messages.append(error_string)
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 251 pushl $error_string
256 mov $error_string, %ecx # string to print
261 pushl $error_string
289 error_string: .ascii "Error detected!\n\0" label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 108 char *(*error_string)( member in struct:_XExtensionHooks

Completed in 3062 milliseconds

1 2