HomeSort by relevance Sort by last modified time
    Searched refs:UnitTest (Results 201 - 225 of 309) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 104 UnitTest unit_test_;
187 // Forwards to UnitTest::RecordProperty() to bypass access controls.
192 UnitTest unit_test_;
235 using testing::UnitTest;
    [all...]
  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 23 if (testing::UnitTest::GetInstance()->current_test_info()-> \
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 493 // The private implementation of the UnitTest class. We don't protect
495 // user and the UnitTest class that delegates work to this class does
499 explicit UnitTestImpl(UnitTest* parent);
683 // Runs all tests in this UnitTest object, prints the result, and
784 // UnitTest::Run() starts.
788 friend class ::testing::UnitTest;
790 // Used by UnitTest::Run() to capture the state of
794 // The UnitTest object that owns this implementation object.
795 UnitTest* const parent_;
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 88 static void UnitTest();
  /external/chromium_org/third_party/skia/src/animator/
SkOperandIterpolator.cpp 108 void SkOperandInterpolator::UnitTest()
  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 62 static void UnitTest();
  /external/chromium_org/third_party/skia/src/utils/
SkParse.cpp 290 void SkParse::UnitTest()
  /external/lldb/include/lldb/Core/
Stream.h 594 UnitTest(Stream *s);
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 492 // The private implementation of the UnitTest class. We don't protect
494 // user and the UnitTest class that delegates work to this class does
498 explicit UnitTestImpl(UnitTest* parent);
682 // Runs all tests in this UnitTest object, prints the result, and
783 // UnitTest::Run() starts.
787 friend class ::testing::UnitTest;
789 // Used by UnitTest::Run() to capture the state of
793 // The UnitTest object that owns this implementation object.
794 UnitTest* const parent_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 493 // The private implementation of the UnitTest class. We don't protect
495 // user and the UnitTest class that delegates work to this class does
499 explicit UnitTestImpl(UnitTest* parent);
683 // Runs all tests in this UnitTest object, prints the result, and
784 // UnitTest::Run() starts.
788 friend class ::testing::UnitTest;
790 // Used by UnitTest::Run() to capture the state of
794 // The UnitTest object that owns this implementation object.
795 UnitTest* const parent_;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 732 // The private implementation of the UnitTest class. We don't protect
734 // user and the UnitTest class that delegates work to this class does
738 explicit UnitTestImpl(UnitTest* parent);
    [all...]
  /external/skia/include/utils/
SkRTConf.h 88 static void UnitTest();
  /external/skia/src/animator/
SkOperandIterpolator.cpp 108 void SkOperandInterpolator::UnitTest()
  /external/skia/src/core/
SkFloat.h 62 static void UnitTest();
  /external/skia/src/utils/
SkParse.cpp 290 void SkParse::UnitTest()
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 24 public class UT_copy_test extends UnitTest {
UT_sampler.java 23 public class UT_sampler extends UnitTest {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_copy_test.java 24 public class UT_copy_test extends UnitTest {
UT_sampler.java 23 public class UT_sampler extends UnitTest {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 238 ::testing::UnitTest::GetInstance()->current_test_info();
348 ::testing::UnitTest::GetInstance()->current_test_info();
  /frameworks/native/libs/gui/tests/
GLTest.cpp 31 ::testing::UnitTest::GetInstance()->current_test_info();
135 ::testing::UnitTest::GetInstance()->current_test_info();
StreamSplitter_test.cpp 35 ::testing::UnitTest::GetInstance()->current_test_info();
42 ::testing::UnitTest::GetInstance()->current_test_info();
BufferQueue_test.cpp 42 ::testing::UnitTest::GetInstance()->current_test_info();
49 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/protobuf/gtest/test/
gtest_unittest.cc 150 using testing::UnitTest;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 109 class UnitTest; // A collection of test cases.
116 class UnitTestImpl; // Opaque implementation of UnitTest
746 String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test, int skip_count);
    [all...]

Completed in 527 milliseconds

1 2 3 4 5 6 7 891011>>