HomeSort by relevance Sort by last modified time
    Searched defs:TestBase (Results 1 - 13 of 13) sorted by null

  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 35 function TestBase(name) {
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/
base.py 17 class TestBase(unittest.TestCase):
test_core.py 1 from .base import TestBase
5 class TestCore(TestBase):
test_disassembler.py 1 from .base import TestBase
5 class TestDisassembler(TestBase):
test_object.py 1 from .base import TestBase
7 class TestObjectFile(TestBase):
  /external/icu4c/test/cintltst/
cjaptst.c 13 * synwee Added TestBase, TestPlainDakutenHandakuten,
109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase");
136 static void TestBase()
  /external/icu4c/test/intltest/
jacoll.cpp 119 void CollationKanaTest::TestBase()
186 case 1: name = "TestBase"; if (exec) TestBase(/* par */); break;
  /external/marisa-trie/tests/
unit-test.cc 19 void TestBase() {
447 TestBase();
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 19 void TestBase() {
451 TestBase();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
TestBase.java 36 public class TestBase {
  /external/openfst/src/test/
fst_test.h 63 void TestBase(const G &fst) const {
105 void TestBase() const {
106 TestBase(*testfst_);
194 TestBase(c1fst);
198 TestBase(c2fst);
202 TestBase(*c3fst);
218 TestBase(*ffst);
227 TestBase(*dfst);
233 TestBase(*hfst);
253 TestBase(*gfst)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
TestBase.java 41 public class TestBase {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 41 public class TestBase {

Completed in 327 milliseconds