HomeSort by relevance Sort by last modified time
    Searched refs:HasSubstr (Results 26 - 50 of 56) sorted by null

12 3

  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 458 EXPECT_THAT(log, HasSubstr(expected_message));
572 HasSubstr("EXPECT_CALL(mock, TestMethod())"));
595 HasSubstr("ON_CALL(mock, TestMethod())"));
618 HasSubstr("ON_CALL(mock, TestMethodArg(_)"));
gmock_link_test.h 81 // HasSubstr
145 using testing::HasSubstr;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
568 ON_CALL(mock, VoidFromString(HasSubstr("b"))).WillByDefault(Return());
gmock-matchers_test.cc 103 using testing::HasSubstr;
    [all...]
gmock-spec-builders_test.cc 105 using testing::HasSubstr;
945 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
949 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
    [all...]
  /external/v8/testing/gmock/test/
gmock-internal-utils_test.cc 458 EXPECT_THAT(log, HasSubstr(expected_message));
572 HasSubstr("EXPECT_CALL(mock, TestMethod())"));
595 HasSubstr("ON_CALL(mock, TestMethod())"));
618 HasSubstr("ON_CALL(mock, TestMethodArg(_)"));
gmock_link_test.h 81 // HasSubstr
145 using testing::HasSubstr;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
568 ON_CALL(mock, VoidFromString(HasSubstr("b"))).WillByDefault(Return());
gmock-matchers_test.cc 98 using testing::HasSubstr;
    [all...]
gmock-spec-builders_test.cc 103 using testing::HasSubstr;
888 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
892 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
    [all...]
  /system/libhidl/
test_main.cpp 448 using ::testing::HasSubstr;
452 EXPECT_THAT(toString(Status::fromStatusT(DEAD_OBJECT)), HasSubstr("DEAD_OBJECT"));
454 EXPECT_THAT(toString(Status::fromStatusT(-EBUSY)), HasSubstr("busy"));
457 HasSubstr("EX_NULL_POINTER"));
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 529 HasSubstr("EXPECT_CALL(mock, TestMethod())"));
552 HasSubstr("ON_CALL(mock, TestMethod())"));
575 HasSubstr("ON_CALL(mock, TestMethodArg(_)"));
gmock-matchers_test.cc 90 using testing::HasSubstr;
    [all...]
gmock_link_test.h 81 // HasSubstr
145 using testing::HasSubstr;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
568 ON_CALL(mock, VoidFromString(HasSubstr("b"))).WillByDefault(Return());
gmock-spec-builders_test.cc 102 using testing::HasSubstr;
880 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
884 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor_test.cc 31 bool HasSubstr(const string& base, const string& substr) {
121 EXPECT_TRUE(HasSubstr(status.error_message(),
379 HasSubstr(status.error_message(), "Cannot convert value to integer"));
  /external/tensorflow/tensorflow/compiler/xla/tests/
broadcast_simple_test.cc 105 using ::testing::HasSubstr;
665 HasSubstr("broadcast dimension 0 mismatch"));
678 HasSubstr("binary op BINOP_ADD with incompatible shapes"));
691 HasSubstr("binary op BINOP_ADD with incompatible shapes"));
concat_test.cc 37 using ::testing::HasSubstr;
46 HasSubstr("Concatenate expects at least one argument"));
78 HasSubstr("dimension to concatenate along out of bounds: 0"));
417 HasSubstr("Expected non-opaque argument for operand of concatenation"));
tuple_test.cc 148 ::testing::HasSubstr("Operand to GetTupleElement() is not a tuple"));
reshape_test.cc 596 ::testing::HasSubstr("not a permutation of the operand dimensions"));
607 ::testing::HasSubstr("mismatched element counts"));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util_test.cc 34 using ::testing::HasSubstr;
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
signature_test.cc 36 static bool HasSubstr(const string& base, const string& substr) {
625 EXPECT_TRUE(HasSubstr(status.error_message(),
  /frameworks/native/cmds/lshal/
test.cpp 173 EXPECT_THAT(err.str(), HasSubstr("does not exist"));
  /system/connectivity/wifilogd/tests/
command_processor_unittest.cpp 48 using ::testing::HasSubstr;
  /external/swiftshader/tests/unittests/
unittests.cpp 87 EXPECT_THAT(eglVersion, testing::HasSubstr("1.4 SwiftShader "));
304 EXPECT_THAT((const char*)glVersion, testing::HasSubstr("OpenGL ES 2.0 SwiftShader "));
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 45 using ::testing::HasSubstr;
577 EXPECT_THAT(out, HasSubstr("\n\t(skipped on dry run)\n------"));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph_test.cc 544 ::testing::HasSubstr("Visitation failed"));

Completed in 1626 milliseconds

12 3