HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 1 - 25 of 542) 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...]
  /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_nfc_manager_client.h 22 struct Properties : public NfcManagerClient::Properties {
23 explicit Properties(const PropertyChangedCallback& callback);
24 virtual ~Properties();
41 virtual Properties* GetProperties() OVERRIDE;
51 // Property callback passed when we create Properties* structures.
60 // Fake properties object. This gets updated whenever AddAdapter or
62 scoped_ptr<Properties> properties_;
nfc_manager_client.h 22 // Structure of properties associated with the NFC manager.
23 struct Properties : public NfcPropertySet {
27 Properties(dbus::ObjectProxy* object_proxy,
29 virtual ~Properties();
60 // Obtains the properties of the NFC manager service.
61 virtual Properties* GetProperties() = 0;
fake_nfc_record_client.h 27 // Properties structure that provides fake behavior for D-Bus calls.
28 struct Properties : public NfcRecordClient::Properties {
29 explicit Properties(const PropertyChangedCallback& callback);
30 virtual ~Properties();
51 virtual Properties* GetProperties(
67 // Property changed callback passed when we create Properties* structures.
71 // Called by Properties* structures when GetAll is called.
81 // Fake properties that are returned for the fake records.
82 scoped_ptr<Properties> device_smart_poster_record_properties_
    [all...]
fake_bluetooth_adapter_client.h 26 struct Properties : public BluetoothAdapterClient::Properties {
27 explicit Properties(const PropertyChangedCallback & callback);
28 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
76 // Property callback passed when we create Properties* structures.
86 // Static properties we return.
87 scoped_ptr<Properties> properties_;
88 scoped_ptr<Properties> second_properties_;
bluetooth_input_client.h 24 // Structure of properties associated with bluetooth input devices.
25 struct Properties : public dbus::PropertySet {
29 Properties(dbus::ObjectProxy* object_proxy,
32 virtual ~Properties();
65 // Obtain the properties for the device with object path |object_path|,
67 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
70 FakeBluetoothInputClient::Properties*
    [all...]
fake_bluetooth_gatt_service_client.h 27 struct Properties : public BluetoothGattServiceClient::Properties {
28 explicit Properties(const PropertyChangedCallback& callback);
29 virtual ~Properties();
49 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
74 // Property callback passed when we create Properties structures.
88 // Static properties we return. As long as a service is exposed, this will be
90 scoped_ptr<Properties> heart_rate_service_properties_;
fake_bluetooth_input_client.h 23 struct Properties : public BluetoothInputClient::Properties {
24 explicit Properties(const PropertyChangedCallback & callback);
25 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_nfc_device_client.h 26 // Properties structure that provides fake behavior for D-Bus calls.
27 struct Properties : public NfcDeviceClient::Properties {
28 explicit Properties(const PropertyChangedCallback& callback);
29 virtual ~Properties();
48 virtual Properties* GetProperties(
96 // Property changed callback passed when we create Properties* structures.
113 // Fake properties that are returned for the emulated device.
114 scoped_ptr<Properties> properties_;
121 // the device properties are accessible
    [all...]
fake_nfc_tag_client.h 25 struct Properties : public NfcTagClient::Properties {
26 explicit Properties(const PropertyChangedCallback& callback);
27 virtual ~Properties();
46 virtual Properties* GetProperties(
90 // Property changed callback passed when we create Properties* structures.
103 // Fake properties that are returned for the emulated tag.
104 scoped_ptr<Properties> properties_;
111 // the tag properties are accesible.
fake_nfc_manager_client.cc 16 FakeNfcManagerClient::Properties::Properties(
18 : NfcManagerClient::Properties(NULL, callback) {
21 FakeNfcManagerClient::Properties::~Properties() {
24 void FakeNfcManagerClient::Properties::Get(
31 void FakeNfcManagerClient::Properties::GetAll() {
35 void FakeNfcManagerClient::Properties::Set(
43 properties_.reset(new Properties(base::Bind(
62 FakeNfcManagerClient::Properties* FakeNfcManagerClient::GetProperties()
    [all...]
fake_nfc_adapter_client.h 26 // Properties structure that provides fake behavior for D-Bus calls.
27 struct Properties : public NfcAdapterClient::Properties {
28 explicit Properties(const PropertyChangedCallback& callback);
29 virtual ~Properties();
47 virtual Properties* GetProperties(
89 // Property changed callback passed when we create Properties* structures.
96 // Fake properties that are returned for the emulated adapters.
97 scoped_ptr<Properties> properties_;
98 scoped_ptr<Properties> second_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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 37 import java.util.Properties;
44 Properties tProps;
49 * java.util.Properties#Properties()
52 // Test for method java.util.Properties()
53 Properties p = new Properties();
56 assertTrue("Created incorrect Properties", true);
60 Properties p = new Properties();
84 Properties properties = new Properties(systemProperties); local
508 Properties properties = new Properties(); local
565 Properties properties = new Properties(defaults); local
    [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/chromium_org/device/nfc/
nfc_ndef_record_utils_chromeos.h 25 // Converts an NDEF record D-Bus properties structure to an NfcNdefRecord
30 const NfcRecordClient::Properties* properties,
  /external/lldb/include/lldb/Core/
UserSettingsController.h 32 class Properties
35 Properties () :
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) :
46 ~Properties()
54 // implement creating the properties.
  /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...]
  /external/lldb/source/Core/
UserSettingsController.cpp 28 Properties::GetPropertyValue (const ExecutionContext *exe_ctx,
40 Properties::SetPropertyValue (const ExecutionContext *exe_ctx,
49 error.SetErrorString ("no properties");
54 Properties::DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
62 Properties::DumpAllDescriptions (CommandInterpreter &interpreter,
75 Properties::DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_path, uint32_t dump_mask)
91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const
103 Properties::GetSubProperty (const ExecutionContext *exe_ctx,
  /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...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 37 enum Properties {
98 public void setProperty(final Properties p, final int value) {
153 public void setProperty(final Properties p, final String value) {
198 config.setProperty(Properties.LANGUAGE, "en");
199 config.setProperty(Properties.COUNTRY, "US");
200 config.setProperty(Properties.MCC, 310);
201 config.setProperty(Properties.MNC, 001); // unused
202 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER);
203 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_QWERTY);
204 config.setProperty(Properties.KEYBOARDHIDDEN, Configuration.KEYBOARDHIDDEN_YES)
    [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();

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>