Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/cronet/components/nacl/renderer/
H A Djson_manifest.cc116 std::string* error_string) { in IsValidDictionary() argument
136 *error_string = error_stream.str(); in IsValidDictionary()
149 std::string* error_string) { in IsValidUrlSpec() argument
155 *error_string = error_stream.str(); in IsValidUrlSpec()
174 *error_string = error_stream.str(); in IsValidUrlSpec()
183 std::size(kManifestUrlSpecRequired), error_string)) { in IsValidUrlSpec()
195 *error_string = error_stream.str(); in IsValidUrlSpec()
204 *error_string = error_stream.str(); in IsValidUrlSpec()
218 std::string* error_string) { in IsValidPnaclTranslateSpec() argument
229 *error_string = error_stream.str(); in IsValidPnaclTranslateSpec()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/test/
Dthrow_exception_test5.cpp22 typedef boost::error_info<struct tag_error_string, std::string> error_string; typedef
36 … boost::throw_exception( my_exception() << error_code( 123 ) << error_string( "error%%string" ) ); in main()
48 std::string const * str = boost::get_error_info<error_string>( x ); in main()
57 … BOOST_THROW_EXCEPTION( my_exception() << error_code( 123 ) << error_string( "error%%string" ) ); in main()
69 std::string const * str = boost::get_error_info<error_string>( x ); in main()
78 … boost::throw_exception( my_exception2() << error_code( 123 ) << error_string( "error%%string" ) ); in main()
90 std::string const * str = boost::get_error_info<error_string>( x ); in main()
99 … BOOST_THROW_EXCEPTION( my_exception2() << error_code( 123 ) << error_string( "error%%string" ) ); in main()
111 std::string const * str = boost::get_error_info<error_string>( x ); in main()
/aosp_15_r20/external/federated-compute/fcp/secagg/client/
H A Dsecagg_client_r3_unmasking_state_test.cc119 std::string error_string = in TEST() local
123 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
136 EXPECT_THAT(new_state.value()->ErrorMessage().value(), StrEq(error_string)); in TEST()
303 std::string error_string = in TEST() local
307 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
319 EXPECT_THAT(new_state.value()->ErrorMessage().value(), StrEq(error_string)); in TEST()
343 std::string error_string = in TEST() local
347 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
357 EXPECT_THAT(new_state.value()->ErrorMessage().value(), StrEq(error_string)); in TEST()
381 std::string error_string = in TEST() local
[all …]
H A Dsecagg_client_r1_share_keys_input_set_state_test.cc190 std::string error_string = in TEST() local
193 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
200 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
565 std::string error_string = in TEST() local
569 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
578 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
622 std::string error_string = "Invalid public key in request from server."; in TEST() local
624 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
633 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
677 std::string error_string = "Invalid public key in request from server."; in TEST() local
[all …]
H A Dsecagg_client_r1_share_keys_input_not_set_state_test.cc326 std::string error_string = in TEST() local
329 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
336 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
686 std::string error_string = in TEST() local
690 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
699 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
740 std::string error_string = "Invalid public key in request from server."; in TEST() local
742 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
751 EXPECT_THAT(new_state.value()->ErrorMessage().value(), Eq(error_string)); in TEST()
792 std::string error_string = "Invalid public key in request from server."; in TEST() local
[all …]
H A Dsecagg_client_test.cc171 std::string error_string = in TEST() local
174 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
180 EXPECT_THAT(client.ErrorMessage().value(), Eq(error_string)); in TEST()
200 std::string error_string = in TEST() local
203 expected_message.mutable_abort()->set_diagnostic_info(error_string); in TEST()
209 EXPECT_THAT(client.ErrorMessage().value(), Eq(error_string)); in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dstreams_not_seen_test.cc450 const char* error_string; in TEST_F() local
483 op->data.recv_status_on_client.error_string = &error_string; in TEST_F()
500 gpr_free(const_cast<char*>(error_string)); in TEST_F()
524 const char* error_string; in TEST_F() local
556 op->data.recv_status_on_client.error_string = &error_string; in TEST_F()
570 gpr_free(const_cast<char*>(error_string)); in TEST_F()
598 const char* error_string; in TEST_F() local
621 op->data.recv_status_on_client.error_string = &error_string; in TEST_F()
638 gpr_free(const_cast<char*>(error_string)); in TEST_F()
671 const char* error_string; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gif/
H A 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()
H A 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()
/aosp_15_r20/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
H A 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:
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A 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()
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dsource_line_resolver_base.cc102 string error_string; in ReadSymbolFile() local
103 error_code = ErrnoString(&error_string); in ReadSymbolFile()
105 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
125 string error_string; in ReadSymbolFile() local
126 error_code = ErrnoString(&error_string); in ReadSymbolFile()
128 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
141 string error_string; in ReadSymbolFile() local
142 error_code = ErrnoString(&error_string); in ReadSymbolFile()
144 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
/aosp_15_r20/art/tools/
H A Danalyze-init-failures.py130 error_string = ''
132error_string = ',style=filled,fillcolor=Red,tooltip="' + root_errors[r_class] + '",URL="' + root_e…
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))
/aosp_15_r20/external/autotest/server/cros/network/
H A 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,
/aosp_15_r20/external/autotest/client/cros/cellular/mbim_compliance/
H A 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)
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dllvm_simple_bisect.py56 def search(self, error_string: Text) -> bool:
58 return error_string in self.output
62 error_string: Text,
69 elif self.search(error_string):
70 if error_string:
74 if error_string:
/aosp_15_r20/external/autotest/client/site_tests/autoupdate_BadMetadata/
H A 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,
/aosp_15_r20/system/chre/host/common/include/chre_host/
H A Dlog.h76 char error_string[64]; \
77 strerror_r(error_code, error_string, sizeof(error_string)); \
78 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dsimple_request.cc82 EXPECT_THAT(server_status.error_string(), HasSubstr("xyz")); in SimpleRequestBody()
83 EXPECT_THAT(server_status.error_string(), in SimpleRequestBody()
85 EXPECT_THAT(server_status.error_string(), HasSubstr("grpc_message")); in SimpleRequestBody()
86 EXPECT_THAT(server_status.error_string(), HasSubstr("grpc_status")); in SimpleRequestBody()
/aosp_15_r20/external/cronet/net/base/
H A Dnet_errors.cc40 const char* error_string; in ErrorToShortString() local
44 error_string = # label; \ in ErrorToShortString()
52 error_string = "<unknown>"; in ErrorToShortString()
54 return std::string("ERR_") + error_string; in ErrorToShortString()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dgrpc_wrap.cc91 const char* error_string; member
264 gpr_free((void*)ctx->recv_status_on_client.error_string); in grpcwrap_batch_context_destroy()
353 return ctx->recv_status_on_client.error_string; in grpcwrap_batch_context_recv_status_on_client_error_string()
529 ops[5].data.recv_status_on_client.error_string = in grpcwrap_call_start_unary()
530 &(ctx->recv_status_on_client.error_string); in grpcwrap_call_start_unary()
571 ops[3].data.recv_status_on_client.error_string = in grpcwrap_call_start_client_streaming()
572 &(ctx->recv_status_on_client.error_string); in grpcwrap_call_start_client_streaming()
612 ops[3].data.recv_status_on_client.error_string = in grpcwrap_call_start_server_streaming()
613 &(ctx->recv_status_on_client.error_string); in grpcwrap_call_start_server_streaming()
643 ops[1].data.recv_status_on_client.error_string = in grpcwrap_call_start_duplex_streaming()
[all …]
/aosp_15_r20/external/libgav1/examples/
H A 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()
H A Dlogging.h46 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \ argument
51 __func__, error_string); \
56 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py235 error_string = result.stderr
239 error_string,
252 error_string,
257 permission_denied = 'Permission denied' in error_string
264 error_string,
/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dcall_finalization_test.cc41 evidence += absl::StrCat("FIRST", final_info->error_string, *p, "\n"); in TEST()
44 evidence += absl::StrCat("SECOND", final_info->error_string, *p, "\n"); in TEST()
47 final_info.error_string = "123"; in TEST()

123456789