HomeSort by relevance Sort by last modified time
    Searched full:unittest (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/gtest/test/
gtest_xml_outfiles_test.py 40 import unittest namespace
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
  /external/protobuf/java/
pom.xml 105 <arg value="../src/google/protobuf/unittest.proto" />
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 84 // DO NOT USE const_cast<char*>(str->data())! See the unittest for why.
  /external/skia/include/utils/
SkInterpolator.h 123 SkDEBUGCODE(static void UnitTest();)
  /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();
  /external/skia/src/core/
SkFloat.h 71 static void 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/chromium/base/
stl_util-inl.h 182 // DO NOT USE const_cast<char*>(str->data())! See the unittest for why.
345 // the contents of an STL map. For other sample usage, see the unittest.
  /external/gtest/include/gtest/
gtest-param-test.h.pump 420 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
442 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 420 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
442 ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 89 assertEquals("google/protobuf/unittest.proto", file.getName());
93 assertEquals("google/protobuf/unittest.proto",
  /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/libvpx/examples/includes/geshi/geshi/
python.php 128 'tokenize', 'traceback', 'tty', 'turtle', 'types', 'unicodedata', 'unittest', 'urllib2',
  /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.
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 441 // UnitTest class invokes this method to register tests in this
500 // UnitTest class invokes this method to register tests in this test case
504 // UnitTest has a guard to prevent from calling this method more then once.

Completed in 1265 milliseconds

1 2 3 4 56 7 8