HomeSort by relevance Sort by last modified time
    Searched full:current_test_info (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 39 ::testing::UnitTest::GetInstance()->current_test_info();
50 ::testing::UnitTest::GetInstance()->current_test_info();
SurfaceTextureClient_test.cpp 39 ::testing::UnitTest::GetInstance()->current_test_info();
92 ::testing::UnitTest::GetInstance()->current_test_info();
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 92 ::testing::UnitTest::GetInstance()->current_test_info();
camera2.cpp 316 ::testing::UnitTest::GetInstance()->current_test_info();
403 ::testing::UnitTest::GetInstance()->current_test_info();
537 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
gtest-param-test_test.cc 797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
gtest-param-test_test.cc 797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
gtest-param-test_test.cc 797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 219 TestInfo* const info = GetUnitTestImpl()->current_test_info();
597 const TestInfo* const info = impl->current_test_info();
651 const int death_test_index = impl->current_test_info()
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 974 // current_test_info is NULL, the assertion results will be stored in
976 void set_current_test_info(TestInfo* current_test_info) {
977 current_test_info_ = current_test_info;
1004 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1005 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 955 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
956 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 951 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
952 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest-internal-inl.h 662 // current_test_info is NULL, the assertion results will be stored in
709 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
710 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/gtest/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest-internal-inl.h 669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest-internal-inl.h 669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
647 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 668 // current_test_info is NULL, the assertion results will be stored in
715 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
716 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/chromium/chrome/browser/
unload_uitest.cc 97 testing::UnitTest::GetInstance()->current_test_info();

Completed in 1935 milliseconds

1 2