Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 25 of 216) sorted by relevance

123456789

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPropertiesTest.java38 import java.util.Properties;
46 Properties tProps;
55 Properties p = new Properties(); in test_Constructor()
62 Properties p = new Properties(); in test_loadLjava_io_InputStream_NPE()
72 Properties p = new Properties(); in test_loadsave()
85 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties()
86 Properties properties = new Properties(systemProperties); in test_ConstructorLjava_util_Properties()
140 static class MyProperties extends Properties {
152 Properties myProps = new Properties(); in test_listLjava_io_PrintStream()
182 Properties myProps = new Properties(); in test_listLjava_io_PrintWriter()
[all …]
/external/emma/core/java12/com/vladium/util/
DProperty.java20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base) in combine()
74 final Properties result = new XProperties (base); in combine()
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader) in getAppProperties()
105 … final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader); in getAppProperties()
106 final Properties systemFileOverrides; in getAppProperties()
115 final Properties systemOverrides = Property.getSystemProperties (namespace); in getAppProperties()
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader); in getAppProperties()
124 public static Properties getSystemProperties (final String systemPrefix) in getSystemProperties()
128 Properties result = s_systemProperties; in getSystemProperties()
[all …]
DXProperties.java15 import java.util.Properties;
24 class XProperties extends Properties
33 public XProperties (final Properties base) in XProperties()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DConsoleHandlerTest.java25 import java.util.Properties;
99 Properties p = new Properties(); in testConstructor_ValidProperties()
125 Properties p = new Properties(); in testConstructor_InvalidProperties()
151 Properties p = new Properties(); in testClose_SufficientPrivilege_NormalClose()
171 Properties p = new Properties(); in testClose_SufficientPrivilege_Exception()
189 Properties p = new Properties(); in testClose_SufficientPrivilege_DirectClose()
207 Properties p = new Properties(); in testPublish_NoFilter()
245 Properties p = new Properties(); in testPublish_AfterResetSystemErr()
267 Properties p = new Properties(); in testPublish_WithFilter()
308 Properties p = new Properties(); in testPublish_Null()
[all …]
DSocketHandlerTest.java28 import java.util.Properties;
63 private Properties props;
93 props = new Properties(); in initProps()
197 Properties p = new Properties(); in testConstructor_NoBasicProperties()
228 Properties p = new Properties(); in testConstructor_ValidProperties()
274 Properties p = new Properties(); in testConstructor_InvalidBasicProperties()
322 Properties p = new Properties(); in testConstructor_InvalidPort()
347 Properties p = new Properties(); in testConstructor_NotOpenPort()
379 Properties p = new Properties(); in testConstructor_InvalidHost()
411 Properties p = new Properties(); in testClose_SufficientPrivilege_NormalClose()
[all …]
DStreamHandlerTest.java31 import java.util.Properties;
114 Properties p = new Properties(); in testConstructor_NoParameter_ValidProperties()
141 Properties p = new Properties(); in testConstructor_NoParameter_InvalidProperties()
191 Properties p = new Properties(); in testConstructor_HasParameters_ValidProperties()
219 Properties p = new Properties(); in testConstructor_HasParameters_InvalidProperties()
245 Properties p = new Properties(); in testConstructor_HasParameters_ValidPropertiesNullStream()
273 Properties p = new Properties(); in testConstructor_HasParameters_ValidPropertiesNullFormatter()
595 Properties p = new Properties(); in testPublish_AfterClose()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java29 import java.util.Properties;
204 private static Properties m_xml_properties = null;
207 private static Properties m_html_properties = null;
210 private static Properties m_text_properties = null;
213 private static Properties m_unknown_properties = null;
252 static public final Properties getDefaultMethodProperties(String method) in getDefaultMethodProperties()
255 Properties defaultProperties = null; in getDefaultMethodProperties()
330 return new Properties(defaultProperties); in getDefaultMethodProperties()
345 static private Properties loadPropertiesFile( in loadPropertiesFile()
347 Properties defaults) in loadPropertiesFile()
[all …]
DOutputPropertyUtils.java23 import java.util.Properties;
49 public static boolean getBooleanProperty(String key, Properties props) in getBooleanProperty()
72 public static int getIntProperty(String key, Properties props) in getIntProperty()
DSerializer.java25 import java.util.Properties;
169 public void setOutputFormat(Properties format); in setOutputFormat()
176 public Properties getOutputFormat(); in getOutputFormat()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java24 import java.util.Properties;
66 public OutputProperties(Properties defaults) in OutputProperties()
68 m_properties = new Properties(defaults); in OutputProperties()
83 m_properties = new Properties( in OutputProperties()
101 cloned.m_properties = (Properties) cloned.m_properties.clone(); in clone()
322 Properties savedProps = m_properties; in setMethodDefaults()
323 Properties newDefaults = in setMethodDefaults()
325 m_properties = new Properties(newDefaults); in setMethodDefaults()
385 public static QName getQNameProperty(String key, Properties props) in getQNameProperty()
482 public static Vector getQNameProperties(String key, Properties props) in getQNameProperties()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dintersect.h51 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true)) in IntersectFst()
53 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
54 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
63 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true)) in IntersectFst()
65 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
66 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
Dvector-fst.h180 using FstImpl<A>::Properties;
208 SetProperties(Properties() & kSetStartProperties); in SetStart()
209 if (Properties() & kAcyclic) in SetStart()
210 SetProperties(Properties() | kInitialAcyclic); in SetStart()
216 SetProperties(Properties() & ~kWeighted); in SetFinal()
219 SetProperties(Properties() | kWeighted); in SetFinal()
220 SetProperties(Properties() & ~kUnweighted); in SetFinal()
222 SetProperties(Properties() & in SetFinal()
228 SetProperties(Properties() & kAddStateProperties); in AddState()
235 SetProperties(Properties() | kNotAcceptor); in AddArc()
[all …]
Drational.h48 using FstImpl<A>::Properties;
64 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion()
65 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion()
86 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat()
87 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat()
109 uint64 props = fst.Properties(kFstProperties, false); in InitClosure()
137 uint64 props1 = Properties(); in AddUnion()
138 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion()
153 uint64 props1 = Properties(); in AddConcat()
154 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat()
[all …]
Ddifference.h57 if (!fst1.Properties(kAcceptor, true)) in DifferenceFst()
59 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
60 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
71 if (!fst1.Properties(kAcceptor, true)) in DifferenceFst()
73 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
74 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
Darcsort.h46 uint64 props = fst->Properties(kFstProperties, false); in ArcSort()
64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort()
75 using FstImpl<A>::Properties;
94 uint64 props = fst_->Properties(kCopyProperties, false); in ArcSortFstImpl()
95 SetProperties(comp_.Properties(props)); in ArcSortFstImpl()
103 SetProperties(impl.Properties(), kCopyProperties); in ArcSortFstImpl()
221 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
227 return impl_->Properties(mask); in Properties()
285 uint64 Properties(uint64 props) const { in Properties() function
298 uint64 Properties(uint64 props) const { in Properties() function
Dmap.h88 uint64 props = fst->Properties(kFstProperties, false); in Map()
143 fst->SetProperties(mapper->Properties(props), kFstProperties); in Map()
222 uint64 iprops = ifst.Properties(kCopyProperties, false); in Map()
223 uint64 oprops = ofst->Properties(kFstProperties, false); in Map()
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map()
253 using FstImpl<B>::Properties;
410 uint64 props = fst_->Properties(kCopyProperties, false); in Init()
411 SetProperties(mapper_->Properties(props)); in Init()
502 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
508 return impl_->Properties(mask); in Properties()
[all …]
Dcompose.h92 using FstImpl<A>::Properties;
110 uint64 props1 = fst1.Properties(kFstProperties, false); in ComposeFstImplBase()
111 uint64 props2 = fst2.Properties(kFstProperties, false); in ComposeFstImplBase()
349 bool osorted = fst1.Properties(kOLabelSorted, false); in ComposeFstImpl()
350 bool isorted = fst2.Properties(kILabelSorted, false); in ComposeFstImpl()
357 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()
366 isorted = fst2.Properties(kILabelSorted, true); in ComposeFstImpl()
373 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()
375 isorted = fst2.Properties(kILabelSorted, true); in ComposeFstImpl()
721 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DSerializerSwitcher.java25 import java.util.Properties;
73 Properties prevProperties = transformer.getOutputFormat().getProperties(); in switchSerializerIfHTML()
81 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML()
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props) in getOutputPropertyNoDefault()
150 String ns, String localName, Properties props, Serializer oldSerializer) in switchSerializerIfHTML()
166 Properties prevProperties = props; in switchSerializerIfHTML()
174 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
DTestUtils.java28 import java.util.Properties;
75 Properties properties = System.getProperties(); in setSystemProperty()
96 public static String createJavaPropertiesFile(Properties props) in createJavaPropertiesFile()
104 Properties propsToFlush = new Properties(); in createJavaPropertiesFile()
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java25 import java.util.Properties;
48 public static Properties getProperties(URL source) throws IOException { in getProperties()
51 Properties p = new Properties(); in getProperties()
64 public ConsumerProperties(Properties consumerProperties) { in ConsumerProperties()
68 private final Properties consumerProperties;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDriverManagerTest.java33 import java.util.Properties;
183 new Properties()); in test_getConnection_LStringLProperties()
190 DriverManager.getConnection(null, new Properties()); in test_getConnection_LStringLProperties()
209 Properties nullProps = null; in testGetConnectionStringProperties()
210 Properties validProps = new Properties(); in testGetConnectionStringProperties()
213 Properties invalidProps1 = new Properties(); in testGetConnectionStringProperties()
217 Properties[] invalidProps = { nullProps, invalidProps1 }; in testGetConnectionStringProperties()
235 for (Properties invalidProp : invalidProps) { in testGetConnectionStringProperties()
547 public Connection connect(String url, Properties info) { in connect()
551 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) { in getPropertyInfo()
DTestHelper_Driver1.java25 import java.util.Properties;
76 public Connection connect(String url, Properties info) throws SQLException { in connect()
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
/external/icu4c/tools/genpname/
DSyntheticPropertyAliases.txt17 # Non-enumerated Properties
21 # Enumerated Non-Binary Properties
30 # Bitmask Properties
35 # Binary Properties
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DSignedObjectTest.java23 import java.util.Properties;
36 Properties prop; in testSignedObject()
46 prop = new Properties(); in testSignedObject()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSystemProperty.java25 import java.util.Properties;
66 Properties xsltInfo = new Properties(); in execute()
164 public void loadPropertyFile(String file, Properties target) in loadPropertyFile()

123456789