/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 23 import java.security.Permission;
|
/frameworks/compile/mclinker/lib/LD/ |
Archive.cpp | 240 FileHandle::Permission(FileHandle::System))) {
|
/frameworks/compile/mclinker/lib/Script/ |
InputCmd.cpp | 173 FileHandle::Permission(FileHandle::System))) {
|
/external/boringssl/src/ssl/test/runner/ |
chacha20_poly1305.go | 3 // Permission to use, copy, modify, and/or distribute this software for any 5 // copyright notice and this permission notice appear in all copies.
|
chacha20_poly1305_test.go | 3 // Permission to use, copy, modify, and/or distribute this software for any 5 // copyright notice and this permission notice appear in all copies.
|
recordingconn.go | 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/curl/packages/vms/ |
build_gnv_curl_pcsi_text.com | 17 $! Permission to use, copy, modify, and/or distribute this software for any 19 $! copyright notice and this permission notice appear in all copies.
|
clean_gnv_curl.com | 20 $! Permission to use, copy, modify, and/or distribute this software for any 22 $! copyright notice and this permission notice appear in all copies.
|
stage_curl_install.com | 31 $! Permission to use, copy, modify, and/or distribute this software for any 33 $! copyright notice and this permission notice appear in all copies.
|
/external/drm_gralloc/ |
Android.mk | 4 # Permission is hereby granted, free of charge, to any person obtaining a 11 # The above copyright notice and this permission notice shall be included
|
/external/mesa3d/src/mesa/ |
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/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
HttpURLConnectionImpl.java | 57 import java.security.Permission; 270 @Override public final Permission getPermission() throws IOException {
|
/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);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 31 import java.security.Permission; 640 public void checkPermission(Permission permission) { 641 if (permission instanceof SecurityPermission) { 642 if (permissionName.equals(permission.getName())) {
|
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | 38 import java.security.Permission; 761 * Returns a permission object representing the permission 763 * object. This method returns null if no permission is 766 * should override this method and return the permission 767 * that best represents the permission required to make a 772 * <p>The permission returned may dependent upon the state of the 773 * connection. For example, the permission before connecting may be 776 * host, say bar.com. Before connecting the permission returned by 777 * the connection will represent the permission needed to connec [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
pass.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
ar.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
ld.go | 14 // Permission is hereby granted, free of charge, to any person obtaining a copy 21 // The above copyright notice and this permission notice shall be included in
|
sym.go | 14 // Permission is hereby granted, free of charge, to any person obtaining a copy 21 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
obj.go | 13 // Permission is hereby granted, free of charge, to any person obtaining a copy 20 // The above copyright notice and this permission notice shall be included in
|