Home
last modified time | relevance | path

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

12345678910>>...34

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DConfigLoaderTest.java17 import java.util.Properties;
28 Properties system = new Properties(); in testResource()
29 Properties config = ConfigLoader.load( in testResource()
37 Properties system = new Properties(); in testNoResource()
38 Properties config = ConfigLoader.load("does-not-exist.properties", in testNoResource()
46 Properties system = new Properties(); in testSystemProperties()
50 Properties config = ConfigLoader.load( in testSystemProperties()
60 Properties system = new Properties(); in testSubstituteProperties()
63 Properties config = ConfigLoader.load( in testSubstituteProperties()
/external/testng/src/main/java/org/testng/xml/
DLaunchSuite.java20 import java.util.Properties;
145 Properties attrs = new Properties(); in createContentBuffer()
152 Properties paramAttrs = new Properties(); in createContentBuffer()
261 Properties testAttrs = new Properties(); in initContentBuffer()
269 Properties classAttrs = new Properties(); in initContentBuffer()
278 Properties methodAttrs = new Properties(); in initContentBuffer()
313 Properties testAttrs = new Properties(); in initContentBuffer()
322 Properties classAttrs = new Properties(); in initContentBuffer()
332 Properties methodAttrs = new Properties(); in initContentBuffer()
393 Properties testAttrs = new Properties(); in initContentBuffer()
[all …]
DXmlPackage.java6 import java.util.Properties;
106 Properties p = new Properties(); in toXml()
115 Properties includeProp= new Properties(); in toXml()
120 Properties excludeProp= new Properties(); in toXml()
DXmlUtils.java7 import java.util.Properties;
14 public static void setProperty(Properties p, String name, String value, String def) { in setProperty()
24 Properties paramProps= new Properties(); in dumpParameters()
/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/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DConfigLoader.java17 import java.util.Properties;
34 static Properties load(final String resource, final Properties system) { in load()
35 final Properties result = new Properties(); in load()
43 final Properties result) { in loadResource()
54 private static void loadSystemProperties(final Properties system, in loadSystemProperties()
55 final Properties result) { in loadSystemProperties()
65 private static void substSystemProperties(final Properties result, in substSystemProperties()
66 final Properties system) { in substSystemProperties()
/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/testng/src/main/java/org/testng/reporters/
DXMLStringBuffer.java4 import java.util.Properties;
102 public void push(String tagName, @Nullable String schema, @Nullable Properties attributes) { in push()
126 public void push(String tagName, @Nullable Properties attributes) { in push()
134 private Properties createProperties(String[] attributes) { in createProperties()
135 Properties result = new Properties(); in createProperties()
193 addRequired(tagName, value, (Properties) null); in addRequired()
203 public void addRequired(String tagName, @Nullable String value, @Nullable Properties attributes) { in addRequired()
217 public void addOptional(String tagName, @Nullable String value, @Nullable Properties attributes) { in addOptional()
236 addOptional(tagName, value, (Properties) null); in addOptional()
246 …public void addOptional(String tagName, @Nullable Boolean value, @Nullable Properties attributes) { in addOptional()
[all …]
DXMLSuiteResultWriter.java23 import java.util.Properties;
97 Properties attrs = new Properties(); in referenceSuiteResult()
104 private Properties getSuiteResultAttributes(ISuiteResult suiteResult) { in getSuiteResultAttributes()
105 Properties attributes = new Properties(); in getSuiteResultAttributes()
115 Properties attributes = new Properties(); in addTestResults()
151 Properties attribs = getTestResultAttributes(testResult); in addTestResult()
177 private Properties getTestResultAttributes(ITestResult testResult) { in getTestResultAttributes()
178 Properties attributes = new Properties(); in getTestResultAttributes()
257 Properties attrs = new Properties(); in addParameter()
261 Properties valueAttrs = new Properties(); in addParameter()
[all …]
DXMLUtils.java8 import java.util.Properties;
35 @Nullable Properties attributes) { in xml()
46 public static String extractComment(String tag, Properties properties) { in extractComment()
61 String elementName, Boolean value, Properties attributes) { in xmlOptional()
68 String elementName, @Nullable String value, Properties attributes) { in xmlOptional()
75 String elementName, @Nullable String value, @Nullable Properties attributes) { in xmlRequired()
80 Properties attributes) { in xmlOpen()
93 public static void appendAttributes(IBuffer result, Properties attributes) { in appendAttributes()
105 Properties attributes, boolean noNewLine) { in xmlOpen()
DXMLReporter.java19 import java.util.Properties;
55 Properties p = new Properties(); in generateReport()
107 Properties attrs = new Properties(); in referenceSuite()
130 Properties groupAttrs = new Properties(); in writeSuiteGroups()
135 Properties methodAttrs = new Properties(); in writeSuiteGroups()
146 private Properties getSuiteAttributes(ISuite suite) { in getSuiteAttributes()
147 Properties props = new Properties(); in getSuiteAttributes()
178 public static void addDurationAttributes(XMLReporterConfig config, Properties attributes, in addDurationAttributes()
/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 …]
/external/testng/src/main/java/org/testng/log4testng/
DLogger.java11 import java.util.Properties;
326 Properties properties= new Properties(); in initialize()
337 private static void checkProperties(Properties pProperties) { in checkProperties()
474 private static synchronized void testInitialize(Properties pProperties, in testInitialize()
490 Properties props= new Properties(); in testDebugDefault()
505 Properties props= new Properties(); in testDebugOn()
521 Properties props= new Properties(); in testDebugOff()
537 Properties props= new Properties(); in testDebugError()
562 Properties props= new Properties(); in testRootLoggerDefault()
595 Properties props= new Properties(); in testRootLoggerSet()
[all …]
/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/snakeyaml/src/test/java/examples/collections/
DTypeSafeMapImplementationsTest.java21 import java.util.Properties;
40 Properties props = new Properties(); in testDumpMap()
64 Properties props = parsed.getProperties(); in testLoadMap()
72 private Properties properties;
87 public Properties getProperties() { in getProperties()
91 public void setProperties(Properties properties) { in setProperties()
111 Properties props = new Properties(); in testNoJavaBeanMap()
161 Properties props = new Properties(); in testRecursiveNoJavaBeanProperties2()
/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/guice/core/test/com/google/inject/name/
DNamesTest.java33 import java.util.Properties;
59 final Properties teams = new Properties(); in testBindPropertiesUsingProperties()
88 Properties defaults = new Properties(); in testBindPropertiesIncludesInheritedProperties()
92 final Properties teams = new Properties(defaults); in testBindPropertiesIncludesInheritedProperties()
/external/testng/src/main/java/org/testng/internal/
DPropertiesFile.java6 import java.util.Properties;
17 private Properties m_properties = new Properties();
47 public Properties getProperties() in getProperties()
/external/v8/src/compiler/
Doperator.h60 typedef base::Flags<Property, uint8_t> Properties; in NON_EXPORTED_BASE() typedef
64 Operator(Opcode opcode, Properties properties, const char* mnemonic, in NON_EXPORTED_BASE()
96 Properties properties() const { return properties_; } in NON_EXPORTED_BASE()
110 static size_t ZeroIfEliminatable(Properties properties) { in NON_EXPORTED_BASE()
114 static size_t ZeroIfNoThrow(Properties properties) { in NON_EXPORTED_BASE()
118 static size_t ZeroIfPure(Properties properties) { in NON_EXPORTED_BASE()
140 Properties properties_; in NON_EXPORTED_BASE()
152 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties)
172 Operator1(Opcode opcode, Properties properties, const char* mnemonic,
/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/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java36 import java.util.Properties;
77 Properties instructions = new Properties(); in setUp()
112 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
138 Properties properties = new Properties(); in testGuiceWorksInOSGiContainer()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h127 return Properties[static_cast<unsigned>(P)];
130 Properties.set(static_cast<unsigned>(P));
134 Properties.reset(static_cast<unsigned>(P));
138 Properties |= MFP.Properties;
142 Properties.reset(MFP.Properties);
148 return !V.Properties.test(Properties);
156 BitVector Properties =
228 MachineFunctionProperties Properties;
348 const MachineFunctionProperties &getProperties() const { return Properties; }
349 MachineFunctionProperties &getProperties() { return 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()

12345678910>>...34