HomeSort by relevance Sort by last modified time
    Searched refs:UnitTest (Results 201 - 225 of 322) 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/testing/gtest/src/
gtest-internal-inl.h 486 // The private implementation of the UnitTest class. We don't protect
488 // user and the UnitTest class that delegates work to this class does
492 explicit UnitTestImpl(UnitTest* parent);
676 // Runs all tests in this UnitTest object, prints the result, and
777 // UnitTest::Run() starts.
781 friend class ::testing::UnitTest;
783 // Used by UnitTest::Run() to capture the state of
787 // The UnitTest object that owns this implementation object.
788 UnitTest* const parent_;
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 61 testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 503 // The private implementation of the UnitTest class. We don't protect
505 // user and the UnitTest class that delegates work to this class does
509 explicit UnitTestImpl(UnitTest* parent);
697 // Runs all tests in this UnitTest object, prints the result, and
798 // UnitTest::Run() starts.
802 friend class ::testing::UnitTest;
804 // Used by UnitTest::Run() to capture the state of
808 // The UnitTest object that owns this implementation object.
809 UnitTest* const parent_;
    [all...]
  /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/src/animator/
SkOperandIterpolator.cpp 108 void SkOperandInterpolator::UnitTest()
  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 64 static void UnitTest();
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.cpp 167 void SkBase64::UnitTest() {
  /external/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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/include/gtest/internal/
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/open-vcdiff/gtest/src/
gtest-internal-inl.h 736 // The private implementation of the UnitTest class. We don't protect
738 // user and the UnitTest class that delegates work to this class does
742 explicit UnitTestImpl(UnitTest* 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/src/animator/
SkOperandIterpolator.cpp 108 void SkOperandInterpolator::UnitTest()
  /external/skia/src/core/
SkFloat.h 64 static void UnitTest();
  /external/skia/src/utils/
SkBase64.cpp 167 void SkBase64::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 25 public class UT_sampler extends UnitTest {
  /external/chromium_org/base/test/
test_launcher.cc 265 testing::UnitTest* const unit_test = testing::UnitTest::GetInstance();
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 146 using testing::UnitTest;
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 144 using testing::UnitTest;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 144 using testing::UnitTest;
    [all...]

Completed in 1018 milliseconds

1 2 3 4 5 6 7 891011>>