HomeSort by relevance Sort by last modified time
    Searched full:unittest (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/skia/src/animator/
SkBase64.cpp 168 void SkBase64::UnitTest() {
SkOperandIterpolator.cpp 116 void SkOperandInterpolator::UnitTest()
SkScript.h 258 static void UnitTest();
SkScript2.h 266 static void UnitTest();
SkAnimator.cpp 681 #define unittestline(type) { #type , type::UnitTest }
702 SkDebugf("SkAnimator: Running UnitTest for %s\n", gUnitTests[i].fTypeName);
704 SkDebugf("SkAnimator: End UnitTest for %s\n", gUnitTests[i].fTypeName);
SkDisplayEvent.cpp 290 void SkParse::UnitTest( ) {}
  /external/skia/src/core/
SkFloat.h 71 static void UnitTest();
SkFloat.cpp 282 void SkFloat::UnitTest()
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm_unittest.py 37 import unittest namespace
119 class SCMClassTests(unittest.TestCase):
164 class SCMTest(unittest.TestCase):
595 unittest.main()
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 62 * Maybe have to do with framework / unittest runner - need instrumented activity?
  /external/gtest/include/gtest/
gtest-param-test.h.pump 420 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
442 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
  /external/gtest/test/
gtest_filter_unittest.py 50 import unittest namespace
182 class GTestFilterUnitTest(unittest.TestCase):
gtest-death-test_test.cc 76 // single UnitTest object during their lifetimes.
79 ReplaceDeathTestFactory(UnitTest* parent, DeathTestFactory* new_factory)
859 testing::UnitTest::GetInstance(), factory_);
971 return testing::UnitTest::GetInstance()->impl()->current_test_result()->
    [all...]
gtest_xml_output_unittest.py 41 import unittest namespace
gtest_unittest.cc 131 using testing::UnitTest;
    [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 176 * but current unittest framework requires it to be public
467 * but current unittest framework requires it to be public
  /external/opencore/engines/author/test/src/
test_pv_author_engine_logger.cpp 156 OSCL_ASSERT(!_CSTR("Author Engine Unittest: unable to create log appender"));
  /external/skia/src/utils/
SkInterpolator.cpp 298 void SkInterpolator::UnitTest() {
SkParse.cpp 341 void SkParse::UnitTest()
  /external/skia/src/xml/
SkXMLWriter.cpp 310 void SkXMLStreamWriter::UnitTest()
  /external/gtest/include/gtest/internal/
gtest-param-util.h 432 // UnitTest class invokes this method to register tests in this
491 // UnitTest class invokes this method to register tests in this test case
495 // UnitTest has a guard to prevent from calling this method more then once.
gtest-internal.h 109 class UnitTest; // A collection of test cases.
119 class UnitTestImpl; // Opaque implementation of UnitTest
747 String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test, int skip_count);
    [all...]
  /system/core/libacc/tests/
test.py 4 import unittest namespace
162 class TestACC(unittest.TestCase):
513 unittest.main()
  /external/skia/src/views/
SkMetaData.cpp 321 void SkMetaData::UnitTest()
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 70 private static final String TEST_ACCOUNT_NAME = "unittest@example.com";
71 private static final String TEST_ACCOUNT_TYPE = "com.example.unittest";
    [all...]

Completed in 2369 milliseconds

1 2 34 5