HomeSort by relevance Sort by last modified time
    Searched full:denied (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-expected.txt 1 Tests Geolocation when permission is denied, using the mock service.
8 PASS error.message is "User denied Geolocation"
permission-denied-stops-watches-expected.txt 1 Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.
8 PASS error.message is "User denied Geolocation"
permission-denied-already-clear-watch-expected.txt 1 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.
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
permission-denied-already-error-expected.txt 1 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.
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
permission-denied-already-success-expected.txt 1 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.
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
permission-denied.html 10 <script src="resources/permission-denied.js"></script>
permission-denied-already-clear-watch.html 10 <script src="resources/permission-denied-already-clear-watch.js"></script>
permission-denied-already-error.html 10 <script src="resources/permission-denied-already-error.js"></script>
permission-denied-already-success.html 10 <script src="resources/permission-denied-already-success.js"></script>
permission-denied-stops-watches.html 10 <script src="resources/permission-denied-stops-watches.js"></script>
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MutableSecurityManager.java 30 private PermissionCollection denied; field in class:MutableSecurityManager
57 if (denied == null) {
58 denied = p.newPermissionCollection();
60 denied.add(p);
67 if (denied != null && denied.implies(permission)){
69 throw new SecurityException("Denied " + permission);
84 if (denied != null && denied.implies(permission)){
86 throw new SecurityException("Denied " + permission)
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied.js 1 description("Tests Geolocation when permission is denied, using the mock service.");
13 shouldBe('error.message', '"User denied Geolocation"');
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.");
14 shouldBe('error.message', '"User denied Geolocation"');
21 // Make another request, with permission already denied.
28 shouldBe('error.message', '"User denied Geolocation"');
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.");
14 shouldBe('error.message', '"User denied Geolocation"');
21 // Make another request, with permission already denied.
30 shouldBe('error.message', '"User denied Geolocation"');
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.");
14 shouldBe('error.message', '"User denied Geolocation"');
21 // Make another request, with permission already denied.
28 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
22 shouldBe('error.message', '"User denied Geolocation"');
  /external/e2fsprogs/lib/ss/
ss_err.et 25 "Permission denied"
  /external/bluetooth/bluez/src/
bluetooth.conf 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 48 public Permissions denied = new Permissions(); field in class:IdentityScopeTest.MySecurityManager
50 if (denied!=null && denied.implies(permission)) throw new SecurityException();
133 * if permission is denied than SecurityException is thrown
  /external/chromium/net/base/
x509_certificate.cc 96 // It shouldn't matter which set we check first, but we check denied first
102 return DENIED;
116 // Put the cert in the allowed set and (maybe) remove it from the denied set.
122 // Put the cert in the denied set and (maybe) remove it from the allowed set.
  /external/e2fsprogs/debian/
uuid-dev.README.Debian 16 purity shouldn't be denied to Ubuntu users.
  /external/kernel-headers/original/asm-generic/
errno-base.h 16 #define EACCES 13 /* Permission denied */
  /external/webkit/WebCore/page/
XSSAuditor.h 42 // a script is to be allowed or denied based on the content of any
49 // is denied execution.
76 // Determines whether the script should be allowed or denied execution
80 // Determines whether the JavaScript URL should be allowed or denied execution
  /libcore/luni/src/main/java/java/security/acl/
Permission.java 23 * It can be granted or denied to a {@link java.security.Principal Principal}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno-base.h 16 #define EACCES 13 /* Permission denied */

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 910