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

12 3 4 5

  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 582 // test_case_name: name of the test case
595 const char* test_case_name, const char* name,
    [all...]
gtest-param-util.h 61 void ReportInvalidTestCaseType(const char* test_case_name,
480 // test_case_name is the base name of the test case (without invocation
484 void AddTestPattern(const char* test_case_name,
487 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
589 const char* test_case_name,
595 if ((*it)->GetTestCaseName() == test_case_name) {
600 ReportInvalidTestCaseType(test_case_name, file, line);
613 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
462 // test_case_name is the base name of the test case (without invocation
466 void AddTestPattern(const char* test_case_name,
469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
497 string test_case_name; local
499 test_case_name = instantiation_name + "/";
500 test_case_name += test_info->test_case_base_name;
509 test_case_name.c_str(),
570 const char* test_case_name,
576 if ((*it)->GetTestCaseName() == test_case_name) {
    [all...]
gtest-internal.h 468 // test_case_name: name of the test case
481 const char* test_case_name,
    [all...]
  /external/chromium_org/testing/gtest/samples/
sample9_unittest.cc 67 test_info.test_case_name(),
87 test_info.test_case_name(),
  /external/protobuf/gtest/samples/
sample9_unittest.cc 67 test_info.test_case_name(),
87 test_info.test_case_name(),
  /ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc 67 test_info.test_case_name(),
87 test_info.test_case_name(),
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 479 // test_case_name: name of the test case
492 const char* test_case_name,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 554 // test_case_name: name of the test case
567 const char* test_case_name, const char* name,
    [all...]
gtest-param-util.h 60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
462 // test_case_name is the base name of the test case (without invocation
466 void AddTestPattern(const char* test_case_name,
469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
570 const char* test_case_name,
576 if ((*it)->GetTestCaseName() == test_case_name) {
581 ReportInvalidTestCaseType(test_case_name, file, line);
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
  /external/gtest/include/gtest/internal/
gtest-internal.h 479 // test_case_name: name of the test case
492 const char* test_case_name,
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 583 // test_case_name: name of the test case
596 const char* test_case_name, const char* name,
    [all...]
gtest-param-util.h 60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
462 // test_case_name is the base name of the test case (without invocation
466 void AddTestPattern(const char* test_case_name,
469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
570 const char* test_case_name,
576 if ((*it)->GetTestCaseName() == test_case_name) {
581 ReportInvalidTestCaseType(test_case_name, file, line);
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 554 // test_case_name: name of the test case
567 const char* test_case_name, const char* name,
    [all...]
gtest-param-util.h 60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
462 // test_case_name is the base name of the test case (without invocation
466 void AddTestPattern(const char* test_case_name,
469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
570 const char* test_case_name,
576 if ((*it)->GetTestCaseName() == test_case_name) {
581 ReportInvalidTestCaseType(test_case_name, file, line);
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 62 test_info.test_case_name(), test_info.name());
85 result, test_info.test_case_name(), test_info.name(),
127 LOGI("[ RUN ] %s.%s\n", test_info.test_case_name(),
145 LOGI("%s%s.%s (%lli ms)\n", result, test_info.test_case_name(),
  /external/chromium_org/testing/gtest/test/
gtest_shuffle_test_.cc 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
  /external/gtest/test/
gtest_shuffle_test_.cc 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
  /external/protobuf/gtest/test/
gtest_shuffle_test_.cc 88 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 94 << test_info->test_case_name() << "."
TestForkerEventListener.cpp 99 test_info.test_case_name(), test_info.name(),
CameraModuleTests.cpp 78 << test_info->test_case_name() << "."
  /ndk/sources/third_party/googletest/googletest/test/
gtest_shuffle_test_.cc 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_main.cc 129 int ViEAutoTestMain::RunSpecificTestCaseIn(const std::string test_case_name)
134 return RunTestMatching(test_case_name,
  /external/chromium_org/content/public/test/
test_launcher.cc 197 std::string test_case_name = full_name.substr(0, dot_pos); local
199 return test_case_name + "." + kPreTestPrefix + test_name;
302 std::string test_case_name = full_name.substr(0, dot_pos); local
305 test_case_name + "." + kPreTestPrefix + test_name);

Completed in 1255 milliseconds

12 3 4 5