Searched defs:TestBase (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-check-stack.js35 function TestBase(name) { class
36 print("TestBase constructor: " + name);
123 test = new TestBase("First test ChooseAnimal without edit");
126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
137 test = new TestBase("Test with C++ frame above ChooseAnimal frame");
/external/v8/test/mjsunit/
H A Ddebug-liveedit-check-stack.js35 function TestBase(name) { class
36 print("TestBase constructor: " + name);
123 test = new TestBase("First test ChooseAnimal without edit");
126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
137 test = new TestBase("Test with C++ frame above ChooseAnimal frame");
/external/llvm/bindings/python/llvm/tests/
H A Dbase.py17 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
H A Dtest_core.py1 from .base import TestBase namespace
5 class TestCore(TestBase):
H A Dtest_disassembler.py1 from .base import TestBase namespace
5 class TestDisassembler(TestBase):
H A Dtest_object.py1 from .base import TestBase namespace
7 class TestObjectFile(TestBase):
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dhistogram_unittest.py11 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
27 class ValueTest(TestBase):
H A Dvalue_unittest_.py10 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
26 class ValueTest(TestBase):
H A Dlist_of_scalar_values_unittest.py11 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
27 class ValueTest(TestBase):
H A Dmerge_values_unittest.py12 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
28 class MergeValueTest(TestBase):
H A Dscalar_unittest.py11 class TestBase(unittest.TestCase): class in inherits:unittest.TestCase
27 class ValueTest(TestBase):
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcjaptst.c13 * synwee Added TestBase, TestPlainDakutenHandakuten,
109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase");
136 static void TestBase() function
/external/icu4c/test/cintltst/
H A Dcjaptst.c13 * synwee Added TestBase, TestPlainDakutenHandakuten,
109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase");
136 static void TestBase() function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Djacoll.cpp119 void CollationKanaTest::TestBase() function in class:CollationKanaTest
186 case 1: name = "TestBase"; if (exec) TestBase(/* par */); break;
/external/icu4c/test/intltest/
H A Djacoll.cpp119 void CollationKanaTest::TestBase() function in class:CollationKanaTest
186 case 1: name = "TestBase"; if (exec) TestBase(/* par */); break;
/external/marisa-trie/tests/
H A Dunit-test.cc19 void TestBase() { function in namespace:__anon22970
447 TestBase();
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc19 void TestBase() { function in namespace:__anon22983
451 TestBase();
/external/openfst/src/test/
H A Dfst_test.h63 void TestBase(const G &fst) const { function in class:fst::FstTester
105 void TestBase() const { function in class:fst::FstTester
106 TestBase(*testfst_);
194 TestBase(c1fst);
198 TestBase(c2fst);
202 TestBase(*c3fst);
218 TestBase(*ffst);
227 TestBase(*dfst);
233 TestBase(*hfst);
253 TestBase(*gfs
[all...]
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.py266 def TestBase(self): member in class:ChromeTests
538 "base": TestBase, "base_unittests": TestBase,

Completed in 373 milliseconds