HomeSort by relevance Sort by last modified time
    Searched full:test (Results 451 - 475 of 12179) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/dom/src/test/java/
README 1 all classes under org.w3c.domts are from the official w3c test suite.
3 http://www.w3.org/DOM/Test/
  /dalvik/tests/004-annotations/src/android/test/anno/
ExportedProperty.java 1 /* part of test for array problem */
2 package android.test.anno;
  /external/dbus/test/name-test/
Makefile.am 8 TESTS=run-test.sh
13 EXTRA_DIST=run-test.sh
19 noinst_PROGRAMS=test-names test-pending-call-dispatch test-threads-init
22 test-names.c
28 test-pending-call-dispatch.c
34 test-threads-init.c
  /external/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 0 /* test the ciphers and hashes using their built-in self-tests */
12 /* test ciphers */
14 DO(cipher_descriptor[x].test());
17 /* test hashes */
19 DO(hash_descriptor[x].test());
22 /* test prngs (test, import/export */
24 DO(prng_descriptor[x].test());
  /external/icu4c/test/testdata/
test4x.ucm 8 # Test file for MBCS conversion extension with four-byte codepage data.
15 # test loading an extension table from the testdata package
  /external/v8/test/sputnik/
README 1 To run the sputniktests you must check out the test suite from
2 googlecode.com. The test expectations are currently relative to
  /external/webkit/LayoutTests/fast/dom/Geolocation/
enabled-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 TEST COMPLETE
permission-denied-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 TEST COMPLETE
permission-denied-stops-watches-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 TEST COMPLETE
reentrant-error-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
13 TEST COMPLETE
success-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 TEST COMPLETE
timeout-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 TEST COMPLETE
timeout-zero-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 TEST COMPLETE
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in localStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumber a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the SessionStorage object.
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in sessionStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the sessionStorage object.
  /external/webkit/WebCore/manual-tests/
bugzilla-14899.html 6 function test()
16 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
17 Make sure you are using a debug build of the Web Kit framework. Click the Test button below.
20 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
24 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
27 <button onclick="test()">Test</button>
template.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
10 Please describe the steps required to test this bug here.
13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
14 Expected results if the test PASSES here. Please describe the results the tester would see if the bug in question is FIXED.
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
18 Expected results if the test FAILS here. Please describe the results the tester would see if the bug in question is NOT FIXED. In many cases, this is just a description of the original bug.
21 Your test code goes here.
  /frameworks/base/core/java/android/test/
FlakyTest.java 17 package android.test;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s
26 * test methods. When the annotation is present, the test method is re-executed if
27 * the test fails. The total number of executions is specified by the tolerance and
34 * Indicates how many times a test can run and fail before being reported
35 * as a failed test. If the tolerance factor is less than 1, the test runs
  /frameworks/base/graphics/tests/graphicstests/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/keystore/tests/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner
10 # Include all test java files.
  /frameworks/base/location/tests/locationtests/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner
  /frameworks/base/media/tests/players/
README 1 Native test players for system tests.
3 For functional/system/performance tests, a native test player can be used.
  /frameworks/base/sax/tests/saxtests/
Android.mk 7 # Include all test java files.
10 LOCAL_JAVA_LIBRARIES := android.test.runner

Completed in 41 milliseconds

<<11121314151617181920>>