Home
last modified time | relevance | path

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

1234

/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:
/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/llvm-project/debuginfo-tests/dexter/dex/dextIR/
DValueIR.py17 error_string: str = None,
24 self.error_string = error_string
30 if self.error_string is not None:
31 return prefix + self.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/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/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/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/
DLLDB.py236 error_string = str(result.error)
239 could_evaluate = not any(s in error_string for s in [
248 is_optimized_away = any(s in error_string for s in [
252 is_irretrievable = any(s in error_string for s in [
261 assert error_string == 'success', (error_string, expression, value)
264 if error_string == 'success':
265 error_string = None
279 error_string=error_string,
/external/autotest/client/site_tests/autoupdate_BadMetadata/
Dautoupdate_BadMetadata.py31 error_string = None
34 error_string = self._SHA256_ERROR
39 error_string = self._METADATA_SIZE_ERROR
53 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/libgav1/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/autotest/server/cros/network/
Dchaos_clique_utils.py118 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
163 error_string = ap_constants.AP_PDU_DOWN
167 error_string = ap_constants.AP_CONFIG_FAIL
173 error_string=error_string,
176 if error_string == ap_constants.AP_CONFIG_FAIL:
264 error_string=ap_constants.AP_SSID_NOTFOUND,
281 error_string=ap_constants.AP_SECURITY_MISMATCH,
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_asm_compiler.cc26 const char* error_string; \
27 cuGetErrorString(_status, &error_string); \
29 oss << error_string << "\nin " << __FILE__ << "(" << __LINE__ << "): '" \
/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.cc51 const char** error_string) { in grpc_error_get_status() argument
98 if (error_string != nullptr && status != GRPC_STATUS_OK) { in grpc_error_get_status()
99 *error_string = gpr_strdup(grpc_error_string(error)); in grpc_error_get_status()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.cpp189 std::string error_string(error.GetCString()); in StopProcessorTrace() local
190 if ((error_string.find("tracing not active for this process") == in StopProcessorTrace()
192 (error_string.find("tracing not active for this thread") == in StopProcessorTrace()
196 error_string.c_str(), itr_thread->first, in StopProcessorTrace()
239 std::string error_string(error.GetCString()); in StopProcessorTrace() local
242 error_string.c_str(), tid, sbprocess.GetProcessID()); in StopProcessorTrace()
243 if (error_string.find("tracing not active") == std::string::npos) in StopProcessorTrace()
824 std::string error_string(error.GetCString()); in GetProcessorTraceInfo() local
825 if (error_string.find("tracing not active") != std::string::npos) { in GetProcessorTraceInfo()
833 error_string.c_str(), in GetProcessorTraceInfo()
[all …]
/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/llvm-project/lldb/test/API/commands/expression/fixits/
DTestFixIts.py77 error_string = value.GetError().GetCString()
79 error_string.find("fixed expression suggested:") != -1,
82 error_string.find("my_pointer->second.a") != -1,
/external/webrtc/sdk/android/native_api/stacktrace/
Dstacktrace.cc213 const char* error_string = CaptureRawStacktrace(getpid(), tid, &params); in GetStackTrace() local
214 if (error_string != nullptr) { in GetStackTrace()
215 RTC_LOG(LS_ERROR) << error_string << ". tid: " << tid in GetStackTrace()
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_outputbuffer.cc233 string error_string = strings::StrCat("deflate() failed with error ", error); in Deflate() local
235 strings::StrAppend(&error_string, ": ", z_stream_->msg); in Deflate()
237 return errors::DataLoss(error_string); in Deflate()
Dzlib_inputstream.cc251 string error_string = in Inflate() local
254 strings::StrAppend(&error_string, ": ", z_stream_def_->stream->msg); in Inflate()
256 return errors::DataLoss(error_string); in Inflate()
/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