Home
last modified time | relevance | path

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

1234

/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.py16 def run_once(self, ap, error_string): argument
28 if ap_constants.AP_CONFIG_FAIL in error_string:
33 if ap_constants.AP_PDU_DOWN in error_string:
38 if ap_constants.AP_CONFIG_FAIL in error_string:
42 elif ap_constants.AP_SECURITY_MISMATCH in error_string:
46 elif ap_constants.WORK_CLI_CONNECT_FAIL in error_string:
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_cudamalloc_allocator.cc44 const char* error_string; in AllocateRaw() local
46 cuGetErrorString(res, &error_string); in AllocateRaw()
49 << "\n Error string: " << error_string; in AllocateRaw()
72 const char* error_string; in DeallocateRaw() local
74 cuGetErrorString(res, &error_string); in DeallocateRaw()
77 << "\n Error string: " << error_string; in DeallocateRaw()
/external/cronet/components/nacl/renderer/
Djson_manifest.cc115 std::string* error_string) { in IsValidDictionary() argument
135 *error_string = error_stream.str(); in IsValidDictionary()
148 std::string* error_string) { in IsValidUrlSpec() argument
154 *error_string = error_stream.str(); in IsValidUrlSpec()
173 *error_string = error_stream.str(); in IsValidUrlSpec()
182 std::size(kManifestUrlSpecRequired), error_string)) { in IsValidUrlSpec()
194 *error_string = error_stream.str(); in IsValidUrlSpec()
203 *error_string = error_stream.str(); in IsValidUrlSpec()
217 std::string* error_string) { in IsValidPnaclTranslateSpec() argument
228 *error_string = error_stream.str(); in IsValidPnaclTranslateSpec()
[all …]
Dnexe_load_manager.cc200 std::string error_string = std::string("NaCl module load failed: ") + in ReportLoadError() local
202 SetLastError(error_string); in ReportLoadError()
221 std::string error_string("NaCl module load failed: user aborted"); in ReportLoadAbort() local
222 SetLastError(error_string); in ReportLoadAbort()
229 LogToConsole(error_string); in ReportLoadAbort()
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io_test.cc47 string error_string; in TestDecodeGif() local
57 &error_string)); in TestDecodeGif()
114 string error_string; in TEST() local
124 &error_string)); in TEST()
139 string error_string; in TestExpandAnimations() local
149 &error_string, expand_animations)); in TestExpandAnimations()
167 string error_string; in TestInvalidGifFormat() local
175 &error_string)); in TestInvalidGifFormat()
179 ASSERT_EQ(error_string.substr(0, 23), err_msg); in TestInvalidGifFormat()
Dgif_io.cc51 const char* error_string = GifErrorString(error_code); in GifErrorStringNonNull() local
52 if (error_string == nullptr) { in GifErrorStringNonNull()
55 return error_string; in GifErrorStringNonNull()
60 string* error_string, bool expand_animations) { in Decode() argument
73 *error_string = absl::StrCat("failed to open gif file: ", in Decode()
78 *error_string = absl::StrCat("failed to slurp gif file: ", in Decode()
83 *error_string = "gif file does not contain any image"; in Decode()
164 *error_string = absl::StrCat("missing color map for frame ", k); in Decode()
176 *error_string = absl::StrCat("found color index ", color_index, in Decode()
/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.cc103 int ErrnoString(string *error_string) { in ErrnoString() argument
104 assert(error_string); in ErrnoString()
110 error_string->assign(strerror(errno)); in ErrnoString()
/external/autotest/client/site_tests/autoupdate_BadMetadata/
Dautoupdate_BadMetadata.py32 error_string = None
35 error_string = self._SHA256_ERROR
40 error_string = self._METADATA_SIZE_ERROR
54 self._check_update_engine_log_for_entry(error_string,
/external/grpc-grpc/test/core/end2end/tests/
Dsimple_request.cc101 const char* error_string; in simple_request_body() local
149 op->data.recv_status_on_client.error_string = &error_string; in simple_request_body()
207 GPR_ASSERT(nullptr != strstr(error_string, "xyz")); in simple_request_body()
208 GPR_ASSERT(nullptr != strstr(error_string, "description")); in simple_request_body()
209 GPR_ASSERT(nullptr != strstr(error_string, "Error received from peer")); in simple_request_body()
210 GPR_ASSERT(nullptr != strstr(error_string, "grpc_message")); in simple_request_body()
211 GPR_ASSERT(nullptr != strstr(error_string, "grpc_status")); in simple_request_body()
217 gpr_free((void*)error_string); in simple_request_body()
/external/autotest/server/cros/network/
Dchaos_clique_utils.py119 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
164 error_string = ap_constants.AP_PDU_DOWN
168 error_string = ap_constants.AP_CONFIG_FAIL
174 error_string=error_string,
177 if error_string == ap_constants.AP_CONFIG_FAIL:
265 error_string=ap_constants.AP_SSID_NOTFOUND,
282 error_string=ap_constants.AP_SECURITY_MISMATCH,
/external/libgav1/examples/
Dlogging.h46 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \ argument
51 __func__, error_string); \
56 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \
Dfile_writer.cc145 char error_string[256]; in WriteFrame() local
146 snprintf(error_string, sizeof(error_string), in WriteFrame()
148 LIBGAV1_EXAMPLES_LOG_ERROR(error_string); in WriteFrame()
/external/cronet/net/base/
Dnet_errors.cc40 const char* error_string; in ErrorToShortString() local
44 error_string = # label; \ in ErrorToShortString()
50 error_string = "<unknown>"; in ErrorToShortString()
52 return std::string("ERR_") + error_string; in ErrorToShortString()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_asm_compiler.cc27 const char* error_string; \
28 cuGetErrorString(_status, &error_string); \
30 oss << error_string << "\nin " << __FILE__ << "(" << __LINE__ << "): '" \
Dcuda_driver.h35 const char* error_string; in ToString() local
36 if (cuGetErrorString(result, &error_string)) { in ToString()
39 return absl::StrCat(error_name, ": ", error_string); in ToString()
/external/grpc-grpc/test/core/end2end/
Dinproc_callback_test.cc306 const char* error_string; in simple_request_body() local
349 op->data.recv_status_on_client.error_string = &error_string; in simple_request_body()
413 GPR_ASSERT(nullptr != strstr(error_string, "xyz")); in simple_request_body()
414 GPR_ASSERT(nullptr != strstr(error_string, "description")); in simple_request_body()
415 GPR_ASSERT(nullptr != strstr(error_string, "Error received from peer")); in simple_request_body()
416 GPR_ASSERT(nullptr != strstr(error_string, "grpc_message")); in simple_request_body()
417 GPR_ASSERT(nullptr != strstr(error_string, "grpc_status")); in simple_request_body()
423 gpr_free(static_cast<void*>(const_cast<char*>(error_string))); in simple_request_body()
/external/grpc-grpc/src/core/lib/transport/
Derror_utils.cc49 const char** error_string) { in grpc_error_get_status() argument
76 if (error_string != nullptr && status != GRPC_STATUS_OK) { in grpc_error_get_status()
77 *error_string = gpr_strdup(grpc_error_string(error)); in grpc_error_get_status()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Derror_utils.cc52 const char** error_string) { in grpc_error_get_status() argument
99 if (error_string != nullptr && status != GRPC_STATUS_OK) { in grpc_error_get_status()
100 *error_string = gpr_strdup(grpc_error_std_string(error).c_str()); in grpc_error_get_status()
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c84 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); in pbuffer_make_current()
215 apple_cgl.error_string(err)); in get_max_size()
227 apple_cgl.error_string(err)); in get_max_size()
239 apple_cgl.error_string(err)); in get_max_size()
/external/crosvm/media/ffmpeg/src/
Derror.rs36 let error_string = std::str::from_utf8(&buffer[0..end_of_string]).unwrap(); in test_averror() localVariable
37 assert_eq!(error_string, expected_message); in test_averror()
/external/webrtc/sdk/android/native_api/stacktrace/
Dstacktrace.cc244 const char* error_string = in GetStackTrace() local
246 if (error_string != nullptr) { in GetStackTrace()
247 RTC_LOG(LS_ERROR) << error_string << ". tid: " << tid in GetStackTrace()
/external/grpc-grpc/test/cpp/naming/
Dcancel_ares_query_test.cc294 const char* error_string; in TEST() local
318 op->data.recv_status_on_client.error_string = &error_string; in TEST()
331 gpr_free((void*)error_string); in TEST()

1234