/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
adis16448.js | 19 // Permission is hereby granted, free of charge, to any person obtaining 27 // The above copyright notice and this permission notice shall be
|
/hardware/intel/common/libva/va/ |
Android.mk | 3 # Permission is hereby granted, free of charge, to any person obtaining a 11 # The above copyright notice and this permission notice (including the
|
/hardware/intel/img/psb_video/src/ |
Android.mk | 4 # Permission is hereby granted, free of charge, to any person obtaining a 12 # The above copyright notice and this permission notice (including the
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsActivity.java | 17 package com.android.packageinstaller.permission.ui; 45 import com.android.packageinstaller.permission.model.AppPermissionGroup; 46 import com.android.packageinstaller.permission.model.AppPermissions; 47 import com.android.packageinstaller.permission.model.Permission; 48 import com.android.packageinstaller.permission.ui.handheld.GrantPermissionsViewHandlerImpl; 49 import com.android.packageinstaller.permission.utils.SafetyNetLogger; 78 mViewHandler = new com.android.packageinstaller.permission.ui.television 83 mViewHandler = new com.android.packageinstaller.permission.ui.handheld 143 // We allow the user to choose only non-fixed permissions. A permission 361 String permission = mRequestedPermissions[i]; local [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 23 import java.security.Permission;
|
ConsoleHandlerTest.java | 24 import java.security.Permission;
|
MemoryHandlerTest.java | 24 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);
|
/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/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 | 56 import java.security.Permission; 269 @Override public final Permission getPermission() throws IOException {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassTest.java | 32 import java.security.Permission; 179 final Permission privCheckPermission = new BasicPermission("Privilege check") {
|
/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; 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; 770 * Returns a permission object representing the permission 772 * object. This method returns null if no permission is 775 * should override this method and return the permission 776 * that best represents the permission required to make a 781 * <p>The permission returned may dependent upon the state of the 782 * connection. For example, the permission before connecting may be 785 * host, say bar.com. Before connecting the permission returned by 786 * the connection will represent the permission needed to connec [all...] |
/libcore/luni/src/test/java/tests/java/security/ |
SecureClassLoaderTest.java | 33 import java.security.Permission;
|
/system/extras/tests/workloads/ |
defs.sh | 464 if ${ADB}ls /data 2>/dev/null | grep -q "Permission denied"; then
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 150 FileHandle::Permission(FileHandle::System)); 189 FileHandle::Permission(FileHandle::System)); 206 FileHandle::Permission(FileHandle::System));
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DriverManagerTest.java | 25 import java.security.Permission;
|