Home
last modified time | relevance | path

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

/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/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()