HomeSort by relevance Sort by last modified time
    Searched refs:Permission (Results 76 - 100 of 292) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ResponseCacheTest.java 26 import java.security.Permission;
  /libcore/ojluni/src/main/java/sun/security/util/
SecurityConstants.java 32 import java.security.Permission;
38 * Permission constants and string constants used to create permissions
46 // Commonly used string constants for permission actions used by
66 // Permission constants used in the various checkPermission() calls in JDK.
74 * Permission type used when AWT is not present.
89 * Permission factory used when AWT is not present.
142 private static Permission newAWTPermission(String name) {
147 public static final Permission TOPLEVEL_WINDOW_PERMISSION =
151 public static final Permission ACCESS_CLIPBOARD_PERMISSION =
155 public static final Permission CHECK_AWT_EVENTQUEUE_PERMISSION
    [all...]
  /system/netd/server/
SockDiag.h 27 #include "Permission.h"
64 int destroySocketsLackingPermission(unsigned netId, Permission permission,
RouteController.cpp 455 Permission permission, bool add) {
461 fwmark.permission = permission;
526 fwmark.permission = PERMISSION_SYSTEM;
527 mask.permission = PERMISSION_SYSTEM;
543 Permission permission, uid_t uidStart,
554 fwmark.permission = permission;
    [all...]
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 35 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
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 37 import java.security.Permission;
242 Collection<Permission> refCollection = new HashSet<Permission>(
244 Collection<Permission> tstCollection = new HashSet<Permission>(
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 53 // Encapsulates a TURN permission.
54 // The object is created when a create permission request is received by an
56 class TurnServerAllocation::Permission : public rtc::MessageHandler {
58 Permission(rtc::Thread* thread, const rtc::IPAddress& peer);
59 ~Permission();
64 sigslot::signal1<Permission*> SignalDestroyed;
681 // If a permission exists, send the data on to the peer.
686 LOG_J(LS_WARNING, this) << "Received send indication without permission"
707 // Add this permission.
710 LOG_J(LS_INFO, this) << "Created permission, peer=
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 26 import java.security.Permission;
72 public void checkPermission(Permission perm) {
111 public void checkPermission(Permission perm) {
158 public void checkPermission(Permission perm) {
204 public void checkPermission(Permission perm) {
253 public void checkPermission(Permission perm) {
  /external/curl/packages/vms/
build_gnv_curl.com 9 $! Permission to use, copy, modify, and/or distribute this software for any
11 $! copyright notice and this permission notice appear in all copies.
curl_startup.com 10 $! Permission to use, copy, modify, and/or distribute this software for any
12 $! copyright notice and this permission notice appear in all copies.
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
URLResource.java 28 import java.security.Permission;
174 // Try the permission hack
177 Permission perm = _connection.getPermission();
  /libcore/ojluni/src/main/java/java/util/prefs/
Preferences.java 33 import java.security.Permission;
388 * This permission object represents the permission required to get
392 private static Permission prefsPerm = new RuntimePermission("preferences");
    [all...]
  /external/boringssl/linux-arm/crypto/sha/
sha256-armv4.S 9 @ Permission to use under GPL terms is granted.
    [all...]
sha512-armv4.S 9 @ Permission to use under GPL terms is granted.
    [all...]
  /external/boringssl/src/crypto/
cpu-arm-asm.S 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/skia/platform_tools/android/tradefed/
upload_dm_results.py 32 gs_utils.GSUtils.Permission.READ
  /libcore/ojluni/src/main/java/java/net/
JarURLConnection.java 33 import java.security.Permission;
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 14 import java.security.Permission;
141 public void checkPermission(Permission perm) {
144 public void checkPermission(Permission perm, Object context) {
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 259 FileHandle::Permission permission; local
263 permission = FileHandle::Permission(0x644);
268 permission = FileHandle::Permission(0x755);
274 bool result = file.open(sys::fs::Path(pPath), open_mode, permission);
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 24 import java.security.Permission;
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 28 import java.security.Permission;
630 public void runWithPermissions(Runnable r, Permission... permissions) {
670 AdjustablePolicy(Permission... permissions) {
671 for (Permission permission : permissions)
672 perms.add(permission);
674 void addPermission(Permission perm) { perms.add(perm); }
682 public boolean implies(ProtectionDomain pd, Permission p) {
    [all...]
  /external/boringssl/src/crypto/lhash/
make_macros.sh 9 * Permission to use, copy, modify, and/or distribute this software for any
11 * copyright notice and this permission notice appear in all copies.
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 69 FileHandle::Permission pPerm);
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 123 FileHandle::Permission pPerm) {
  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
spi.js 7 * Permission is hereby granted, free of charge, to any person obtaining
15 * The above copyright notice and this permission notice shall be

Completed in 2245 milliseconds

1 2 34 5 6 7 8 91011>>