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

1 2 34 5 6 7 8 9

  /frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp 54 FileHandle::Permission pPermission)
MemoryAreaFactory.cpp 60 FileHandle::Permission pPerm)
  /external/smack/src/org/apache/harmony/javax/security/auth/
PrivateCredentialPermission.java 23 import java.security.Permission;
32 * only one action which is "read". The target name of this permission has a
44 * following file may define permission to read the private credentials of a
52 public final class PrivateCredentialPermission extends Permission {
68 * Creates a new permission for private credentials specified by the target
73 * the target name of the permission.
226 * Returns the class name of the credential associated with this permission.
228 * @return the class name of the credential associated with this permission.
260 public boolean implies(Permission permission) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 33 import java.security.Permission;
628 public void runWithPermissions(Runnable r, Permission... permissions) {
668 AdjustablePolicy(Permission... permissions) {
669 for (Permission permission : permissions)
670 perms.add(permission);
672 void addPermission(Permission perm) { perms.add(perm); }
680 public boolean implies(ProtectionDomain pd, Permission p) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 7 Permission is granted to anyone to use this software for any purpose,
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.h 62 // Requests permission (using an info-bar) for a given origin.
88 // Methods to setup and modify permission preferences.
152 // Checks to see if a given origin has permission to create desktop
154 WebKit::WebNotificationPresenter::Permission
170 // permission infobar or on the frame of the notification toast. Different
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 17 * this software without specific prior written permission.
138 static const String& permission(ScriptExecutionContext*);
139 static const String& permissionString(NotificationClient::Permission);
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 74 FileHandle::Permission pPerm = FileHandle::System);
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 568 * Returns the permission object (in this case {@code SocketPermission})
573 * @return the permission object required for this connection.
576 * permission object.
579 public java.security.Permission getPermission() throws IOException {
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 49 private FilePermission permission; field in class:FileURLConnection
187 * Returns the permission, in this case the subclass, FilePermission object
188 * which represents the permission necessary for this URLConnection to
191 * @return the permission required for this URLConnection.
194 * if an IO exception occurs while creating the permission.
197 public java.security.Permission getPermission() throws IOException {
198 if (permission == null) {
203 permission = new FilePermission(path, "read");
205 return permission;
  /external/chromium_org/third_party/mesa/src/
Android.common.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/
Android.common.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/drivers/dri2/
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/gallium/auxiliary/
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/gallium/drivers/i915/
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/gallium/drivers/nouveau/
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/gallium/drivers/nv30/
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/gallium/drivers/nv50/
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/gallium/drivers/nvc0/
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/gallium/drivers/r300/
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/gallium/drivers/r600/
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/gallium/drivers/radeonsi/
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/gallium/drivers/softpipe/
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/gallium/drivers/svga/
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/gallium/state_trackers/egl/
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

Completed in 894 milliseconds

1 2 34 5 6 7 8 9