Searched refs:propValue (Results 1 – 5 of 5) sorted by relevance
157 String propValue = AccessController.doPrivileged(new in getDefaultThreadPoolInitialSize() local159 if (propValue != null) { in getDefaultThreadPoolInitialSize()161 return Integer.parseInt(propValue); in getDefaultThreadPoolInitialSize()171 String propValue = AccessController.doPrivileged(new in getDefaultThreadPoolThreadFactory() local173 if (propValue != null) { in getDefaultThreadPoolThreadFactory()176 .forName(propValue, true, ClassLoader.getSystemClassLoader()); in getDefaultThreadPoolThreadFactory()
53 String propValue = AccessController.doPrivileged(55 disableSynchronousRead = (propValue.length() == 0) ?56 true : Boolean.valueOf(propValue);
112 String propValue = System in getDefaultProvider() local114 if (propValue != null) { in getDefaultProvider()115 for (String cn: propValue.split(",")) { in getDefaultProvider()
870 String propValue = getProviderProperty(key, prov); in isCriterionSatisfied() local872 if (propValue == null) { in isCriterionSatisfied()886 propValue = getProviderProperty(key, prov); in isCriterionSatisfied()889 if (propValue == null) { in isCriterionSatisfied()907 return isConstraintSatisfied(attrName, filterValue, propValue); in isCriterionSatisfied()909 return filterValue.equalsIgnoreCase(propValue); in isCriterionSatisfied()
60 String propValue = AccessController.doPrivileged( in UnixFileSystem() local62 boolean chdirAllowed = (propValue.length() == 0) ? in UnixFileSystem()63 true : Boolean.valueOf(propValue); in UnixFileSystem()