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

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 49 import java.security.Permission;
93 Permission permission; field in class:FtpURLConnection
560 * Gets the <code>Permission</code> associated with the host & port.
562 * @return The <code>Permission</code> object.
565 public Permission getPermission() {
566 if (permission == null) {
570 permission = new SocketPermission(urlhost, "connect");
572 return permission;
  /external/boringssl/src/crypto/stack/
make_macros.sh 8 * Permission to use, copy, modify, and/or distribute this software for any
10 * copyright notice and this permission notice appear in all copies.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_downloads.py 3 # Permission is hereby granted, free of charge, to any person obtaining a
11 # The above copyright notice and this permission notice shall be included
158 exception=OSError(errno.EACCES, 'Permission denied'))
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 157 FileHandle::Permission(FileHandle::System))) {
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 78 FileHandle::Permission pPerm) {
  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
bmp85.js 7 * Permission is hereby granted, free of charge, to any person obtaining
15 * The above copyright notice and this permission notice shall be
  /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/curl/packages/vms/
build_gnv_curl_release_notes.com 16 $! Permission to use, copy, modify, and/or distribute this software for any
18 $! copyright notice and this permission notice appear in all copies.
backup_gnv_curl_src.com 18 $! Therefore permission is freely granted for any use.
22 $! Permission to use, copy, modify, and/or distribute this software for any
24 $! copyright notice and this permission notice appear in all copies.
build_curl-config_script.com 7 $! Permission to use, copy, modify, and/or distribute this software for any
9 $! copyright notice and this permission notice appear in all copies.
build_libcurl_pc.com 9 $! Permission to use, copy, modify, and/or distribute this software for any
11 $! copyright notice and this permission notice appear in all copies.
pcsi_product_gnv_curl.com 10 $! Permission to use, copy, modify, and/or distribute this software for any
12 $! copyright notice and this permission notice appear in all copies.
  /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
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/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
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 28 import java.security.Permission;
49 public void checkPermission(Permission permission){
50 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
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.
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
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.
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
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.
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 48 import java.security.Permission;
65 * The classes that are loaded are by default granted permission only to
613 * If the protocol of this URL is "jar", then the permission granted
614 * is based on the permission that is required by the URL of the Jar
618 * permission to connect to and accept connections from that authority
620 * and the path specifies a file, then permission to read that
622 * a directory, permission is granted to read all files
626 * If the protocol is not "file", then permission
637 Permission p;
649 // if the permission has a separator char on the end
    [all...]
  /external/boringssl/
rules.mk 3 # Permission to use, copy, modify, and/or distribute this software for any
5 # copyright notice and this permission notice appear in all copies.
  /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

Completed in 590 milliseconds

1 2 3 4 56 7 8 91011>>