/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DOMConfigurationImpl.java | 61 public Object get(DOMConfigurationImpl config) { 62 return config.cdataSections; 64 public void set(DOMConfigurationImpl config, Object value) { 65 config.cdataSections = (Boolean) value; 78 public Object get(DOMConfigurationImpl config) { 79 return config.comments; 81 public void set(DOMConfigurationImpl config, Object value) { 82 config.comments = (Boolean) value; 91 public Object get(DOMConfigurationImpl config) { 92 return config.datatypeNormalization; [all …]
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | create.sh | 25 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-r… 40 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 42 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 44 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 46 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 48 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 50 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 52 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 54 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 56 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… [all …]
|
D | default.cnf | 75 # Or use config file substitution like this:
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
D | ProviderList.java | 118 for (ProviderConfig config : providerList.configs) { 119 if (config.getProvider().getName().equals(name) == false) { 120 configs[j++] = config; 177 ProviderConfig config; 179 config = new ProviderConfig(entry); 183 config = new ProviderConfig(className, argument); 187 if (configList.contains(config) == false) { 188 configList.add(config); 207 for (ProviderConfig config : configs) { 213 if (config.equals(newConfig)) { [all …]
|
/libcore/luni/src/test/java/libcore/util/ |
D | NativeAllocationRegistryTest.java | 46 private void testNativeAllocation(TestConfig config) { in testNativeAllocation() argument 64 if (!config.shareRegistry) { in testNativeAllocation() 71 if (config.useAllocator) { in testNativeAllocation()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 813 int config; // pool index and mode field in ForkJoinPool.WorkQueue 837 return (config & 0xffff) >>> 1; // ignore odd/even tag bit in getPoolIndex() 986 return (config < 0) ? poll() : pop(); in nextLocalTask() 995 a[(al - 1) & (config < 0 ? base : top - 1)] : null; in peek() 1153 if (config < 0) in runTask() 1492 final int config; // parallelism, mode field in ForkJoinPool 1506 int p = config & SMASK; in tryInitialize() 1548 q.config |= SPARE_WORKER; in createWorker() 1593 int mode = config & MODE_MASK; in registerWorker() 1613 w.config = i | mode; in registerWorker() [all …]
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | SequentialOpTest.java | 73 UnaryOperator<Stream<Integer>> config = configs[j]; in testLazy() local 75 Stream<Integer> stream = config.apply(supp.get()); in testLazy() 86 stream = config.apply(supp.get()); in testLazy()
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 20 # specify another file instead with java.util.logging.config.file system 51 # config=
|
/libcore/ojluni/src/main/java/sun/util/logging/ |
D | PlatformLogger.java | 350 public void config(String msg) { in config() method in PlatformLogger 354 public void config(String msg, Throwable t) { in config() method in PlatformLogger 358 public void config(String msg, Object... params) { in config() method in PlatformLogger
|
/libcore/ojluni/src/main/resources/ |
D | calendars.properties | 59 calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Logger.java | 1507 public void config(String msg) { in config() method in Logger 1619 public void config(Supplier<String> msgSupplier) { in config() method in Logger
|
/libcore/expectations/ |
D | knownfailures.txt | 1368 …description: "java.util.logging: Android introduced config fallback behavior in LogManager.readCon…
|