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

1 2

  /external/valgrind/main/none/tests/
cmdline6.stderr.exp 1 valgrind: ./cmdline6.vgtest: Permission denied
shell_nonexec.stderr.exp 1 valgrind: ./shell.vgtest: Permission denied
shell.stderr.exp 2 ./shell: ./shell.vgtest: Permission denied
  /frameworks/base/core/java/android/webkit/
SslClientCertLookupTable.java 31 private final Set<String> denied; field in class:SslClientCertLookupTable
43 denied = new HashSet<String>();
49 denied.remove(host_and_port);
55 denied.add(host_and_port);
63 return denied.contains(host_and_port);
  /external/valgrind/main/none/tests/darwin/
access_extended.stderr.exp 3 access_extended.c(X_OK) = 13 (Permission denied)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
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.");
17 shouldBe('error.message', '"User denied Geolocation"');
24 // Make another request, with permission already denied.
31 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.");
17 shouldBe('error.message', '"User denied Geolocation"');
24 // Make another request, with permission already denied.
34 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.");
17 shouldBe('error.message', '"User denied Geolocation"');
24 // Make another request, with permission already denied.
31 shouldBe('error.message', '"User denied Geolocation"');
delayed-permission-denied.js 1 description("Tests that when a position is available, no callbacks are invoked until permission is denied.");
20 shouldBe('error.message', '"User denied Geolocation"');
delayed-permission-denied-for-multiple-requests.js 1 description("Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied.");
23 shouldBe('error.message', '"User denied Geolocation"');
39 shouldBe('error.message', '"User denied Geolocation"');
disconnected-frame-permission-denied.js 1 description("Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.");
20 shouldBe('error.message', '"User denied Geolocation"');
27 // Make another request, with permission already denied.
34 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.");
25 shouldBe('error.message', '"User denied Geolocation"');
reentrant-permission-denied.js 13 shouldBe('error.message', '"User denied Geolocation"');
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 43 public Permissions denied = new Permissions(); field in class:IdentityScopeTest.MySecurityManager
45 if (denied!=null && denied.implies(permission)) throw new SecurityException();
98 * if permission is denied than SecurityException is thrown
SignerTest.java 49 public Permissions denied = new Permissions(); field in class:SignerTest.MySecurityManager
51 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 45 const std::vector<GURL>& denied) {
47 denied_origins_.insert(denied.begin(), denied.end());
notifications_prefs_cache.h 37 // Updates the cache with a new origin allowed or denied.
44 void SetCacheDeniedOrigins(const std::vector<GURL>& denied);
  /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 47 public Permissions denied = new Permissions(); field in class:IdentityTest.MySecurityManager
49 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util_unittest.cc 211 void set_access_denied(bool denied) {
212 access_denied_ = denied;
  /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

Completed in 687 milliseconds

1 2