Home
last modified time | relevance | path

Searched defs:error (Results 976 – 1000 of 13572) sorted by relevance

1...<<31323334353637383940>>...543

/aosp_15_r20/packages/modules/adb/
Dtransport_benchmark.cpp73 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Unidirectional()
75 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Unidirectional()
147 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Echo()
149 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Echo()
/aosp_15_r20/external/freetype/src/svg/
H A Dftsvg.c47 FT_Error error = FT_Err_Ok; in ft_svg_init() local
109 FT_Error error; in ft_svg_render() local
166 FT_Error error = FT_Err_Ok; in ft_svg_property_set() local
213 FT_Error error = FT_Err_Ok; in ft_svg_property_get() local
/aosp_15_r20/external/cronet/base/win/
H A Devent_trace_controller.cc103 ULONG error = ::EnableTrace(TRUE, flags, level, &provider, session_); in EnableProvider() local
108 ULONG error = ::EnableTrace(FALSE, 0, 0, &provider, session_); in DisableProvider() local
117 ULONG error = ::ControlTrace(session_, nullptr, properties->get(), in Stop() local
132 ULONG error = ::ControlTrace(session_, nullptr, properties->get(), in Flush() local
H A Diat_patch_function.cc180 DWORD error = Unpatch(); in ~IATPatchFunction() local
195 DWORD error = PatchFromModule(module_handle, imported_from_module, in Patch() local
215 DWORD error = InterceptImportedFunction( in PatchFromModule() local
229 DWORD error = RestoreImportedFunction(intercept_function_, original_function_, in Unpatch() local
H A Dwmi.cc101 auto error = CreateLocalWmiConnection(/*set_blanket=*/true, server_name, in RunWmiQuery() local
119 auto error = in CreateLocalWmiConnection() local
131 auto error = CreateLocalWmiConnection(set_blanket, resource, &wmi_services); in CreateWmiConnection() local
223 auto error = in Get() local
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_service.cpp159 Error error = kErrorNone; in GetNextDnsSrpAnycastInfo() local
204 Error error = kErrorNotFound; in FindPreferredDnsSrpAnycastInfo() local
270 Error error = kErrorNone; in GetNextDnsSrpUnicastInfo() local
355 Error error = kErrorNotFound; in IterateToNextServer() local
/aosp_15_r20/external/openthread/src/core/utils/
H A Dpower_calibration.cpp67 Error error = kErrorNone; in GetRawPowerSetting() local
85 Error error = kErrorNone; in AddCalibratedPower() local
121 Error error = kErrorNone; in SetChannelTargetPower() local
141 Error error = kErrorNone; in GetPowerSettings() local
/aosp_15_r20/hardware/google/aemu/base/
DSharedLibrary.cpp65 char error[1]; in open() local
70 char* error, in open()
92 char* error, in do_open()
184 char* error, in do_open()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
H A DAsyncRetryableStageAdaptiveModeTest.java215 SdkServiceException error = SdkServiceException.builder() in execute_unsuccessfulResponse_nonThrottlingError_doesNotUpdateRate() local
237 SdkServiceException error = SdkServiceException.builder() in execute_unsuccessfulResponse_throttlingError_updatesRate() local
312 private void mockChildResponse(Exception error) throws Exception { in mockChildResponse()
317 private void mockChildResponse(Error error) throws Exception { in mockChildResponse()
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_test.cc331 absl::Status error = std::move(absl::get<absl::Status>(event)); in WaitForNextError() local
1448 auto error = watcher->WaitForNextError(); in TEST_F() local
1655 auto error = watcher->WaitForNextError(); in TEST_F() local
1802 auto error = watcher->WaitForNextError(); in TEST_F() local
2325 auto error = watcher->WaitForNextError(); in TEST_F() local
2405 auto error = watcher->WaitForNextError(); in TEST_F() local
2593 auto error = watcher->WaitForNextError(); in TEST_F() local
3495 auto error = watcher->WaitForNextError(); in TEST_F() local
3509 auto error = watcher->WaitForNextError(); in TEST_F() local
3698 auto error = watcher2->WaitForNextError(); in TEST_F() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/eventbridge/src/main/resources/codegen-resources/
H A Dendpoint-tests.json539 … "error": "FIPS and DualStack are enabled, but this partition does not support one or both" string
563 "error": "DualStack is enabled but this partition does not support DualStack" string
587 … "error": "FIPS and DualStack are enabled, but this partition does not support one or both" string
611 "error": "DualStack is enabled but this partition does not support DualStack" string
649 "error": "Invalid Configuration: FIPS and custom endpoint are not supported" string
661 "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" string
673 "error": "Invalid Configuration: Missing Region" string
722 … "error": "Invalid Configuration: FIPS is not supported with EventBridge multi-region endpoints." string
734 … "error": "Invalid Configuration: FIPS is not supported with EventBridge multi-region endpoints." string
746 "error": "EndpointId must be a valid host label." string
[all …]
/aosp_15_r20/development/tools/repo_diff/service/repodiff/interactors/
H A Dlogic.go3 func ExistingErrorOr(existing error, toEvaluate func() error) error {
10 func AnyError(errors ...error) error {
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
H A DFlickerConfigTest.kt232 val error = in throwsOnRegisteringAssertionToNotRegisteredScenario() constant
256 val error = in throwsOnRegisteringTheSameScenario() constant
286 val error = in throwsOnRegisteringTheSameAssertion() constant
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc373 grpc_error_handle error = grpc_ssl_check_alpn(&peer); in check_peer() local
392 grpc_closure* on_peer_checked, grpc_error_handle error) { in cancel_check_peer()
517 grpc_error_handle error; in OnVerifyDone() local
654 grpc_error_handle error = grpc_ssl_check_alpn(&peer); in check_peer() local
677 grpc_closure* on_peer_checked, grpc_error_handle error) { in cancel_check_peer()
791 grpc_error_handle error; in OnVerifyDone() local
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp77 std::ostringstream error; in DeserializeConfigFromPb() local
436 std::ostringstream error; in DeserializePackageFromPb() local
634 std::ostringstream error; in DeserializeCompiledFileFromPb() local
652 std::ostringstream error; in DeserializeCompiledFileFromPb() local
660 std::ostringstream error; in DeserializeCompiledFileFromPb() local
701 std::ostringstream error; in DeserializeReferenceFromPb() local
/aosp_15_r20/external/curl/tests/server/
H A Drtspd.c291 int error = errno; in ProcessRequest() local
309 int error = getpart(&cmd, &cmdsize, "reply", "servercmd", stream); in ProcessRequest() local
600 int error = 0; in storerequest() local
655 int error; in get_request() local
776 int error = 0; in send_doc() local
1064 int error; in main() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_bitstream.c67 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_get_bs_freq_res_index() local
108 IA_ERRORCODE error; in ixheaace_mps_212_ec_data() local
307 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_ott_data() local
572 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_spatial_specific_config() local
640 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_spatial_frame() local
810 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_515_write_spatial_frame() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dwrite_at.cpp278 boost::system::error_code error; in test_4_arg_nothrow_const_buffer_write_at() local
327 boost::system::error_code error; in test_4_arg_nothrow_mutable_buffer_write_at() local
377 boost::system::error_code error; in test_4_arg_nothrow_vector_buffers_write_at() local
1534 boost::system::error_code error; in test_5_arg_const_buffer_write_at() local
2005 boost::system::error_code error; in test_5_arg_mutable_buffer_write_at() local
2477 boost::system::error_code error; in test_5_arg_vector_buffers_write_at() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DZipErrorTest.java30 ZipError error = new ZipError("ZipError"); in test_constructor() local
38 ZipError error = new ZipError("serialization test"); in test_serialization() local
46 ZipError error = new ZipError("serialization test"); in testSerializationCompatibility() local
/aosp_15_r20/external/libnl/lib/
H A Derror.c52 const char *nl_geterror(int error) in nl_geterror()
72 void nl_perror(int error, const char *s) in nl_perror()
80 int nl_syserr2nlerr(int error) in nl_syserr2nlerr()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/
H A Decho.proto187 google.rpc.Status error = 2; field
217 google.rpc.Status error = 2; field
256 google.rpc.Status error = 2; field
283 google.rpc.Status error = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dop_kernel_runner.cc33 if (auto error = check_arg_def(arg_def)) return error; in CheckOpDefCompatibility() local
35 if (auto error = check_arg_def(arg_def)) return error; in CheckOpDefCompatibility() local
52 if (auto error = attr_builder(attr_value_map)) { in BuildNodeDef() local
89 if (auto error = CheckOpDefCompatibility(*op_def)) { in Create() local
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/liteparse/
H A Dliteparse.go255 …tx context.Context, pi *res.PathInfo, pathResC chan<- *rdpb.Resource, pathErrC chan<- error) bool {
272 func processResAndErr(resC <-chan *rdpb.Resource, errC <-chan error) ([]*rdpb.Resource, error) {
337 func syncParse(ctx context.Context, p *res.PathInfo, resC chan<- *rdpb.Resource, errC chan<- error)…
346 …ntext, p *res.PathInfo, fileReader io.Reader, resC chan<- *rdpb.Resource, errC chan<- error) bool {
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java141 String[] error = new String[1]; in testRun_testFailed() local
234 String[] error = new String[1]; in testRun_testTimeout() local
288 String[] error = new String[1]; in testRun_deviceReboot() local
372 String[] error = new String[1]; in testRun_deviceRuntimeReset() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DLog.h169 void error(const std::string& entry) { record(Level::ERROR, entry); } in error() function
171 void error(const char entry[n]) { error(std::string(entry)); } in error() function
172 void error(const LogEntry& entry) { error(entry.toString()); } in error() function
173 void error(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in error() function

1...<<31323334353637383940>>...543