Searched refs:configs (Results 1 – 4 of 4) sorted by relevance
101 (Arrays.asList(providerList.configs));116 ProviderConfig[] configs = new ProviderConfig[providerList.size() - 1];118 for (ProviderConfig config : providerList.configs) {120 configs[j++] = config;123 return new ProviderList(configs, true);129 ProviderConfig[] configs = new ProviderConfig[providers.length];131 configs[i] = new ProviderConfig(providers[i]);133 return new ProviderList(configs, true);137 private final ProviderConfig[] configs;145 return configs.length;[all …]
330 Enumeration<URL> configs = null; field in ServiceLoader.LazyIterator343 if (configs == null) { in hasNextService()347 configs = ClassLoader.getSystemResources(fullName); in hasNextService()349 configs = loader.getResources(fullName); in hasNextService()355 if (!configs.hasMoreElements()) { in hasNextService()358 pending = parse(service, configs.nextElement()); in hasNextService()
34 private ProviderList(sun.security.jca.ProviderConfig[] configs, boolean allLoaded) { in ProviderList() argument156 private final sun.security.jca.ProviderConfig[] configs; field in ProviderList159 configs = new sun.security.jca.ProviderConfig[0];
57 UnaryOperator<Stream<Integer>>[] configs in testLazy() local71 for (int j = 0; j < configs.length; j++) { in testLazy()73 UnaryOperator<Stream<Integer>> config = configs[j]; in testLazy()