HomeSort by relevance Sort by last modified time
    Searched refs:denied (Results 1 - 19 of 19) sorted by null

  /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-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.js 1 description("Tests Geolocation when permission is denied, using the mock service.");
13 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"');
  /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
SignerTest.java 55 public Permissions denied = new Permissions(); field in class:SignerTest.MySecurityManager
57 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /external/bluetooth/bluez/src/
bluetooth.conf 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 53 public Permissions denied = new Permissions(); field in class:IdentityTest.MySecurityManager
55 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 174 struct file_lock * denied; member in struct:nfs_lockt_res
  /external/kernel-headers/original/linux/
nfs_xdr.h 222 struct file_lock * denied; /* LOCK, LOCKT failed */ member in struct:nfs_lockt_res

Completed in 774 milliseconds