/external/federated-compute/fcp/client/engine/ |
D | caching_error_reporter_test.cc | 34 std::string first_error = "Op a is not found."; in TEST() local 35 TF_LITE_REPORT_ERROR(&reporter, "%s%d", first_error.c_str(), 1); in TEST() 38 EXPECT_THAT(reporter.GetFirstErrorMessage(), absl::StrCat(first_error, "1")); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | value_inference_test.cc | 61 TF_RETURN_IF_ERROR(builder->first_error()); in ComputeDynamismLiteral() 283 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 299 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 317 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 332 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 367 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 393 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 426 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 459 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() 494 ASSERT_TRUE(b.first_error().ok()) << b.first_error().error_message(); in TEST_F() [all …]
|
D | reduce_window_test.cc | 111 TF_ASSERT_OK(builder_.first_error()); in XLA_TEST_P() 116 ASSERT_EQ(builder_.first_error().code(), tensorflow::error::INVALID_ARGUMENT) in XLA_TEST_P() 117 << builder_.first_error(); in XLA_TEST_P() 118 ASSERT_THAT(builder_.first_error().error_message(), in XLA_TEST_P()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.cc | 141 grpc_error_handle first_error; in grpc_channel_stack_init() local 152 if (first_error.ok()) { in grpc_channel_stack_init() 153 first_error = error; in grpc_channel_stack_init() 166 return first_error; in grpc_channel_stack_init() 201 grpc_error_handle first_error; in grpc_call_stack_init() local 213 if (first_error.ok()) { in grpc_call_stack_init() 214 first_error = error; in grpc_call_stack_init() 218 return first_error; in grpc_call_stack_init()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.cc | 151 grpc_error_handle first_error; in grpc_channel_stack_init() local 162 if (first_error.ok()) { in grpc_channel_stack_init() 163 first_error = error; in grpc_channel_stack_init() 176 return first_error; in grpc_channel_stack_init() 212 grpc_error_handle first_error; in grpc_call_stack_init() local 224 if (first_error.ok()) { in grpc_call_stack_init() 225 first_error = error; in grpc_call_stack_init() 229 return first_error; in grpc_call_stack_init()
|
/external/python/google-api-python-client/googleapiclient/ |
D | errors.py | 68 first_error = data[0] 69 reason = first_error["error"]["message"] 70 if "details" in first_error["error"]: 71 self.error_details = first_error["error"]["details"]
|
/external/mesa3d/src/glx/ |
D | glx_error.c | 54 error.errorCode = glx_dpy->codes.first_error + errorCode; in __glXSendError()
|
D | dri2.c | 228 *errorBase = info->codes->first_error; in DRI2QueryExtension()
|
/external/rust/android-crates-io/crates/combine/src/parser/ |
D | range.rs | 476 Err(first_error) => { in parse_partial() 484 first_stream_error = Some((first_error, input.distance(&before))); in parse_partial() 492 let (first_error, first_error_distance) = first_stream_error.unwrap(); in parse_partial() 499 return wrap_stream_error(input, first_error); in parse_partial()
|
/external/mesa3d/src/glx/windows/ |
D | xwindowsdri.c | 94 *error_basep = info->codes->first_error;
|
/external/mbedtls/library/ |
D | x509_crt.c | 1396 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local 1457 if (first_error == 0) { in mbedtls_x509_crt_parse() 1458 first_error = ret; in mbedtls_x509_crt_parse() 1479 if (first_error == 0) { in mbedtls_x509_crt_parse() 1480 first_error = ret; in mbedtls_x509_crt_parse() 1493 } else if (first_error) { in mbedtls_x509_crt_parse() 1494 return first_error; in mbedtls_x509_crt_parse()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 1397 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local 1458 if (first_error == 0) { in mbedtls_x509_crt_parse() 1459 first_error = ret; in mbedtls_x509_crt_parse() 1480 if (first_error == 0) { in mbedtls_x509_crt_parse() 1481 first_error = ret; in mbedtls_x509_crt_parse() 1494 } else if (first_error) { in mbedtls_x509_crt_parse() 1495 return first_error; in mbedtls_x509_crt_parse()
|
/external/libpcap/ |
D | sockutils.c | 711 int first_error; in sock_open() local 727 first_error = addrs_to_try[0].errcode; in sock_open() 730 if (addrs_to_try[i].errcode != first_error) in sock_open()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | tridiagonal_test.cc | 65 ASSERT_EQ(x.builder()->first_error(), Status::OK()); in XLA_TEST_P()
|
/external/pytorch/torch/onnx/_internal/exporter/ |
D | _core.py | 1050 first_error = failed_results[0].exception 1051 assert first_error is not None 1064 + _summarize_exception_stack(first_error) 1065 ) from first_error
|
/external/libxkbcommon/src/x11/ |
D | util.c | 60 base_error = reply->first_error; in xkb_x11_setup_xkb_extension()
|
/external/rust/android-crates-io/crates/petgraph/src/ |
D | csr.rs | 134 first_error: (usize, usize), field 191 first_error: (n.index(), m.index()), in from_sorted_edges() 212 first_error: (n.index(), m.index()), in from_sorted_edges()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 487 TF_RETURN_IF_ERROR(first_error()); in ReshapeInternal() 514 TF_RETURN_IF_ERROR(first_error()); in InDimBroadcast() 757 TF_RETURN_IF_ERROR(first_error()); in GetShapePtr()
|
/external/libva/va/x11/ |
D | va_nvctrl.c | 205 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()
|
D | va_dri2.c | 120 *errorBase = info->codes->first_error; in VA_DRI2QueryExtension()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 677 int first_error; in generate_error() local 686 if (!XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_opcode, &first_event, &first_error)) { in generate_error() 689 first_error = 0; in generate_error() 693 error_code += first_error; in generate_error()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 336 return b->first_error(); in CompileFunctionalNode()
|
/external/mesa3d/src/glx/apple/ |
D | appledri.c | 138 *error_basep = info->codes->first_error;
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | tfrt_cpu_pjrt_client.cc | 801 Status first_error; in Release() local 805 first_error.Update(InternalError("Error Execute: %s", error->message)); in Release() 808 if (!first_error.ok()) return std::move(first_error); in Release()
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 104 *error_basep = info->codes->first_error;
|