Searched refs:props (Results 1 - 25 of 422) sorted by path

1234567891011>>

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java48 final static Properties props = new Properties(); field in class:FileHandlerTest
72 .PropertiesToInputStream(props));
80 props.clear();
81 props.put("java.util.logging.FileHandler.level", "FINE");
82 props.put("java.util.logging.FileHandler.filter", className
84 props.put("java.util.logging.FileHandler.formatter", className
86 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
88 props.put("java.util.logging.FileHandler.limit", "1000");
90 props.put("java.util.logging.FileHandler.count", "2");
92 props
[all...]
H A DLogManagerTest.java55 Properties props; field in class:LogManagerTest
78 props = initProps();
82 Properties props = new Properties();
83 props.put("handlers", className + "$MockHandler " + className
85 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
86 props.put("java.util.logging.FileHandler.limit", "50000");
87 props.put("java.util.logging.FileHandler.count", "5");
88 props.put("java.util.logging.FileHandler.formatter",
90 props.put(".level", "FINE");
91 props
[all...]
H A DMemoryHandlerTest.java48 final static Properties props = new Properties(); field in class:MemoryHandlerTest
70 .PropertiesToInputStream(props));
80 props.put("java.util.logging.MemoryHandler.level", "FINE");
81 props.put("java.util.logging.MemoryHandler.filter", baseClassName
83 props.put("java.util.logging.MemoryHandler.size", "2");
84 props.put("java.util.logging.MemoryHandler.push", "WARNING");
85 props.put("java.util.logging.MemoryHandler.target", baseClassName
87 props.put("java.util.logging.MemoryHandler.formatter", baseClassName
97 props.clear();
170 props
[all...]
H A DSocketHandlerTest.java63 private Properties props; field in class:SocketHandlerTest
81 .PropertiesToInputStream(props));
93 props = new Properties();
94 props.put("handlers", className + "$MockHandler " + className
96 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
97 props.put("java.util.logging.FileHandler.limit", "50000");
98 props.put("java.util.logging.FileHandler.count", "5");
99 props.put("java.util.logging.FileHandler.formatter",
101 props.put(".level", "FINE");
102 props
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java161 List<String> props = uc.getRequestProperties().get("prop");
162 assertEquals(1, props.size());
173 props.add("hi");
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java96 static Hashtable<String, String> props = null; field in class:Support_Configuration
106 Hashtable<String, String> props = new Hashtable<String, String>();
131 load(in, props);
135 if (props.size() == 0) {
140 value = props.get("DomainAddress");
145 value = props.get("WebName");
150 value = props.get("TestResourcesDir");
154 value = props.get("HomeAddressResponse");
159 value = props.get("HomeAddressSoftware");
164 value = props
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java422 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES);
427 if (props != null) {
428 String useTCCLStr = props.getProperty(TCCL_KEY);
563 if (props != null) {
570 String factoryClass = props.getProperty(FACTORY_PROPERTY);
624 if( props!=null ) {
625 Enumeration names = props.propertyNames();
628 String value = props.getProperty(name);
1370 Properties props = new Properties();
1371 props
[all...]
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java257 Properties props = new Properties();
258 props.load(is);
259 vip = props;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java381 * @param props the list of properties to search in.
385 public static QName getQNameProperty(String key, Properties props) argument
388 String s = props.getProperty(key);
478 * @param props the list of properties to search in.
482 public static Vector getQNameProperties(String key, Properties props) argument
485 String s = props.getProperty(key);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java131 private static String getOutputPropertyNoDefault(String qnameString, Properties props) argument
134 String value = (String)props.get(qnameString);
150 String ns, String localName, Properties props, Serializer oldSerializer)
161 if (null != getOutputPropertyNoDefault(OutputKeys.METHOD, props))
166 Properties prevProperties = props;
149 switchSerializerIfHTML( String ns, String localName, Properties props, Serializer oldSerializer) argument
H A DTransformerIdentityImpl.java667 // if oformat is null JAXP says that any props previously set are removed
766 OutputProperties props = m_outputFormat;
768 value = props.getProperty(name);
H A DTransformerImpl.java723 OutputProperties props = getOutputFormat();
725 value = props.getProperty(qnameString);
754 OutputProperties props = getOutputFormat();
756 value = (String) props.getProperties().get(qnameString);
892 // if oformat is null JAXP says that any props previously set are removed
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.java323 Properties props = new Properties();
325 props.load(is);
336 int totalEntries = props.size();
339 Enumeration keys = props.keys();
343 String val = props.getProperty(javaName);
H A DObjectFactory.java348 Properties props = new Properties();
349 props.load(fis);
350 factoryClassName = props.getProperty(factoryId);
H A DOutputPropertiesFactory.java355 Properties props = new Properties(defaults);
381 props.load(bis);
442 Enumeration keys = ((Properties) props.clone()).keys();
459 value = (String) props.get(key);
478 props.remove(key);
479 props.put(newKey, newValue);
484 return props;
H A DOutputPropertyUtils.java45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props) argument
52 String s = props.getProperty(key);
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props) argument
75 String s = props.getProperty(key);
H A DToStream.java629 Properties props = new Properties(def);
637 props.put(key, val);
640 return props;
2713 * @param props the list of properties to search in.
2722 private void setCdataSectionElements(String key, Properties props) argument
2725 String s = props.getProperty(key);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Dcss_checker.py56 props = map(lambda r: r[0:r.find(':')], rules)
57 if props != sorted(props):
/external/chromium_org/build/android/
H A Dprovision_devices.py98 # Android will not respect the local props file if it is world writable.
196 props = device.RunShellCommand('getprop')
197 for prop in props:
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_browsertests.cc882 const ash::ime::InputMethodMenuItemList& props = local
885 ASSERT_EQ(5U, props.size());
887 EXPECT_EQ("ID0", props[0].key);
888 EXPECT_EQ("ID1", props[1].key);
889 EXPECT_EQ("ID2", props[2].key);
890 EXPECT_EQ("ID3", props[3].key);
891 EXPECT_EQ("ID4", props[4].key);
893 EXPECT_EQ("LABEL1", props[1].label);
894 EXPECT_EQ("LABEL2", props[2].label);
895 EXPECT_EQ("LABEL3", props[
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dhistory.js324 cvox.History.prototype.speak = function(str, mode, props) {

Completed in 9802 milliseconds

1234567891011>>