/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
SensorCtsTestResult.java | 22 import junit.framework.TestCase; 138 protected void run(TestCase testCase) { 139 if (testCase instanceof SensorTestCase) { 140 SensorTestCase sensorTestCase = (SensorTestCase) testCase; 143 sensorTestCase.setCurrentTestNode(new TestNode(testCase)); 146 throw new IllegalStateException("TestCase must be an instance of SensorTestCase."); 148 super.run(testCase); 152 private final TestCase mTestCase; 154 public TestNode(TestCase testCase) [all...] |
/external/llvm/utils/lit/lit/ |
LitTestCase.py | 7 TestCase adaptor for providing a 'unittest' compatible interface to 'lit' tests. 13 class LitTestCase(unittest.TestCase): 15 unittest.TestCase.__init__(self)
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/ |
NoPublicConstructorTest.java | 19 import junit.framework.TestCase; 22 * A {@link TestCase} which should not be loaded since it has non-public constructors with no args. 24 public class NoPublicConstructorTest extends TestCase {
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
test_main.cpp | 26 int TestCase::m_numErrors = 0; 27 int TestCase::m_numTests = 0; 29 TestCase *TestCase::m_root = 0; 30 Reporter *TestCase::m_reporter = 0; 32 void TestCase::registerTestCase(TestCase *in_testCase) { 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { 38 TestCase::m_reporter = in_reporter; 43 TestCase *tmp = m_root [all...] |
/ndk/tests/device/test-stlport/unit/cppunit/ |
test_main.cpp | 26 int TestCase::m_numErrors = 0; 27 int TestCase::m_numTests = 0; 29 TestCase *TestCase::m_root = 0; 30 Reporter *TestCase::m_reporter = 0; 32 void TestCase::registerTestCase(TestCase *in_testCase) { 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { 38 TestCase::m_reporter = in_reporter; 43 TestCase *tmp = m_root [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_codecmaps_cn.py | 12 unittest.TestCase): 17 unittest.TestCase): 23 unittest.TestCase):
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_codecmaps_cn.py | 12 unittest.TestCase): 17 unittest.TestCase): 23 unittest.TestCase):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 12 unittest.TestCase): 17 unittest.TestCase): 23 unittest.TestCase):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 12 unittest.TestCase): 17 unittest.TestCase): 23 unittest.TestCase):
|
/external/google-breakpad/src/processor/ |
static_map_unittest.cc | 142 int testcase = 0; local 145 map_data[testcase] = 146 serializer.Serialize(std_map[testcase], &size[testcase]); 147 test_map[testcase] = TestMap(map_data[testcase]); 148 ++testcase; 151 std_map[testcase].insert(std::make_pair(2, 8)); 152 map_data[testcase] = 153 serializer.Serialize(std_map[testcase], &size[testcase]) [all...] |
/external/deqp/framework/common/ |
tcuTestSessionExecutor.cpp | 97 TestCase* const testCase = static_cast<TestCase*>(curNode); 101 if (enterTestCase(testCase, m_iterator.getNodePath())) 106 leaveTestCase(testCase); 132 TestCase* const testCase = static_cast<TestCase*>(m_iterator.getNode()); 133 const TestCase::IterateResult iterResult = iterateTestCase(testCase); [all...] |
/external/icu/icu4c/source/test/perf/utfperf/ |
utfperf.cpp | 121 Command(const UtfPerformanceTest &testcase) 122 : testcase(testcase), 123 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()), 125 cnv=ucnv_open(testcase.charset, &errorCode); 127 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode)); 142 const UtfPerformanceTest &testcase; member in class:Command 152 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} [all...] |
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
AssignableFromTest.java | 19 import junit.framework.TestCase; 23 public class AssignableFromTest extends TestCase { 52 private TestMethod testMethodFor(Class<? extends TestCase> aClass) 58 private class Animal extends TestCase { 76 private class Pencil extends TestCase implements WritingInstrument { 81 private class Pen extends TestCase implements WritingInstrument {
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
TestBitSet.as | 2 import flexunit.framework.TestCase; 6 public class TestBitSet extends TestCase {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
util_test.py | 7 class NormalizeVersionTest(unittest2.TestCase): 16 class NamesTest(unittest2.TestCase):
|
/external/curl/tests/data/ |
test1003 | 0 <testcase> 48 </testcase>
|
test1007 | 0 <testcase> 39 </testcase>
|
test1009 | 0 <testcase> 44 </testcase>
|
test102 | 0 <testcase> 52 </testcase>
|
test1027 | 0 <testcase> 39 </testcase>
|
test1037 | 0 <testcase> 54 </testcase>
|
test1038 | 0 <testcase> 53 </testcase>
|
test104 | 0 <testcase> 43 </testcase>
|
test1049 | 0 <testcase> 44 </testcase>
|
test105 | 0 <testcase> 53 </testcase>
|