/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/test-rules/src/platform_compat/java/libcore/junit/util/ |
D | CoreCompatChangeRule.java | 80 ChangeConfig config = new ChangeConfig(enabled, disabled); in apply() local 81 if (config.isEmpty()) { in apply() 84 return createStatementForConfig(statement, config); in apply() 88 protected Statement createStatementForConfig(final Statement statement, ChangeConfig config) { in createStatementForConfig() argument 89 return new CompatChangeStatement(statement, config); in createStatementForConfig() 94 private final ChangeConfig config; field in CoreCompatChangeRule.CompatChangeStatement 96 private CompatChangeStatement(Statement testStatement, ChangeConfig config) { in CompatChangeStatement() argument 98 this.config = config; in CompatChangeStatement() 103 Compatibility.setOverrides(config); in evaluate()
|
/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/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 815 int config; // pool index and mode field in ForkJoinPool.WorkQueue 840 return (config & 0xffff) >>> 1; // ignore odd/even tag bit in getPoolIndex() 989 return (config < 0) ? poll() : pop(); in nextLocalTask() 998 a[(al - 1) & (config < 0 ? base : top - 1)] : null; in peek() 1156 if (config < 0) in runTask() 1495 final int config; // parallelism, mode field in ForkJoinPool 1509 int p = config & SMASK; in tryInitialize() 1551 q.config |= SPARE_WORKER; in createWorker() 1596 int mode = config & MODE_MASK; in registerWorker() 1616 w.config = i | mode; in registerWorker() [all …]
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | NativeAllocationRegistryTest.java | 47 private void testNativeAllocation(TestConfig config) { in testNativeAllocation() argument 78 if (!config.shareRegistry || registry == null) { in testNativeAllocation() 79 if (config.treatAsMalloced) { in testNativeAllocation()
|
/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 | 61 calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties
|
/libcore/ojluni/annotations/hiddenapi/java/util/logging/ |
D | Logger.java | 318 public void config(java.lang.String msg) { in config() method in Logger 346 public void config(java.util.function.Supplier<java.lang.String> msgSupplier) { in config() method in Logger
|
/libcore/ojluni/annotations/sdk/nullability/java/util/logging/ |
D | Logger.annotated.java | 118 public void config(@libcore.util.Nullable java.lang.String msg) { throw new RuntimeException("Stub!… in config() method in Logger 132 public void config(@libcore.util.NonNull java.util.function.Supplier<java.lang.@libcore.util.Nullab… in config() method in Logger
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Logger.java | 1502 public void config(String msg) { in config() method in Logger 1614 public void config(Supplier<String> msgSupplier) { in config() method in Logger
|
/libcore/ |
D | JavaLibrary.bp | 193 name: "libcore-platform-compat-config",
|
/libcore/expectations/ |
D | knownfailures.txt | 1345 …description: "java.util.logging: Android introduced config fallback behavior in LogManager.readCon…
|