Home
last modified time | relevance | path

Searched refs:config (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMConfigurationImpl.java61 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/
Dcreate.sh25 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 …]
Ddefault.cnf75 # Or use config file substitution like this:
/libcore/ojluni/src/main/java/sun/security/jca/
DProviderList.java124 for (ProviderConfig config : providerList.configs) {
125 if (config.getProvider().getName().equals(name) == false) {
126 configs[j++] = config;
183 ProviderConfig config;
185 config = new ProviderConfig(entry);
189 config = new ProviderConfig(className, argument);
193 if (configList.contains(config) == false) {
194 configList.add(config);
213 for (ProviderConfig config : configs) {
219 if (config.equals(newConfig)) {
[all …]
/libcore/luni/src/test/java/libcore/util/
DNativeAllocationRegistryTest.java46 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/
DForkJoinPool.java813 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/
DSequentialOpTest.java73 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/
Dlogging.properties20 # specify another file instead with java.util.logging.config.file system
51 # config=
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java388 public void config(String msg) { in config() method in PlatformLogger
392 public void config(String msg, Throwable t) { in config() method in PlatformLogger
396 public void config(String msg, Object... params) { in config() method in PlatformLogger
/libcore/ojluni/src/main/resources/
Dcalendars.properties59 calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties
/libcore/ojluni/src/main/java/java/util/logging/
DLogger.java1507 public void config(String msg) { in config() method in Logger
1619 public void config(Supplier<String> msgSupplier) { in config() method in Logger
/libcore/expectations/
Dknownfailures.txt1344 …description: "java.util.logging: Android introduced config fallback behavior in LogManager.readCon…