Searched refs:runTest (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/v8/test/webkit/
H A Dparser-high-byte-character.js29 function runTest(_a, throws) function
H A Dexception-try-finally-scope-error.js36 function runTest() { function
41 runTest();
H A Dexception-with-handler-inside-eval-with-dynamic-scope.js26 function runTest() { function
55 runTest();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-186.js36 function runTest(test) { function
69 runTest(testLocal);
70 runTest(testConstLocal);
71 runTest(testGlobal);
/external/chromium_org/v8/test/mjsunit/
H A Dtry-catch-extension-object.js35 function runTest(test) { function
57 runTest(testProto);
58 runTest(testAccessorSetter);
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] = { }; });
/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/angle/tests/angle_tests/
H A DIndexedPointsTest.cpp85 void runTest(GLuint firstIndex) function in class:IndexedPointsTest
130 runTest(0);
135 runTest(1);
140 runTest(2);
145 runTest(3);
152 runTest(0);
157 runTest(1);
162 runTest(2);
167 runTest(3);
179 runTest(
[all...]
H A DLineLoopTest.cpp68 void runTest(GLenum indexType, GLubyte indexBuffer, const GLvoid *indexPtr) function in class:LineLoopTest
132 runTest(GL_UNSIGNED_BYTE, 0, indices + 1);
138 runTest(GL_UNSIGNED_SHORT, 0, indices + 1);
149 runTest(GL_UNSIGNED_INT, 0, indices + 1);
161 runTest(GL_UNSIGNED_BYTE, buf, reinterpret_cast<const void *>(sizeof(GLubyte)));
175 runTest(GL_UNSIGNED_SHORT, buf, reinterpret_cast<const void *>(sizeof(GLushort)));
194 runTest(GL_UNSIGNED_INT, buf, reinterpret_cast<const void *>(sizeof(GLuint)));
/external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/resources/
H A Dcanvas_runner.js18 runTest();
21 function runTest() { function
41 requestAnimationFrame(runTest);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_SetTest.java36 public void runTest() { method in class:Support_SetTest
46 new Support_CollectionTest("", set).runTest();
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dtreestatus_unittests.js64 simulator.runTest(function() {
70 simulator.runTest(function() {
H A Drollbot_unittests.js164 simulator.runTest(function() {
H A Dcheckout_unittests.js49 simulator.runTest(function() {
87 simulator.runTest(function() {
136 simulator.runTest(function() {
H A Dsvn-log_unittests.js273 simulator.runTest(function() {
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
H A DAsyncTestCase.java58 protected void runTest() throws Throwable { method in class:AsyncTestCase
61 super.runTest();
/external/chromium_org/tools/cygprofile/
H A Dmergetraces_unittest.py10 def runTest(self): member in class:GroupByProcessAndThreadIdTestBasic
39 def runTest(self): member in class:GroupByProcessAndThreadIdFailsWithNonUniqueTIDs
/external/smali/baksmali/src/test/java/org/jf/baksmali/
H A DAnalysisTest.java56 runTest("ConstructorTest", true);
61 runTest("RegisterEqualityOnMergeTest", true);
66 runTest("UninitRefIdentityTest", true);
71 runTest("MultipleStartInstructionsTest", true);
76 runTest("DuplicateTest", false);
81 runTest("LocalTest", false);
84 public void runTest(String test, boolean registerInfo) throws IOException, URISyntaxException { method in class:AnalysisTest
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
H A DSettingsSecureBasedIdentificationGeneratorTest.java24 runTest(androidId, salt, expected);
32 runTest(androidId, null, expected);
41 runTest(androidId, salt, expected);
50 runTest(androidId, salt, expected);
53 private void runTest(String androidId, String salt, String expectedUniqueId) { method in class:SettingsSecureBasedIdentificationGeneratorTest
/external/chromium_org/chrome/test/chromedriver/js/
H A Dtest.js29 function runTest(test, onPass) { function
76 runTest(test, onPass);
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAsyncTestCaseTest.java49 protected void runTest() throws Throwable { method in class:AsyncTestCaseTest
52 super.runTest();
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dstacktrace_unittest.py11 def runTest(self): member in class:StacktraceTest
/external/objenesis/tck/src/org/objenesis/tck/
H A DMain.java69 runTest(new ObjenesisStd(), reporter, "Objenesis std", "candidates/candidates.properties");
70 runTest(new ObjenesisSerializer(), reporter, "Objenesis serializer",
91 private static void runTest(Objenesis objenesis, Reporter reporter, String description, method in class:Main
/external/chromium_org/third_party/webrtc/test/testsupport/mac/
H A Drun_threaded_main_mac.mm27 - (void)runTest:(NSObject*)ignored;
46 - (void)runTest:(NSObject*)ignored {
73 [NSThread detachNewThreadSelector:@selector(runTest:)

Completed in 4874 milliseconds

1234