/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | MyPermissionCollection.java | 20 import java.security.Permission; 35 public void add(Permission permission) {} in add() 37 public Enumeration<Permission> elements() { in elements() 39 return new Enumeration<Permission>() { in elements() 44 public Permission nextElement() { in elements() 50 public boolean implies(Permission permission) {
|
D | MyPermission.java | 20 import java.security.Permission; 22 public final class MyPermission extends Permission { 49 public boolean implies(Permission permission) { in implies()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | BouncyCastleProviderConfiguration.java | 3 import java.security.Permission; 16 private static Permission BC_EC_LOCAL_PERMISSION = new ProviderConfigurationPermission( 18 private static Permission BC_EC_PERMISSION = new ProviderConfigurationPermission( 20 private static Permission BC_DH_LOCAL_PERMISSION = new ProviderConfigurationPermission( 22 private static Permission BC_DH_PERMISSION = new ProviderConfigurationPermission(
|
/external/stlport/ |
D | NOTICE | 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
|
D | LICENSE | 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebNotificationPresenter.h | 47 enum Permission { enum 64 virtual Permission checkPermission(const WebURL&) = 0;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | AccessControlExceptionTest.java | 46 Permission perm = new AllPermission(); in testAccessControlExceptionStringPermission() 55 Permission perm = new UnresolvedPermission("unresolvedType", in testGetPermission()
|
/external/webkit/Source/WebCore/notifications/ |
D | NotificationPresenter.h | 49 enum Permission { enum 77 virtual Permission checkPermission(ScriptExecutionContext*) = 0;
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/ |
D | SerializationTest.java | 35 import java.security.Permission; 296 Collection<Permission> refCollection = new HashSet<Permission>( 298 Collection<Permission> tstCollection = new HashSet<Permission>( 304 ArrayList<Permission> refList = Collections.list(initPC 306 ArrayList<Permission> tstList = Collections.list(dserPC
|
/external/valgrind/main/none/tests/ |
D | shell.stderr.exp-dash | 1 ./shell: 10: ./x86/: Permission denied 2 ./shell: 13: ./shell.vgtest: Permission denied
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
D | AccessControlExceptionTest.java | 27 import java.security.Permission; 56 Permission p = ref.getPermission(); in assertDeserialized()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | NotificationPresenterImpl.cpp | 95 NotificationPresenter::Permission NotificationPresenterImpl::checkPermission(ScriptExecutionContext… in checkPermission() 98 return static_cast<NotificationPresenter::Permission>(result); in checkPermission()
|
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/ |
D | AccessControlContextTest.java | 22 import java.security.Permission; 37 final Permission perm = new PropertyPermission("java.class.path", in test_Constructor$Ljava_security_ProtectionDomain()
|
/external/qemu/distrib/jpeg-6b/ |
D | NOTICE | 13 Permission is hereby granted to use, copy, modify, and distribute this 23 (3) Permission for use of this software is granted only if the user accepts 31 Permission is NOT granted for the use of any IJG author's name or company name
|
/external/jpeg/ |
D | NOTICE | 13 Permission is hereby granted to use, copy, modify, and distribute this 23 (3) Permission for use of this software is granted only if the user accepts 31 Permission is NOT granted for the use of any IJG author's name or company name
|
/external/stlport/stlport/ |
D | unordered_set | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | unordered_map | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | cstddef | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | cctype | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | cwchar | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | csignal | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | cstring | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | csetjmp | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | ciso646 | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|
D | cstdarg | 8 * Permission to use or copy this software for any purpose is hereby granted 10 * Permission to modify the code and to distribute modified code is granted,
|