HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 1 - 25 of 417) 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/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 24 struct Properties : public BluetoothInputClient::Properties {
25 explicit Properties(const PropertyChangedCallback & callback);
26 virtual ~Properties();
42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
50 // Property callback passed when we create Properties* structures.
54 // Static properties we return.
55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
fake_bluetooth_adapter_client.h 27 struct Properties : public BluetoothAdapterClient::Properties {
28 explicit Properties(const PropertyChangedCallback & callback);
29 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
73 // Property callback passed when we create Properties* structures.
79 // Static properties we return.
80 scoped_ptr<Properties> properties_;
81 scoped_ptr<Properties> second_properties_;
bluetooth_input_client.h 28 // Structure of properties associated with bluetooth input devices.
29 struct Properties : public dbus::PropertySet {
33 Properties(dbus::ObjectProxy* object_proxy,
36 virtual ~Properties();
69 // Obtain the properties for the device with object path |object_path|,
71 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
fake_bluetooth_input_client.cc 21 FakeBluetoothInputClient::Properties::Properties(
23 : BluetoothInputClient::Properties(
29 FakeBluetoothInputClient::Properties::~Properties() {
32 void FakeBluetoothInputClient::Properties::Get(
39 void FakeBluetoothInputClient::Properties::GetAll() {
43 void FakeBluetoothInputClient::Properties::Set(
55 // Clean up Properties structures
67 FakeBluetoothInputClient::Properties*
    [all...]
bluetooth_input_client.cc 21 BluetoothInputClient::Properties::Properties(
29 BluetoothInputClient::Properties::~Properties() {
73 Properties* properties = new Properties( variable
79 return static_cast<dbus::PropertySet*>(properties);
83 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
85 return static_cast<Properties*>(
    [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();
  /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();
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 35 enum Properties {
94 public void setProperty(final Properties p, final int value) {
149 public void setProperty(final Properties p, final String value) {
178 config.setProperty(Properties.LANGUAGE, "en");
179 config.setProperty(Properties.COUNTRY, "US");
180 config.setProperty(Properties.MCC, 310);
181 config.setProperty(Properties.MNC, 001); // unused
182 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER);
183 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_QWERTY);
184 config.setProperty(Properties.KEYBOARDHIDDEN, Configuration.KEYBOARDHIDDEN_YES)
    [all...]
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 29 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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 29 enum Properties {
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
160 mPropertiesToSet.add(Properties.DURATION);
167 mPropertiesToSet.add(Properties.INTERPOLATOR);
173 mPropertiesToSet.add(Properties.START_DELAY);
199 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
208 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);
  /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();

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>