Home
last modified time | relevance | path

Searched refs:kErrorMessage (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp194 const char *kErrorMessage[kNumberOfErrors] = { variable
308 (sizeof(kErrorMessage) / sizeof(kErrorMessage[0]))); in GPUTestExpectationsParser()
355 mErrorMessages.push_back(kErrorMessage[kErrorFileIO]); in loadTestExpectationsFromFileImpl()
507 pushErrorMessage(kErrorMessage[kErrorIllegalEntry], lineNumber); in parseLine()
543 pushErrorMessage(kErrorMessage[kErrorIllegalEntry], lineNumber); in parseLine()
552 pushErrorMessage(kErrorMessage[kErrorIllegalEntry], lineNumber); in parseLine()
569 pushErrorMessage(kErrorMessage[kErrorIllegalEntry], lineNumber); in parseLine()
582 pushErrorMessage(kErrorMessage[kErrorIllegalEntry], lineNumber); in parseLine()
587 pushErrorMessage(kErrorMessage[kErrorEntryWithExpectationConflicts], in parseLine()
593 pushErrorMessage(kErrorMessage[kErrorEntryWithDisallowedExpectation], in parseLine()
[all …]
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dfake_polqa.cc20 const char* const kErrorMessage = "-Out /path/to/output/file is mandatory"; variable
38 RTC_CHECK_GE(argc, 3) << kErrorMessage; in main()
46 FATAL() << kErrorMessage; in main()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_distributor_test.cc50 constexpr const char* kErrorMessage = "error_message"; variable
647 kCertName1, GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage), in TEST_F()
651 ::testing::ElementsAre(ErrorInfo(kErrorMessage, kIdentityErrorMessage))); in TEST_F()
656 GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage)); in TEST_F()
658 ::testing::ElementsAre(ErrorInfo(kErrorMessage, kErrorMessage))); in TEST_F()
881 distributor_.SetError(GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage)); in TEST_F()
883 ::testing::ElementsAre(ErrorInfo(kErrorMessage, kErrorMessage))); in TEST_F()
885 ::testing::ElementsAre(ErrorInfo(kErrorMessage, ""))); in TEST_F()
887 ::testing::ElementsAre(ErrorInfo("", kErrorMessage))); in TEST_F()
899 distributor_.SetError(GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage)); in TEST_F()
Dtls_security_connector_test.cc47 constexpr const char* kErrorMessage = "error_message"; variable
255 kRootCertName, GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage), in TEST_F()
259 GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage)); in TEST_F()
464 kRootCertName, GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage), in TEST_F()
468 GRPC_ERROR_CREATE_FROM_STATIC_STRING(kErrorMessage)); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dstring_to_number_op.cc30 static constexpr char kErrorMessage[] = variable
56 errors::InvalidArgument(kErrorMessage, input_flat(i).c_str())); in Compute()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc261 const char kErrorMessage[] = "ur bad :{{"; variable
285 EXPECT_NE(error_message.find(kErrorMessage), std::string::npos); in TEST_P()
289 MojoNotifyBadMessage(message, kErrorMessage, sizeof(kErrorMessage), in TEST_P()
/external/grpc-grpc/test/cpp/end2end/
Dexception_test.cc37 const char* kErrorMessage = "This service caused an exception"; variable
58 const char* what() const noexcept override { return kErrorMessage; } in what()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_tf_ops_pass.cc51 constexpr const char *kErrorMessage = variable
132 op->emitOpError() << kErrorMessage; in GetFunctionMetadatas()
165 op->emitOpError() << kErrorMessage; in GetFunctionMetadatas()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc574 static const char kErrorMessage[] = in RecvTrailingMetadataReady() local
577 gpr_log(GPR_ERROR, kErrorMessage); in RecvTrailingMetadataReady()
581 grpc_slice_from_static_string(kErrorMessage)); in RecvTrailingMetadataReady()
584 kErrorMessage); in RecvTrailingMetadataReady()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc569 const char kErrorMessage[] = "ur bad :("; variable
642 process_state.set_expected_error_message(kErrorMessage); in TEST_F()
644 MojoNotifyBadMessage(message, kErrorMessage, sizeof(kErrorMessage), in TEST_F()
/external/libchrome/dbus/
Dmessage_unittest.cc631 const char kErrorMessage[] = "error message"; in TEST() local
637 &method_call, DBUS_ERROR_FAILED, kErrorMessage)); in TEST()
647 EXPECT_EQ(kErrorMessage, error_message); in TEST()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op.cc65 constexpr char kErrorMessage[] = "error_message"; variable
609 writer->WriteScalar(key, kErrorMessage, status.error_message())); in WriteStatusLocked()
623 reader->ReadScalar(key, kErrorMessage, &error_message)); in ReadStatusLocked()
Dwindow_dataset_op.cc42 constexpr char kErrorMessage[] = ".error_message"; variable
369 strings::StrCat(kBuffer, "[", index, "]", kErrorMessage)); in ErrorMessageKey()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc40 constexpr char kErrorMessage[] = ".error_message"; variable
878 kErrorMessage)); in ErrorMessageKey()
Dsnapshot_dataset_op.cc938 constexpr char kErrorMessage[] = ".error_message"; variable
1717 strings::StrCat(kStatus, "[", index, "]", kErrorMessage)); in ErrorMessageKey()