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

1 2 3 45 6 7 8 9

  /external/mesa3d/src/gallium/winsys/i915/drm/
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/winsys/nouveau/drm/
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/winsys/radeon/drm/
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/winsys/svga/drm/
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/winsys/sw/android/
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
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 251 FileHandle::Permission perm = FileHandle::Permission(0x755);
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 31 import java.security.Permission;
309 * Returns the permission, in this case the subclass, FilePermission object
310 * which represents the permission necessary for this URLConnection to
313 * @return the permission required for this URLConnection.
317 * permission.
321 public Permission getPermission() throws IOException {
FtpURLConnection.java 39 import java.security.Permission;
306 * Returns the permission object (in this case, SocketPermission) with the
310 * @return the permission object required for this connection
313 * permission object.
316 public Permission getPermission() throws IOException {
  /libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 20 import java.security.Permission;
315 public void checkPermission(Permission perm) {
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 21 import java.security.Permission;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
NotificationPresenter.cpp 16 * this software without specific prior written permission.
144 WebNotificationPresenter::Permission NotificationPresenter::checkPermission(const WebSecurityOrigin& origin)
157 m_delegate->printMessage("DESKTOP NOTIFICATION PERMISSION REQUESTED: " + string(origin.toString().utf8()) + "\n");
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 14 * derived from this software without specific prior written permission.
121 class Permission;
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 131 FileHandle::Permission pPerm)
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 80 FileHandle::Permission pPerm)
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 30 import java.security.Permission;
  /external/ant-glob/
NOTICE 139 * 6. Trademarks. This License does not grant permission to use the trade
214 Permission to copy, modify, and distribute this software and its documentation,
239 publicity pertaining to the software without specific, written prior permission.
  /external/mesa3d/src/gallium/
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/targets/egl-static/
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.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/mapi/
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/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsURLConnectionImpl.java 27 import java.security.Permission;
257 @Override public Permission getPermission() throws IOException {
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 29 import java.security.Permission;
47 public void checkPermission(Permission perm) {
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 28 import java.security.Permission;
48 public void checkPermission(Permission permission){
49 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 36 import java.security.Permission;
184 final Permission privCheckPermission = new BasicPermission("Privilege check") {
  /external/chromium_org/third_party/mesa/src/
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 636 milliseconds

1 2 3 45 6 7 8 9