/libcore/ojluni/src/main/java/sun/security/action/ |
D | GetPropertyAction.java | 53 public class GetPropertyAction implements PrivilegedAction<String> { class 63 public GetPropertyAction(String theProp) { in GetPropertyAction() method in GetPropertyAction 74 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction() method in GetPropertyAction 109 new GetPropertyAction(theProp)); in privilegedGetProperty() 133 new GetPropertyAction(theProp, defaultVal)); in privilegedGetProperty()
|
/libcore/benchmarks/src/benchmarks/ |
D | GetSystemPropertyBenchmark.java | 21 import sun.security.action.GetPropertyAction; 49 new GetPropertyAction("user.language", "en")); in timeAccessController_getPropertyAction() 56 new GetPropertyAction("user.region")); in timeAccessController_getPropertyAction_default()
|
/libcore/ojluni/annotations/hiddenapi/sun/security/action/ |
D | GetPropertyAction.java | 29 public class GetPropertyAction implements java.security.PrivilegedAction<java.lang.String> { class 32 public GetPropertyAction(java.lang.String theProp) { in GetPropertyAction() method in GetPropertyAction 37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction() method in GetPropertyAction
|
/libcore/ojluni/src/main/java/sun/net/ |
D | ResourceManager.java | 30 import sun.security.action.GetPropertyAction; 57 new GetPropertyAction("sun.net.maxDatagramSockets")
|
D | NetHooks.java | 33 import sun.security.action.GetPropertyAction;
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ThreadPool.java | 31 import sun.security.action.GetPropertyAction; 158 GetPropertyAction(DEFAULT_THREAD_POOL_INITIAL_SIZE)); in getDefaultThreadPoolInitialSize() 172 GetPropertyAction(DEFAULT_THREAD_POOL_THREAD_FACTORY)); in getDefaultThreadPoolThreadFactory()
|
D | DefaultSelectorProvider.java | 30 import sun.security.action.GetPropertyAction;
|
D | DefaultAsynchronousChannelProvider.java | 30 import sun.security.action.GetPropertyAction;
|
D | Util.java | 35 import sun.security.action.GetPropertyAction; 482 new GetPropertyAction("sun.nio.ch.bugLevel"));
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | DefaultFileSystemProvider.java | 30 import sun.security.action.GetPropertyAction; 59 .doPrivileged(new GetPropertyAction("os.name")); in create()
|
D | UnixFileSystem.java | 35 import sun.security.action.GetPropertyAction; 61 new GetPropertyAction("sun.nio.fs.chdirAllowed", "false")); in UnixFileSystem()
|
/libcore/ojluni/src/main/java/java/util/ |
D | PropertyResourceBundle.java | 51 import sun.security.action.GetPropertyAction; 146 private static final String encoding = GetPropertyAction
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | SecurityConstants.java | 34 import sun.security.action.GetPropertyAction; 157 GetPropertyAction.privilegedGetProperty("java.specification.version");
|
/libcore/ojluni/src/main/java/java/net/ |
D | URLEncoder.java | 35 import sun.security.action.GetPropertyAction; 137 dfltEncName = GetPropertyAction.privilegedGetProperty("file.encoding");
|
D | DefaultDatagramSocketImplFactory.java | 44 new sun.security.action.GetPropertyAction("impl.prefix", null));
|
D | SocksSocketImpl.java | 171 new sun.security.action.GetPropertyAction("user.name")); in authenticate() 1100 new sun.security.action.GetPropertyAction("user.name")); in getUserName()
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | TempFileHelper.java | 37 import sun.security.action.GetPropertyAction; 50 Paths.get(doPrivileged(new GetPropertyAction("java.io.tmpdir")));
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLSocketFactory.java | 37 import sun.security.action.GetPropertyAction; 64 new GetPropertyAction("javax.net.debug", "")).toLowerCase(
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | URLClassPath.java | 57 import sun.security.action.GetPropertyAction; 75 new GetPropertyAction("java.version")); 77 new GetPropertyAction("sun.misc.URLClassPath.debug")) != null); 79 new GetPropertyAction("sun.misc.URLClassPath.debugLookupCache")) != null); 81 new GetPropertyAction("sun.misc.URLClassPath.disableJarChecking")); 85 new GetPropertyAction("jdk.net.URLClassPath.disableRestrictedPermissions"));
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 60 import sun.security.action.GetPropertyAction; 311 new GetPropertyAction("java.version")); in connect() 313 new GetPropertyAction("ftp.protocol.user", in connect()
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | SelectorProvider.java | 36 import sun.security.action.GetPropertyAction;
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | Pack200.java | 798 new sun.security.action.GetPropertyAction(prop,"")); in newInstance()
|
/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 45 import sun.security.action.GetPropertyAction; 56 Properties props = GetPropertyAction.privilegedGetProperties(); in UnixFileSystem()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/ |
D | FileURLConnection.java | 44 import sun.security.action.GetPropertyAction;
|
/libcore/ojluni/src/main/java/jdk/internal/util/jar/ |
D | JarIndex.java | 35 import static sun.security.action.GetPropertyAction.privilegedGetProperty;
|