Home
last modified time | relevance | path

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

12345678910>>...14

/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 …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DProperties.java22 public class Properties implements Cloneable, Savable { class
23 private static final Logger LOGGER = Logger.getLogger(Properties.class.getName());
127 List<Properties> subProperties = new ArrayList<Properties>(len); in load()
129 Properties properties = new Properties(); in load()
145 Properties temp = new Properties(); in load()
214 List<Properties> props = (List<Properties>) value; in findValue()
215 for (Properties p : props) { in findValue()
248 if (value instanceof Properties) { in append()
249 ((Properties) value).append(sb, indent); in append()
252 if (v instanceof Properties) { in append()
[all …]
/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 …]
/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()
/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/lldb/source/Core/
DUserSettingsController.cpp28 Properties::GetPropertyValue (const ExecutionContext *exe_ctx, in GetPropertyValue()
40 Properties::SetPropertyValue (const ExecutionContext *exe_ctx, in SetPropertyValue()
54 Properties::DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mas… in DumpAllPropertyValues()
62 Properties::DumpAllDescriptions (CommandInterpreter &interpreter, in DumpAllDescriptions()
75 Properties::DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_… in DumpPropertyValue()
91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const in Apropos()
103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty()
/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/openfst/src/include/fst/
Drational.h110 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
113 uint64 Properties(uint64 mask) const { in Properties() function
114 if ((mask & kError) && Replace()->Properties(kError, false)) in Properties()
116 return FstImpl<Arc>::Properties(mask); in Properties()
123 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion()
124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion()
145 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat()
146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat()
168 uint64 props = fst.Properties(kFstProperties, false); in InitClosure()
196 uint64 props1 = FstImpl<A>::Properties(); in AddUnion()
[all …]
Drandequivalent.h86 if (!(Weight::Properties() & kIdempotent) &&
87 pfst1.Properties(kCyclic, true))
96 if (!(Weight::Properties() & kIdempotent) &&
97 pfst2.Properties(kCyclic, true))
109 if (fst1.Properties(kError, false) || fst2.Properties(kError, false)) {
Dstate-map.h103 uint64 props = fst->Properties(kFstProperties, false); in StateMap()
115 fst->SetProperties(mapper->Properties(props), kFstProperties); in StateMap()
146 uint64 iprops = ifst.Properties(kCopyProperties, false); in StateMap()
154 if (ifst.Properties(kExpanded, false)) in StateMap()
169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap()
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
279 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
282 uint64 Properties(uint64 mask) const { in Properties() function
283 if ((mask & kError) && (fst_->Properties(kError, false) || in Properties()
284 (mapper_->Properties(0) & kError))) in Properties()
[all …]
Dcomplement.h65 uint64 props = fst.Properties(kILabelSorted, false); in ComplementFstImpl()
74 SetProperties(impl.Properties(), kCopyProperties); in ComplementFstImpl()
82 if (Properties(kError)) in Start()
116 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
119 uint64 Properties(uint64 mask) const { in Properties() function
120 if ((mask & kError) && fst_->Properties(kError, false)) in Properties()
122 return FstImpl<Arc>::Properties(mask); in Properties()
155 if (fst.Properties(props, true) != props) { in ComplementFst()
Darc-map.h125 uint64 props = fst->Properties(kFstProperties, false); in ArcMap()
184 fst->SetProperties(mapper->Properties(props), kFstProperties); in ArcMap()
216 uint64 iprops = ifst.Properties(kCopyProperties, false); in ArcMap()
224 if (ifst.Properties(kExpanded, false)) { in ArcMap()
285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap()
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
429 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
432 uint64 Properties(uint64 mask) const { in Properties() function
433 if ((mask & kError) && (fst_->Properties(kError, false) || in Properties()
434 (mapper_->Properties(0) & kError))) in Properties()
[all …]
Dcompose.h108 using FstImpl<A>::Properties;
141 SetProperties(impl.Properties(), kCopyProperties); in ComposeFstImplBase()
247 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
250 uint64 Properties(uint64 mask) const { in Properties() function
252 (fst1_.Properties(kError, false) || in Properties()
253 fst2_.Properties(kError, false) || in Properties()
254 (matcher1_->Properties(0) & kError) || in Properties()
255 (matcher2_->Properties(0) & kError) | in Properties()
256 (filter_->Properties(0) & kError) || in Properties()
260 return FstImpl<Arc>::Properties(mask); in Properties()
[all …]
Ddeterminize.h76 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) { in operator()
154 static uint64 Properties(uint64 props) { return props; } in Properties() function
358 using FstImpl<A>::Properties;
378 uint64 iprops = fst.Properties(kFstProperties, false); in DeterminizeFstImplBase()
381 SetProperties(F::Properties(dprops), kCopyProperties); in DeterminizeFstImplBase()
390 SetProperties(impl.Properties(), kCopyProperties); in DeterminizeFstImplBase()
481 if (!fst.Properties(kAcceptor, true)) { in DeterminizeFsaImpl()
485 if (!(Weight::Properties() & kLeftSemiring)) { in DeterminizeFsaImpl()
516 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
519 uint64 Properties(uint64 mask) const { in Properties() function
[all …]
/external/openfst/src/test/
Dweight-tester.h90 if (Weight::Properties() & kCommutative) in TestSemiring()
107 if (Weight::Properties() & kLeftSemiring) in TestSemiring()
110 if (Weight::Properties() & kRightSemiring) in TestSemiring()
114 if (Weight::Properties() & kIdempotent) in TestSemiring()
117 if (Weight::Properties() & kPath) in TestSemiring()
121 CHECK(Weight::Properties() & (kLeftSemiring | kRightSemiring)); in TestSemiring()
124 if (Weight::Properties() & kCommutative) in TestSemiring()
125 CHECK(Weight::Properties() & kSemiring); in TestSemiring()
132 if (Weight::Properties() & kLeftSemiring) { in TestDivision()
140 if (Weight::Properties() & kRightSemiring) { in TestDivision()
[all …]
/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/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentPremain.java31 import java.util.Properties;
61 Properties args = parseArguments(agentArgument, ","); in premain()
96 private static Properties parseArguments(String agentArgument, String separator) { in parseArguments()
97 Properties p = new Properties(); in parseArguments()
/external/lldb/include/lldb/Core/
DUserSettingsController.h32 class Properties
35 Properties () : in Properties() function
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : in Properties() function
46 ~Properties() in ~Properties()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDriverManagerTest.java33 import java.util.Properties;
182 new Properties()); in test_getConnection_LStringLProperties()
189 DriverManager.getConnection(null, new Properties()); in test_getConnection_LStringLProperties()
208 Properties nullProps = null; in testGetConnectionStringProperties()
209 Properties validProps = new Properties(); in testGetConnectionStringProperties()
212 Properties invalidProps1 = new Properties(); in testGetConnectionStringProperties()
216 Properties[] invalidProps = { nullProps, invalidProps1 }; in testGetConnectionStringProperties()
234 for (Properties invalidProp : invalidProps) { in testGetConnectionStringProperties()
546 public Connection connect(String url, Properties info) { in connect()
550 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) { in getPropertyInfo()
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/pycon2011/
Drequest_table.rst13 Read-Write Properties Read-Write Properties
36 Environ Getter Properties
66 Read-Only Properties
99 Accept Properties
107 Etag Properties
/external/v8/src/compiler/
Doperator.h48 typedef base::Flags<Property, uint8_t> Properties; typedef
50 Operator(Opcode opcode, Properties properties, const char* mnemonic) in Operator()
84 Properties properties() const { return properties_; } in properties()
95 Properties properties_;
101 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties)
110 SimpleOperator(Opcode opcode, Properties properties, int input_count,
217 Operator1(Opcode opcode, Properties properties, int input_count,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DBuildMachineManager.java25 import java.util.Properties;
129 Properties properties = null; in inUse()
134 properties = new Properties(); in inUse()
165 Properties cfgProperties = new Properties(); in getList()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
DPropertiesHelperTest.java5 import java.util.Properties;
20 Properties properties = new Properties(); in shouldDoVariableSubstitutionOnProperties()

12345678910>>...14