Home
last modified time | relevance | path

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

12345678910>>...20

/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()
38 public Enumeration<Permission> elements() { in elements()
40 return new Enumeration<Permission>() { in elements()
45 public Permission nextElement() { in elements()
51 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/webrtc/webrtc/p2p/base/
Dturnserver.cc56 class TurnServerAllocation::Permission : public rtc::MessageHandler { class in cricket::TurnServerAllocation
58 Permission(rtc::Thread* thread, const rtc::IPAddress& peer);
59 ~Permission();
64 sigslot::signal1<Permission*> SignalDestroyed;
828 Permission* perm = FindPermission(addr); in AddPermission()
830 perm = new Permission(thread_, addr); in AddPermission()
839 TurnServerAllocation::Permission* TurnServerAllocation::FindPermission( in FindPermission()
896 void TurnServerAllocation::OnPermissionDestroyed(Permission* perm) { in OnPermissionDestroyed()
909 TurnServerAllocation::Permission::Permission(rtc::Thread* thread, in Permission() function in cricket::TurnServerAllocation::Permission
915 TurnServerAllocation::Permission::~Permission() { in ~Permission()
[all …]
Dturnserver.h92 class Permission; variable
93 typedef std::list<Permission*> PermissionList;
110 Permission* FindPermission(const rtc::IPAddress& addr) const;
121 void OnPermissionDestroyed(Permission* perm);
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java35 import java.security.Permission;
295 Collection<Permission> refCollection = new HashSet<Permission>(
297 Collection<Permission> tstCollection = new HashSet<Permission>(
303 ArrayList<Permission> refList = Collections.list(initPC
305 ArrayList<Permission> tstList = Collections.list(dserPC
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DAccessControlExceptionTest.java46 Permission perm = new AllPermission(); in testAccessControlExceptionStringPermission()
54 Permission perm = new UnresolvedPermission("unresolvedType", in testGetPermission()
/external/valgrind/none/tests/scripts/
Dshell.stderr.exp-dash1 ./shell: 10: ./x86/: Permission denied
2 ./shell: 13: ./shell.vgtest: Permission denied
Dshell.stderr.exp-dash21 ./shell: 10: ./shell: ./x86/: Permission denied
2 ./shell: 13: ./shell: ./shell.vgtest: Permission denied
Dshell_nonexec.stderr.exp1 valgrind: ./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;
55 Permission p = ref.getPermission(); in assertDeserialized()
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
DProviderConfigurationPermission.java4 import java.security.Permission;
107 Permission permission) in implies()
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et8 # Permission to use, copy, modify and distribute this software and its
13 # Permission is also granted to Internet Service Providers and others
33 "Permission denied"
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT6 Permission to use, copy, modify, and distribute this software for any
22 Permission to use, copy, modify, and distribute this software for any
38 Permission to use, copy, modify, and distribute this software for any
53 Permission to use, copy, modify, and distribute this software and its
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java28 import java.security.Permission;
630 public void runWithPermissions(Runnable r, Permission... permissions) { in runWithPermissions()
670 AdjustablePolicy(Permission... permissions) { in AdjustablePolicy()
671 for (Permission permission : permissions) in AdjustablePolicy()
674 void addPermission(Permission perm) { perms.add(perm); } in addPermission()
682 public boolean implies(ProtectionDomain pd, Permission p) { in implies()
DCallablesTest.java24 import java.security.Permission;
79 @Override public void checkPermission(Permission perm) { in testRenaming_noPermissions()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dpixman-licenses.txt5 Permission to use, copy, modify, distribute, and sell this software and its
30 Permission to use, copy, modify, and distribute this software and its
51 Permission to use, copy, modify, distribute, and sell this software and its
74 Permission to use, copy, modify, distribute, and sell this software
/external/vulkan-validation-layers/
DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
28 Permission is hereby granted, free of charge, to any person obtaining a copy
51 Permission to use, copy, modify, and distribute this software and its
94 ** Permission is hereby granted, free of charge, to any person obtaining a
115 /// Permission is hereby granted, free of charge, to any person obtaining a copy
/external/valgrind/none/tests/
Dcmdline6.stderr.exp1 valgrind: ./cmdline6.vgtest: Permission denied
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DURLResource.java28 import java.security.Permission;
177 Permission perm = _connection.getPermission(); in getFile()
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
85 Permission is hereby granted, free of charge, to any person obtaining a copy
109 Permission to use, copy, modify, and distribute this software and its
119 Permission is hereby granted, free of charge, to any person obtaining a
141 Permission is hereby granted, free of charge, to any person obtaining a copy
/external/jetty/
DNOTICE28 Permission to use, copy, modify and distribute UnixCrypt
39 Permission is hereby granted, free of charge, to any person obtaining
/external/valgrind/none/tests/darwin/
Daccess_extended.stderr.exp3 access_extended.c(X_OK) = 13 (Permission denied)
/external/v8/src/third_party/fdlibm/
DLICENSE4 Permission to use, copy, modify, and distribute this

12345678910>>...20