Home
last modified time | relevance | path

Searched refs:first_error (Results 1 – 25 of 40) sorted by relevance

12

/external/federated-compute/fcp/client/engine/
Dcaching_error_reporter_test.cc34 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/
Dvalue_inference_test.cc61 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 …]
Dreduce_window_test.cc111 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/
Dchannel_stack.cc141 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/
Dchannel_stack.cc151 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/
Derrors.py68 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/
Dglx_error.c54 error.errorCode = glx_dpy->codes.first_error + errorCode; in __glXSendError()
Ddri2.c228 *errorBase = info->codes->first_error; in DRI2QueryExtension()
/external/rust/android-crates-io/crates/combine/src/parser/
Drange.rs476 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/
Dxwindowsdri.c94 *error_basep = info->codes->first_error;
/external/mbedtls/library/
Dx509_crt.c1396 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/
Dx509_crt.c1397 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/
Dsockutils.c711 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/
Dtridiagonal_test.cc65 ASSERT_EQ(x.builder()->first_error(), Status::OK()); in XLA_TEST_P()
/external/pytorch/torch/onnx/_internal/exporter/
D_core.py1050 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/
Dutil.c60 base_error = reply->first_error; in xkb_x11_setup_xkb_extension()
/external/rust/android-crates-io/crates/petgraph/src/
Dcsr.rs134 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/
Dmlir_hlo_builder.cc487 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/
Dva_nvctrl.c205 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()
Dva_dri2.c120 *errorBase = info->codes->first_error; in VA_DRI2QueryExtension()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c677 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/
Dgraph_compiler.cc336 return b->first_error(); in CompileFunctionalNode()
/external/mesa3d/src/glx/apple/
Dappledri.c138 *error_basep = info->codes->first_error;
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtfrt_cpu_pjrt_client.cc801 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/
Dxf86dri.c104 *error_basep = info->codes->first_error;

12