HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 1 - 25 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 22 import java.util.Properties;
44 * Get the properties corresponding to the effective xsl:output element.
50 * <p>The properties returned should contain properties set by the stylesheet,
51 * and these properties are "defaulted" by default properties specified by
53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
55 * Properties list, while the XSLT default properties that were not
56 * specifically set should be in the "default" Properties list. Thus
    [all...]
Transformer.java 22 import java.util.Properties;
39 * output properties are preserved across transformations.</p>
141 * <code>Properties</code> <code>Object</code> which limits the parameter
188 * Set the output properties for the transformation. These
189 * properties will override properties set in the Templates
192 * <p>If argument to this function is null, any properties
209 * @param oformat A set of output properties that will be
210 * used to override any of the same properties in affect
214 * @see java.util.Properties
    [all...]
  /libcore/luni/src/main/java/java/sql/
Driver.java 20 import java.util.Properties;
57 * some properties that should be used in establishing the
58 * connection. The properties consist of name/value pairs of
60 * least two properties - for {@code "user"} and {@code
66 public Connection connect(String url, Properties info) throws SQLException;
83 * Gets information about possible properties for this driver.
85 * This method is intended to provide a listing of possible properties that
87 * to a database. Note that the returned array of properties may change
99 * details on which additional properties are required (in addition
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 23 import java.util.Properties;
32 * @see java.util.Properties
45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props)
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props)
Serializer.java 25 import java.util.Properties;
33 * <li>configure the serializer with key/value properties
40 * java.util.Properties props =
67 * java.util.Properties props =
98 * The encoding specified in the output {@link Properties} is used, or
121 * The encoding specified for the output {@link Properties} must be
169 public void setOutputFormat(Properties format);
172 * Returns the output format properties for this serializer.
176 public Properties getOutputFormat();
OutputPropertiesFactory.java 29 import java.util.Properties;
38 * This class is a factory to generate a set of default properties
41 * The properties generated by this factory
50 * that can be used to set non-standard property values on a java.util.Properties object
56 * properties value is a the number of whitespaces to indent by per
190 /** property file for default XML properties */
191 private static final String PROP_FILE_XML = "output_xml.properties";
192 /** property file for default TEXT properties */
193 private static final String PROP_FILE_TEXT = "output_text.properties";
194 /** property file for default HTML properties */
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldLongTest.java 19 import java.util.Properties;
23 private Properties orgProps;
36 Properties tProps = new Properties();
47 Properties tProps = new Properties();
57 Properties tProps = new Properties();
OldIntegerTest.java 19 import java.util.Properties;
23 private Properties orgProps;
38 Properties tProps = new Properties();
48 Properties tProps = new Properties();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
PropertiesHelperTest.java 5 import java.util.Properties;
20 Properties properties = new Properties(); local
21 properties.setProperty("result", "{${first.value} + ${system.value.xbf5547}}");
23 properties.setProperty("first.value", "first");
24 PropertiesHelper.doSubstitutions(properties);
25 assertEquals("{first + system}", properties.getProperty("result"));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 38 import java.util.Properties;
46 Properties tProps;
51 * @tests java.util.Properties#Properties()
54 // Test for method java.util.Properties()
55 Properties p = new Properties();
58 assertTrue("Created incorrect Properties", true);
62 Properties p = new Properties();
86 Properties properties = new Properties(systemProperties); local
570 Properties properties = new Properties(); local
627 Properties properties = new Properties(defaults); local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 35 enum Properties {
94 public void setProperty(final Properties p, final int value) {
146 public void setProperty(final Properties p, final String value) {
223 config.setProperty(Properties.LANGUAGE, "xx");
230 config.setProperty(Properties.LANGUAGE, "xx");
231 config.setProperty(Properties.COUNTRY, "YY");
238 config.setProperty(Properties.MCC, 111);
245 config.setProperty(Properties.MNC, 222);
252 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
259 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 30 enum Properties {
41 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
161 mPropertiesToSet.add(Properties.DURATION);
168 mPropertiesToSet.add(Properties.INTERPOLATOR);
174 mPropertiesToSet.add(Properties.START_DELAY);
200 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
203 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
209 if (mPropertiesToSet.contains(Properties.ROTATION_Y))
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 28 import java.util.Properties;
75 Properties properties = System.getProperties(); local
77 properties.remove(key);
79 properties.setProperty(key, value);
81 System.setProperties(properties);
85 * Creates security properties file.
88 * passed custom properties.
91 * security properties to be added to properties fil
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignedObjectTest.java 23 import java.util.Properties;
36 Properties prop;
46 prop = new Properties();
  /external/emma/core/java12/com/vladium/util/
Property.java 20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base)
74 final Properties result = new XProperties (base);
91 * Creates a set of properties for an application with a given namespace.
97 * @return application properties [never null, a new instance is created
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader)
103 throw new IllegalArgumentException ("null properties: appNameLC");
105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 23 import java.util.Properties;
36 public static InputStream PropertiesToInputStream(Properties p) {
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 3 import java.util.Properties;
116 * Stack creation properties.
120 public void setStackProperties(Properties stackProperties);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 51 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true))
53 uint64 props1 = fst1.Properties(kFstProperties, false);
54 uint64 props2 = fst2.Properties(kFstProperties, false);
63 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true))
65 uint64 props1 = fst1.Properties(kFstProperties, false);
66 uint64 props2 = fst2.Properties(kFstProperties, false);
difference.h 57 if (!fst1.Properties(kAcceptor, true))
59 uint64 props1 = fst1.Properties(kFstProperties, false);
60 uint64 props2 = fst2.Properties(kFstProperties, false);
71 if (!fst1.Properties(kAcceptor, true))
73 uint64 props1 = fst1.Properties(kFstProperties, false);
74 uint64 props2 = fst2.Properties(kFstProperties, false);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 18 * The blender object's custom properties.
22 public class Properties implements Cloneable, Savable {
23 private static final Logger LOGGER = Logger.getLogger(Properties.class.getName());
127 List<Properties> subProperties = new ArrayList<Properties>(len);
129 Properties properties = new Properties(); local
130 properties.load(d, blenderContext);
131 subProperties.add(properties);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignedObjectTest.java 23 import java.util.Properties;
41 import java.util.Properties;
50 Properties prop;
59 prop = new Properties();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 25 import java.util.Properties;
71 // Getting the output properties this way won't cause a clone of
72 // the properties.
73 Properties prevProperties = transformer.getOutputFormat().getProperties();
75 // We have to make sure we get an output properties with the proper
81 Properties htmlProperties = htmlOutputProperties.getProperties();
120 * Get the value of a property, without using the default properties. This
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props)
150 String ns, String localName, Properties props, Serializer oldSerializer)
164 // Getting the output properties this way won't cause a clone of
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 25 import java.util.Properties;
76 * Test the constructor with no relevant log manager properties are set.
96 * Test the constructor with valid relevant log manager properties are set.
99 Properties p = new Properties();
121 * Test the constructor with invalid relevant log manager properties are
125 Properties p = new Properties();
151 Properties p = new Properties();
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 25 import java.util.Properties;
28 * A pool of OAuthConsumers that are constructed from Properties. Each consumer
29 * has a name, which is a property of the OAuthConsumer. Other properties come
30 * from Properties whose names are prefixed with the consumer's name. For
31 * example, a consumer's credentials come from properties named
48 public static Properties getProperties(URL source) throws IOException {
51 Properties p = new Properties();
64 public ConsumerProperties(Properties consumerProperties) {
68 private final Properties consumerProperties
    [all...]
  /external/openfst/src/include/fst/
randequivalent.h 86 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)) {

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>