Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 25 of 36) sorted by relevance

12

/external/ppp/pppd/plugins/
Dwinbind.c252 char **error_string) in run_ntlm_auth() argument
290 if (error_string) { in run_ntlm_auth()
291 *error_string = strdup("fork failed!"); in run_ntlm_auth()
422 if (error_string) in run_ntlm_auth()
423 *error_string = strdup(parameter); in run_ntlm_auth()
426 if (error_string) in run_ntlm_auth()
427 *error_string = strdup(parameter); in run_ntlm_auth()
549 char *error_string = NULL; in winbind_chap_verify() local
584 &error_string) == AUTHENTICATED) { in winbind_chap_verify()
590 if (error_string) { in winbind_chap_verify()
[all …]
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dnetwork_WiFi_ChaosConfigFailure.py15 def run_once(self, ap, error_string): argument
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:
Dcontrol43 error_string=ap_constants.AP_CONFIG_FAIL, tag=ap.ssid)
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc49 const char* error_string = GifErrorString(error_code); in GifErrorStringNonNull() local
50 if (error_string == nullptr) { in GifErrorStringNonNull()
53 return error_string; in GifErrorStringNonNull()
58 string* error_string) { in Decode() argument
71 *error_string = strings::StrCat("failed to open gif file: ", in Decode()
76 *error_string = strings::StrCat("failed to slurp gif file: ", in Decode()
81 *error_string = strings::StrCat("gif file does not contain any image"); in Decode()
107 *error_string = in Decode()
Dgif_io.h47 string* error_string);
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_errors.py357 def __init__(self, assertion_id, error_string=None): argument
375 if error_string:
376 message += ': %s' % error_string
383 def __init__(self, error_string): argument
389 error_string)
/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc99 string error_string; in ReadSymbolFile() local
100 error_code = ErrnoString(&error_string); in ReadSymbolFile()
102 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
122 string error_string; in ReadSymbolFile() local
123 error_code = ErrnoString(&error_string); in ReadSymbolFile()
125 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
138 string error_string; in ReadSymbolFile() local
139 error_code = ErrnoString(&error_string); in ReadSymbolFile()
141 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
Dlogging.cc104 int ErrnoString(string *error_string) { in ErrnoString() argument
105 assert(error_string); in ErrnoString()
111 error_string->assign(strerror(errno)); in ErrnoString()
Dlogging.h141 int ErrnoString(string *error_string);
/external/autotest/server/cros/network/
Dchaos_clique_utils.py180 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/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); in pbuffer_make_current()
213 apple_cgl.error_string(err)); in get_max_size()
225 apple_cgl.error_string(err)); in get_max_size()
237 apple_cgl.error_string(err)); in get_max_size()
Dapple_visual.c173 … ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref); in apple_visual_create_pfobj()
186 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj()
Dapple_glx_pixmap.c69 apple_cgl.error_string(cglerr)); in pixmap_make_current()
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr)); in pixmap_make_current()
Dapple_cgl.h59 const char *(*error_string) (CGLError error); member
Dapple_glx_context.c185 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error)); in apple_glx_create_context()
433 apple_cgl.error_string(cglerr)); in apple_glx_make_current_context()
Dapple_cgl.c110 apple_cgl.error_string = sym(h, "CGLErrorString"); in apple_cgl_init()
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc181 string error_string = in Inflate() local
184 strings::StrAppend(&error_string, ": ", z_stream_->msg); in Inflate()
186 return errors::DataLoss(error_string); in Inflate()
Dzlib_outputbuffer.cc219 string error_string = strings::StrCat("deflate() failed with error ", error); in Deflate() local
221 strings::StrAppend(&error_string, ": ", z_stream_->msg); in Deflate()
223 return errors::DataLoss(error_string); in Deflate()
/external/valgrind/exp-bbv/tests/x86/
Drep_prefix.S251 pushl $error_string
256 mov $error_string, %ecx # string to print
261 pushl $error_string
289 error_string: .ascii "Error detected!\n\0" label
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg-internal.h157 snprintf(error_string, sizeof(error_string), fmt, ## args); \
Dtinyjpeg.c44 static char error_string[256]; variable
311 snprintf(error_string, sizeof(error_string), "Bad huffman data (buffer overflow)"); in tinyjpeg_process_Huffman_data_unit()
980 return error_string; in tinyjpeg_get_errorstring()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc297 string error_string; in DecodeGif() local
325 &error_string), in DecodeGif()
327 error_string)); in DecodeGif()
/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries30 def BuildNotFoundError(error_string): argument
31 raise ValueError(error_string)
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' %
118 error_messages.append(error_string)
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h45 const std::string& error_string() const { return e_str_; } in error_string() function

12