HomeSort by relevance Sort by last modified time
    Searched refs:Permission (Results 126 - 150 of 218) sorted by null

1 2 3 4 56 7 8 9

  /external/mesa3d/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/egl/main/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/glsl/
Android.gen.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/mesa/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
Android.gen.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 35 import java.security.Permission;
209 @Override public final Permission getPermission() throws IOException {
  /external/smack/src/org/apache/harmony/javax/security/auth/
Subject.java 27 import java.security.Permission;
505 // checks passed permission
506 private static void checkPermission(Permission p) {
557 // permission required to modify set
558 private transient AuthPermission permission; field in class:Subject.SecureSet
561 permission = perm;
565 // creates set from specified collection with specified permission
590 if (permission == _PRINCIPALS && !(Principal.class.isAssignableFrom(o.getClass()))) {
596 * verifies specified element, checks set state, and security permission
605 checkPermission(permission);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 30 import java.security.Permission;
62 public void checkPermission(Permission perm) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 23 import java.security.Permission;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 248 public boolean implies(ProtectionDomain domain, Permission permission) {
252 return super.implies(domain, permission);
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 112 virtual WebKit::WebNotificationPresenter::Permission
aw_content_browser_client.cc 355 WebKit::WebNotificationPresenter::Permission
  /external/chromium_org/content/public/browser/
content_browser_client.cc 201 WebKit::WebNotificationPresenter::Permission
content_browser_client.h 373 // Create and return a new quota permission context.
419 // Asks permission to show desktop notifications.
426 // Checks if the given page has permission to show desktop notifications.
428 virtual WebKit::WebNotificationPresenter::Permission
538 // this permission check is for the private Pepper socket API or the public
557 // FileSystemBackends, and SpecialStoragePolicy for permission granting.
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 17 * this software without specific prior written permission.
233 const String& Notification::permission(ScriptExecutionContext* context) function in class:WebCore::Notification
239 const String& Notification::permissionString(NotificationClient::Permission permission)
245 switch (permission) {
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 28 import java.security.Permission;
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 491 enum Permission {
497 bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) {
  /external/chromium/chrome/common/extensions/
extension.h 148 // Creates a permission message with the given |message_id| and initializes
152 // Creates the corresponding permission message for a list of hosts. This
158 // Gets the id of the permission message, which can be used in UMA
162 // Gets a localized message describing this permission. Please note that
187 // A permission is defined by its |name| (what is used in the manifest),
189 struct Permission {
234 // Get's the install message id for |permission|. Returns
237 const std::string& permission);
239 // Returns the full list of permission messages that this extension
243 // Returns the full list of permission messages that this extensio
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 37 import java.security.Permission;
589 throw new SecurityException("permission is not allowed");
593 public void checkPermission(Permission permission) {
594 if ("setSecurityManager".equals(permission.getName())) {
597 super.checkPermission(permission);
OldServerSocketTest.java 34 import java.security.Permission;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 31 import java.security.Permission;
607 public void checkPermission(Permission permission) {
608 if (permission instanceof SecurityPermission) {
609 if (permissionName.equals(permission.getName())) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 28 import java.security.Permission;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 182 virtual WebKit::WebNotificationPresenter::Permission
  /libcore/luni/src/main/java/java/net/
URLConnection.java 619 * Returns a {@code Permission} object representing all needed permissions to
620 * open this connection. The returned permission object depends on the state
624 * permission object.
626 * @return the permission object representing the needed permissions to open
629 * if an I/O error occurs while creating the permission object.
631 public java.security.Permission getPermission() throws IOException {
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 33 import java.security.Permission;

Completed in 2831 milliseconds

1 2 3 4 56 7 8 9