Home
last modified time | relevance | path

Searched refs:Permission (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DMyPermissionCollection.java20 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) {
DMyPermission.java20 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/
DBouncyCastleProviderConfiguration.java3 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/
DNOTICE10 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…
DLICENSE10 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/
DWebNotificationPresenter.h47 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/
DAccessControlExceptionTest.java46 Permission perm = new AllPermission(); in testAccessControlExceptionStringPermission()
55 Permission perm = new UnresolvedPermission("unresolvedType", in testGetPermission()
/external/webkit/Source/WebCore/notifications/
DNotificationPresenter.h49 enum Permission { enum
77 virtual Permission checkPermission(ScriptExecutionContext*) = 0;
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java35 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/
Dshell.stderr.exp-dash1 ./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/
DAccessControlExceptionTest.java27 import java.security.Permission;
56 Permission p = ref.getPermission(); in assertDeserialized()
/external/webkit/Source/WebKit/chromium/src/
DNotificationPresenterImpl.cpp95 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/
DAccessControlContextTest.java22 import java.security.Permission;
37 final Permission perm = new PropertyPermission("java.class.path", in test_Constructor$Ljava_security_ProtectionDomain()
/external/qemu/distrib/jpeg-6b/
DNOTICE13 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/
DNOTICE13 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/
Dunordered_set8 * 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,
Dunordered_map8 * 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,
Dcstddef8 * 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,
Dcctype8 * 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,
Dcwchar8 * 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,
Dcsignal8 * 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,
Dcstring8 * 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,
Dcsetjmp8 * 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,
Dciso6468 * 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,
Dcstdarg8 * 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,

1234567891011