Searched
full:test (Results
351 -
375 of
12179) sorted by null
<<11121314151617181920>>
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
timeout-clear-watch-expected.txt | 1 Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111. 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 10 TEST COMPLETE
|
timeout-zero.html | 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> 5 <script src="../../js/resources/js-test-pre.js"></script> 11 <script src="resources/js-test-post.js"></script>
|
timeout.html | 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> 5 <script src="../../js/resources/js-test-pre.js"></script> 11 <script src="resources/js-test-post.js"></script>
|
watch.html | 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> 5 <script src="../../js/resources/js-test-pre.js"></script> 11 <script src="resources/js-test-post.js"></script>
|
/external/webkit/LayoutTests/http/tests/appcache/ |
detached-iframe.html | 1 <body onload = "test()"> 2 <p>Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don't see an assert, it passed.</p> 8 function test()
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
TEMPLATE.html | 3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 4 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-post-function.js"></script>
|
/external/webkit/LayoutTests/storage/ |
transaction-callback-exception-crash.html | 9 var db = openDatabase("15976Test", "1.0", "Test for http://bugs.webkit.org/show_bug.cgi?id=15976", 1); 18 If WebKit doesn't crash, this test has passed
|
/external/webkit/WebCore/manual-tests/ |
disable-javascript-reload.html | 4 function test() 12 <body onload="test();"> 14 To run this test manually, disable javascript and reload the page.
|
/frameworks/base/test-runner/src/junit/runner/ |
SimpleTestCollector.java | 5 * a class to be a test class when it contains the 6 * pattern "Test" in its name 19 classFileName.indexOf("Test") > 0;
|
StandardTestSuiteLoader.java | 4 * The standard test suite loader. It can only load the same class once. 9 * Uses the system class loader to load the test class 15 * Uses the system class loader to load the test class
|
/frameworks/base/docs/html/guide/topics/testing/ |
testing_android.jd | 15 <a href="#Extensions">JUnit test case classes</a> 18 <a href="#Instrumentation">Instrumentation test case classes</a> 27 <a href="#InstrumentationTestRunner">Instrumentation Test Runner</a> 32 <a href="#TestEnviroment">Working in the Test Environment</a> 35 <a href="#TestAreas">What to Test</a> 57 <li>{@link android.test.InstrumentationTestRunner}</li> 58 <li>{@link android.test.ActivityInstrumentationTestCase2}</li> 59 <li>{@link android.test.ActivityUnitTestCase}</li> 60 <li>{@link android.test.ApplicationTestCase}</li> 61 <li>{@link android.test.ProviderTestCase2}</li [all...] |
/dalvik/dx/src/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly. 12 public RepeatedTest(Test test, int repeat) { 13 super(test);
|
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 1 This is a smoke test that makes sure that dx complains when a local
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly. 12 public RepeatedTest(Test test, int repeat) { 13 super(test);
|
/dalvik/tests/004-annotations/src/ |
Main.java | 1 import android.test.anno.TestAnnotations;
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoSimpleConstructor.java | 1 package android.test.anno;
|
AnnoSimpleField.java | 1 package android.test.anno;
|
AnnoSimpleLocalVariable.java | 1 package android.test.anno;
|
AnnoSimpleMethod.java | 1 package android.test.anno;
|
AnnoSimplePackage.java | 1 package android.test.anno;
|
AnnoSimpleParameter.java | 1 package android.test.anno;
|
AnnoSimpleTypeInvis.java | 1 package android.test.anno;
|
/dalvik/tests/042-new-instance/ |
info.txt | 0 Test various permutations of Class.newInstance and Constructor.newInstance,
|
/dalvik/tests/063-process-manager/ |
info.txt | 0 Test that spawning a child process and then reaping it (a) works and (b)
|
/dalvik/tests/078-polymorphic-virtual/ |
info.txt | 1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
|
Completed in 47 milliseconds
<<11121314151617181920>>