HomeSort by relevance Sort by last modified time
    Searched refs:UnitTest (Results 226 - 250 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_script_group2_nochain.java 24 public class UT_script_group2_nochain extends UnitTest {
UT_copy_test.java 24 public class UT_copy_test extends UnitTest {
UT_fp16.java 23 public class UT_fp16 extends UnitTest {
UT_sampler.java 23 public class UT_sampler extends UnitTest {
  /hardware/libhardware/tests/camera2/
CameraModuleTests.cpp 76 ::testing::UnitTest::GetInstance()->current_test_info();
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 36 ::testing::UnitTest::GetInstance()->current_test_info();
43 ::testing::UnitTest::GetInstance()->current_test_info();
GLTest.cpp 31 ::testing::UnitTest::GetInstance()->current_test_info();
135 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 204 // Initializes a UnitTest structure.
211 /* Initialize an array of UnitTest structures with a setup function for a test
220 * Run tests specified by an array of UnitTest structures. The following
227 * const UnitTest tests[] = {
297 typedef struct UnitTest {
301 } UnitTest;
427 int _run_tests(const UnitTest * const tests, const size_t number_of_tests);
  /external/protobuf/gtest/test/
gtest_unittest.cc 141 using testing::UnitTest;
    [all...]
  /external/gtest/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /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/google-breakpad/src/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/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 496 // The private implementation of the UnitTest class. We don't protect
498 // user and the UnitTest class that delegates work to this class does
502 explicit UnitTestImpl(UnitTest* parent);
686 // Runs all tests in this UnitTest object, prints the result, and
787 // UnitTest::Run() starts.
791 friend class ::testing::UnitTest;
793 // Used by UnitTest::Run() to capture the state of
797 // The UnitTest object that owns this implementation object.
798 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 561 // The private implementation of the UnitTest class. We don't protect
563 // user and the UnitTest class that delegates work to this class does
567 explicit UnitTestImpl(UnitTest* parent);
749 // Runs all tests in this UnitTest object, prints the result, and
    [all...]
  /external/skia/src/animator/
SkOperandIterpolator.cpp 106 void SkOperandInterpolator::UnitTest()
  /external/skia/src/utils/
SkParse.cpp 292 void SkParse::UnitTest()
  /external/v8/build/
gn_helpers_unittest.py 6 import unittest namespace
8 class UnitTest(unittest.TestCase):
117 unittest.main()
  /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_CompatLibLegacy/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/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 146 using testing::UnitTest;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 914 ::testing::UnitTest::GetInstance()
917 "_" + ::testing::UnitTest::GetInstance()->current_test_info()->name() +
    [all...]

Completed in 3739 milliseconds

1 2 3 4 5 6 7 8 91011>>