Searched defs:runTest (Results 1 - 25 of 63) sorted by relevance

123

/external/v8/test/webkit/
H A Dparser-high-byte-character.js29 function runTest(_a, throws) function
H A Dexception-with-handler-inside-eval-with-dynamic-scope.js26 function runTest() { function
55 runTest();
H A Dexception-try-finally-scope-error.js36 function runTest() { function
41 runTest();
/external/v8/test/mjsunit/
H A Dkeyed-ic.js33 var runTest = function() { function
60 runTest();
65 runTest = function() {
88 runTest();
93 runTest = function() {
116 runTest();
121 runTest = function() {
144 runTest();
150 runTest = function() {
173 runTest();
[all...]
H A Dfuzz-accessors.js68 function runTest(fun) { function
84 runTest(function (obj, name) { return obj[name]; });
85 runTest(function (obj, name) { return obj[name] = { }; });
H A Dtry-catch-extension-object.js35 function runTest(test) { function
57 runTest(testProto);
58 runTest(testAccessorSetter);
/external/v8/test/webkit/fast/js/
H A Dparser-syntax-check.js28 function runTest(_a, errorType) function
32 testFailed("runTest expects string argument: " + _a);
55 runTest(_a, false);
56 runTest("function f() { " + _a + " }", false);
63 runTest(_a, true);
64 runTest("function f() { " + _a + " }", true);
/external/v8/test/mjsunit/regress/
H A Dregress-186.js36 function runTest(test) { function
69 runTest(testLocal);
70 runTest(testConstLocal);
71 runTest(testGlobal);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_CollectionTest.java40 public void runTest() { method in class:Support_CollectionTest
41 new Support_UnmodifiableCollectionTest("", col).runTest();
H A DSupport_MapTest2.java36 public void runTest() { method in class:Support_MapTest2
H A DSupport_SetTest.java36 public void runTest() { method in class:Support_SetTest
46 new Support_CollectionTest("", set).runTest();
H A DSupport_UnmodifiableCollectionTest.java44 public void runTest() { method in class:Support_UnmodifiableCollectionTest
H A DSupport_ListTest.java39 public void runTest() { method in class:Support_ListTest
124 new Support_CollectionTest("", list).runTest();
H A DSupport_UnmodifiableMapTest.java43 public void runTest() { method in class:Support_UnmodifiableMapTest
/external/deqp/framework/randomshaders/
H A DrsgTest.cpp37 void runTest (deUint32 seed) function
87 runTest(seed);
/external/embunit/inc/
H A DTestCase.h46 void(*runTest)(void); member in struct:__TestCase
51 #define new_TestCase(name,setUp,tearDown,runTest)\
57 runTest,\
/external/llvm/utils/lit/lit/
H A DLitTestCase.py25 def runTest(self): member in class:LitTestCase
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DDerGeneralizedTimeEDTest.java102 runTest(false);
115 runTest(true);
118 private final void runTest(boolean useInputStream) method in class:DerGeneralizedTimeEDTest
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py53 googletest.TestCase.__init__(self, 'runTest')
63 def runTest(self): member in class:AnnotatedFileTestCase
/external/junit/src/junit/extensions/
H A DActiveTestSuite.java40 public void runTest(final Test test, final TestResult result) { method in class:ActiveTestSuite
46 //ActiveTestSuite.super.runTest(test, result);
/external/junit/src/junit/framework/
H A DTestCase.java42 * In the static way you override the runTest method and define the method to
46 * public void runTest() {
53 * The dynamic way uses reflection to implement {@link #runTest()}. It dynamically finds
134 runTest();
151 protected void runTest() throws Throwable { method in class:TestCase
/external/libxml2/python/tests/
H A DtstLastError.py8 def runTest(self): member in class:TestCase
/external/smali/baksmali/src/test/java/org/jf/baksmali/
H A DAnalysisTest.java57 runTest("ConstructorTest", true);
62 runTest("RegisterEqualityOnMergeTest", true);
67 runTest("UninitRefIdentityTest", true);
72 runTest("MultipleStartInstructionsTest", true);
77 runTest("DuplicateTest", false);
82 runTest("LocalTest", false);
85 public void runTest(String test, boolean registerInfo) throws IOException, URISyntaxException { method in class:AnalysisTest
/external/vogar/src/junit/framework/
H A DTestCase.java25 private static final Method runTest; field in class:TestCase
28 runTest = TestCase.class.getDeclaredMethod("runTest");
29 runTest.setAccessible(true);
70 return runTest;
76 protected void runTest() throws Throwable { method in class:TestCase
77 fail("Expected runTest() to be overridden in " + getClass().getName());
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
H A DDeoptimizationWithExceptionHandlingDebuggee.java42 int result = runTest();
54 private static int runTest() { method in class:DeoptimizationWithExceptionHandlingDebuggee

Completed in 909 milliseconds

123