HomeSort by relevance Sort by last modified time
    Searched defs:TestCase (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /external/gtest/include/gtest/
gtest.h 182 class TestCase;
336 // each TestCase contains one or many Tests.
578 // testcase tags. Returns true if the property is valid.
680 friend class TestCase;
739 // TestCase is not copyable.
740 class GTEST_API_ TestCase {
742 // Creates a TestCase with the given name.
744 // TestCase does NOT have a default constructor. Always use this
745 // constructor to create a TestCase object.
754 TestCase(const char* name, const char* a_type_param
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 182 class TestCase;
336 // each TestCase contains one or many Tests.
578 // testcase tags. Returns true if the property is valid.
680 friend class TestCase;
739 // TestCase is not copyable.
740 class GTEST_API_ TestCase {
742 // Creates a TestCase with the given name.
744 // TestCase does NOT have a default constructor. Always use this
745 // constructor to create a TestCase object.
754 TestCase(const char* name, const char* a_type_param
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 182 class TestCase;
336 // each TestCase contains one or many Tests.
578 // testcase tags. Returns true if the property is valid.
680 friend class TestCase;
739 // TestCase is not copyable.
740 class GTEST_API_ TestCase {
742 // Creates a TestCase with the given name.
744 // TestCase does NOT have a default constructor. Always use this
745 // constructor to create a TestCase object.
754 TestCase(const char* name, const char* a_type_param
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 324 // each TestCase contains one or many Tests.
563 // testcase tags. Returns true if the property is valid.
654 friend class TestCase;
691 // TestCase is not copyable.
692 class TestCase {
694 // Creates a TestCase with the given name.
696 // TestCase does NOT have a default constructor. Always use this
697 // constructor to create a TestCase object.
704 TestCase(const char* name, const char* comment,
708 // Destructor of TestCase
    [all...]
  /external/v8/tools/
test.py 340 class TestCase(object):
714 def GetVmCommand(self, testcase, mode):
715 return [self.GetVm(mode)] + self.GetVmFlags(testcase, mode)
717 def GetVmFlags(self, testcase, mode):
718 flags = testcase.GetCustomFlags(mode)
721 return testcase.variant_flags + flags
723 def GetTimeout(self, testcase, mode):
725 if '--stress-opt' in self.GetVmFlags(testcase, mode):
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 173 class TestCase;
327 // each TestCase contains one or many Tests.
392 // the <testcase> element. Properties recorded from fixture's
542 friend class TestCase;
573 // testcase tags. Returns true if the property is valid.
675 friend class TestCase;
737 // TestCase is not copyable.
738 class GTEST_API_ TestCase {
740 // Creates a TestCase with the given name.
742 // TestCase does NOT have a default constructor. Always use thi
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 21 class TestCase(unittest.TestCase):
30 super(TestCase, self).assertEqual(obj1, obj2)
254 bases = TestCase,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 21 class TestCase(unittest.TestCase):
30 super(TestCase, self).assertEqual(obj1, obj2)
254 bases = TestCase,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/internal/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1789 milliseconds

1 2 3 4 5 67 8