Searched defs:runTest (Results 51 - 75 of 80) sorted by relevance

1234

/external/junit/src/org/junit/internal/runners/
H A DMethodRoadie.java49 runTest();
83 public void runTest() { method in class:MethodRoadie
/external/lldb/test/attic/
H A Dtester.py105 def runTest(self): member in class:SanityCheckTestCase
/external/smali/smali/src/test/java/
H A DLexerTest.java61 runTest("DirectiveTest");
66 runTest("ByteLiteralTest");
71 runTest("ShortLiteralTest");
76 runTest("IntegerLiteralTest");
81 runTest("LongLiteralTest");
86 runTest("FloatLiteralTest");
91 runTest("CharLiteralTest");
96 runTest("StringLiteralTest");
101 runTest("MiscTest");
106 runTest("CommentTes
129 public void runTest(String test) { method in class:LexerTest
133 public void runTest(String test, boolean discardHiddenTokens) { method in class:LexerTest
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xml-test-suite.py287 def runTest(test): function
371 runTest(test)
/external/junit/src/junit/framework/
H A DTestSuite.java96 protected void runTest() {
238 runTest(each, result);
242 public void runTest(Test test, TestResult result) { method in class:TestSuite
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set_unittest.cc58 void runTest( function in class:cc::__anon2703::PictureLayerTilingSetTestWithResources
117 runTest(0, 0.f, 0.f, 2.f, 0.f);
120 runTest(1, 1.f, 0.f, 2.f, 1.f);
123 runTest(1, 3.f, 0.f, 2.f, 3.f);
126 runTest(2, 1.f, 1.f, 3.f, 2.f);
130 runTest(2, 1.f, 1.f, 2.f, 2.f);
134 runTest(2, 1.f, 1.f, 1.f, 1.f);
138 runTest(2, 2.f, 8.f, 1.f, 2.f);
142 runTest(10, 1.f, 1.f, 5.f, 5.f);
146 runTest(1
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp127 void runTest(const std::basic_string<UChar>& input, const std::vector<int>& reorder,
163 void BidiTestRunner::runTest(const std::basic_string<UChar>& input, const std::vector<int>& expectedOrder, function in class:__anon10613::BidiTestRunner
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp159 void runTest (void) function in namespace:de::BlockBufferBasicTest
299 void runTest (void) function in namespace:de::BlockBufferCancelTest
346 BlockBufferBasicTest::runTest();
347 BlockBufferCancelTest::runTest();
/external/lldb/test/unittest2/test/
H A Dtest_suite.py11 def runTest(self): pass member in class:Test.Foo
H A Dtest_case.py22 def runTest(self): pass member in class:Test.Foo
185 ne_pairs = [(Test.Foo('test1'), Test.Foo('runTest')),
198 # "methodName defaults to "runTest"."
204 def runTest(self): raise MyException() member in class:Test_TestCase.test_init__no_test_name.Test
207 self.assertEqual(Test().id()[-13:], '.Test.runTest')
215 def runTest(self): raise MyException() member in class:Test_TestCase.test_init__test_name__valid.Test
226 def runTest(self): raise MyException() member in class:Test_TestCase.test_init__test_name__invalid.Test
250 def runTest(self): member in class:Test_TestCase.test_defaultTestResult.Foo
479 def runTest(self): member in class:Test_TestCase.test_setUp.Foo
488 def runTest(sel member in class:Test_TestCase.test_tearDown.Foo
502 def runTest(self): member in class:Test_TestCase.test_id.Foo
[all...]
H A Dtest_loader.py67 def runTest(self): member in class:Test_TestLoader.test_loadTestsFromTestCase__default_method_name.Foo
72 self.assertFalse('runTest'.startswith(loader.testMethodPrefix))
76 self.assertEqual(list(suite), [Foo('runTest')])
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp253 return runTest();
270 res = runTest( name, parameter );
279 UBool UPerfTest::runTest(char* name, char* par ){ function in class:UPerfTest
509 return testToBeCalled.runTest( path, par );
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp263 return runTest();
280 res = runTest( name, parameter );
289 UBool UPerfTest::runTest(char* name, char* par ){ function in class:UPerfTest
517 return testToBeCalled.runTest( path, par );
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dcase.py156 'runTest'.
196 def __init__(self, methodName='runTest'):
1050 def runTest(self): member in class:FunctionTestCase
/external/lldb/test/unittest2/
H A Dcase.py173 'runTest'.
213 def __init__(self, methodName='runTest'):
1067 def runTest(self): member in class:FunctionTestCase
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTests.js171 TestSuite.prototype.runTest = function(testName)
567 test.evaluateInConsole_("runTest()", function(){});
1004 uiTests.runTest(name);
1013 uiTests.runTest = function(name)
1016 new TestSuite().runTest(name);
1029 new TestSuite().runTest(name);
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp686 void runTest (tcu::TestContext& testCtx, function in namespace:deqp::gls::AttributeLocationTestUtil
825 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
859 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
889 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
926 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
966 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
1004 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
1025 runTest(m_testCtx, m_renderCtx, attributes, bindings, noBindings, noBindings, false);
1046 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false);
1067 runTest(m_testCt
[all...]
H A DglsBuiltinPrecisionTests.cpp4333 virtual void runTest (void) = 0;
4354 runTest();
4765 runTest();
4791 void runTest (void);
4803 void FuncCase<Sig>::runTest (void) function in class:deqp::gls::BuiltinPrecisionTests::FuncCase
4849 void runTest (void);
4861 void InOutFuncCase<Sig>::runTest (void) function in class:deqp::gls::BuiltinPrecisionTests::InOutFuncCase
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java134 protected void runTest() throws Throwable { method in class:JSR166TestCase
138 super.runTest();
144 super.runTest();
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp161 virtual int32_t runTest(double *subTime) { function in class:HowExpensiveTest
175 subIterations = runTest(&times[i]);
236 int32_t runTest(double *subTime) { function in class:SieveTest
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
606 UBool IntlTest::runTest( char* name, char* par, char *baseName ) function in class:IntlTest
1057 return this->runTest( name, par );
1319 major.runTest();
1338 UBool res = major.runTest( name, parameter, baseName );
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp578 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
647 UBool IntlTest::runTest( char* name, char* par, char *baseName ) function in class:IntlTest
1157 return this->runTest( name, par );
1442 major.runTest();
1461 UBool res = major.runTest( name, parameter, baseName );
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 6448 milliseconds

1234