| /external/ppp/pppd/plugins/ |
| D | winbind.c | 252 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/ |
| D | network_WiFi_ChaosConfigFailure.py | 15 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/tensorflow/tensorflow/core/lib/gif/ |
| D | gif_io.cc | 49 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() 118 *error_string = in Decode() 144 *error_string = strings::StrCat("missing color map for frame ", k); in Decode() 156 *error_string = strings::StrCat("found color index ", color_index, in Decode()
|
| D | gif_io.h | 47 string* error_string);
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_errors.py | 357 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/ |
| D | source_line_resolver_base.cc | 99 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()
|
| D | logging.cc | 104 int ErrnoString(string *error_string) { in ErrnoString() argument 105 assert(error_string); in ErrnoString() 111 error_string->assign(strerror(errno)); in ErrnoString()
|
| /external/grpc-grpc/test/core/end2end/tests/ |
| D | simple_request.cc | 101 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/ |
| D | chaos_clique_utils.py | 181 error_string=ap_constants.WORK_CLI_CONNECT_FAIL, 226 error_string = ap_constants.AP_PDU_DOWN 230 error_string = ap_constants.AP_CONFIG_FAIL 236 error_string=error_string, 239 if error_string == ap_constants.AP_CONFIG_FAIL: 327 error_string=ap_constants.AP_SSID_NOTFOUND, 344 error_string=ap_constants.AP_SECURITY_MISMATCH,
|
| /external/grpc-grpc/test/core/end2end/ |
| D | inproc_callback_test.cc | 306 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/ |
| D | error_utils.cc | 49 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()
|
| D | connectivity_state.cc | 163 const char* error_string = grpc_error_string(error); in grpc_connectivity_state_set() local 166 grpc_connectivity_state_name(state), reason, error, error_string); in grpc_connectivity_state_set()
|
| D | error_utils.h | 38 const char** error_string);
|
| /external/mesa3d/src/glx/apple/ |
| D | apple_glx_pbuffer.c | 84 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()
|
| D | apple_visual.c | 174 … ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref); in apple_visual_create_pfobj() 187 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj()
|
| D | apple_glx_pixmap.c | 69 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()
|
| /external/autotest/client/site_tests/autoupdate_BadMetadata/ |
| D | autoupdate_BadMetadata.py | 51 def _test_update_fails_as_expected(self, error_string): argument 64 self._check_update_engine_log_for_entry(error_string,
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| D | zlib_outputbuffer.cc | 225 string error_string = strings::StrCat("deflate() failed with error ", error); in Deflate() local 227 strings::StrAppend(&error_string, ": ", z_stream_->msg); in Deflate() 229 return errors::DataLoss(error_string); in Deflate()
|
| D | zlib_inputstream.cc | 228 string error_string = in Inflate() local 231 strings::StrAppend(&error_string, ": ", z_stream_def_->stream->msg); in Inflate() 233 return errors::DataLoss(error_string); in Inflate()
|
| /external/grpc-grpc/test/cpp/naming/ |
| D | cancel_ares_query_test.cc | 294 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()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | decode_image_op.cc | 297 string error_string; in DecodeGif() local 325 &error_string), in DecodeGif() 327 error_string)); in DecodeGif()
|
| /external/autotest/server/site_tests/platform_GCC/ |
| D | platform_GCC.py | 115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' % 118 error_messages.append(error_string)
|
| /external/chromium-trace/catapult/common/bin/ |
| D | update_chrome_reference_binaries | 30 def BuildNotFoundError(error_string): argument 31 raise ValueError(error_string)
|
| /external/google-fruit/tests/ |
| D | fruit_test_common.py | 281 def apply_any_error_context_replacements(error_string, following_lines): argument 309 error_string = re.sub(r'\b' + type_variable + r'\b', type_expression, error_string) 310 return error_string
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | error.cc | 175 gpr_free((void*)gpr_atm_acq_load(&err->atomics.error_string)); in error_destroy() 370 gpr_atm_no_barrier_store(&err->atomics.error_string, 0); in grpc_error_create() 434 gpr_atm_no_barrier_store(&out->atomics.error_string, 0); in copy_error_and_unref() 754 void* p = (void*)gpr_atm_acq_load(&err->atomics.error_string); in grpc_error_string() 773 if (!gpr_atm_rel_cas(&err->atomics.error_string, 0, (gpr_atm)out)) { in grpc_error_string() 775 out = (char*)gpr_atm_acq_load(&err->atomics.error_string); in grpc_error_string()
|