HomeSort by relevance Sort by last modified time
    Searched refs:Tests (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
enabled.js 1 description("Tests that the navigator.geolocation object is present.");
permission-denied.js 1 description("Tests Geolocation when permission is denied, using the mock service.");
success.js 1 description("Tests Geolocation success callback using the mock service.");
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
error.js 1 description("Tests Geolocation error callback using the mock service.");
position-string.js 1 description("Tests formatting of position.toString().");
timeout-clear-watch.js 1 description("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.");
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
reentrant-error.js 1 description("Tests that reentrant calls to Geolocation methods from the error callback are OK.");
reentrant-success.js 1 description("Tests that reentrant calls to Geolocation methods from the success callback are OK.");
watch.js 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 1 // This should output "PROXY success:80" if all the tests pass.
11 // Run all the tests
12 for (var test in Tests) {
16 Tests[test](t);
30 // Tests
33 var Tests = {};
35 Tests.testDnsDomainIs = function(t) {
42 Tests.testDnsDomainLevels = function(t) {
48 Tests.testIsInNet = function(t) {
61 Tests.testIsPlainHostName = function(t)
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 2 'Tests whether bytecode codegen properly handles temporaries across multiple global blocks.'
  /external/emma/
test.sh 10 # This script tests the emma jar from the sources in this directory.
127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
135 echo Tests passed.
  /libcore/luni/src/test/java/tests/java/lang/String/
Tests.java 17 package tests.java.lang.String;
27 * Tests for the class {@link String}.
30 public class Tests extends TestCase {
  /cts/tests/core/dom/
Android.mk 22 # DOM Tests
30 LOCAL_PACKAGE_NAME := android.core.tests.dom
  /external/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
141 // Entire series of tests repeated, in loops.
143 // Tests for compound assignments in a loop at the top level
  /external/v8/test/mjsunit/
regexp-standalones.js 28 /* Many of the Mozilla regexp tests used 'toSource' to test their
29 * results. Since we don't currently support toSource, those tests
33 // Tests from ecma_3/RegExp/regress-78156.js
58 // Tests from ecma_3/RegExp/regress-72964.js
  /cts/tests/core/luni-io/
Android.mk 22 # Luni-Io Tests
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../libcore/luni/src/test/java/tests/api/java/io) \
27 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io) \
29 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1) \
30 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2) \
31 ../../../../libcore/luni/src/test/java/tests/luni/AllTestsIo.java
33 LOCAL_PACKAGE_NAME := android.core.tests.luni.io
  /cts/tests/core/luni-lang/
Android.mk 22 # Luni-Lang Tests
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang) \
27 $(call all-java-files-under,../../../../libcore/luni/src/test/java/tests/api/java/lang) \
29 ../../../../libcore/luni/src/test/java/tests/luni/AllTestsLang.java
31 LOCAL_PACKAGE_NAME := android.core.tests.luni.lang

Completed in 224 milliseconds

1 2 3