HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 26 - 50 of 542) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/transform/
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...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_descriptor_client.h 25 struct Properties : public BluetoothGattDescriptorClient::Properties {
26 explicit Properties(const PropertyChangedCallback& callback);
27 virtual ~Properties();
47 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
72 // Property callback passed when we create Properties structures.
80 // Mapping from object paths to Properties structures.
85 scoped_ptr<Properties> properties; member in struct:chromeos::FakeBluetoothGattDescriptorClient::DescriptorData
bluetooth_gatt_service_client.cc 16 BluetoothGattServiceClient::Properties::Properties(
29 BluetoothGattServiceClient::Properties::~Properties() {
68 virtual Properties* GetProperties(
71 return static_cast<Properties*>(
82 Properties* properties = new Properties( variable
88 return static_cast<dbus::PropertySet*>(properties);
    [all...]
bluetooth_input_client.cc 20 BluetoothInputClient::Properties::Properties(
28 BluetoothInputClient::Properties::~Properties() {
63 Properties* properties = new Properties( variable
69 return static_cast<dbus::PropertySet*>(properties);
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
75 return static_cast<Properties*>(
    [all...]
fake_bluetooth_gatt_characteristic_client.h 28 struct Properties : public BluetoothGattCharacteristicClient::Properties {
29 explicit Properties(const PropertyChangedCallback& callback);
30 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
92 // Property callback passed when we create Properties structures.
116 // Static properties returned for simulated characteristics for the Heart
119 scoped_ptr<Properties> heart_rate_measurement_properties_;
120 scoped_ptr<Properties> body_sensor_location_properties_;
121 scoped_ptr<Properties> heart_rate_control_point_properties_
    [all...]
bluetooth_gatt_descriptor_client.h 23 // Structure of properties associated with GATT descriptors.
24 struct Properties : public dbus::PropertySet {
32 Properties(dbus::ObjectProxy* object_proxy,
35 virtual ~Properties();
75 // Obtain the properties for the GATT descriptor with object path
77 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
bluetooth_gatt_service_client.h 22 // Structure of properties associated with GATT services.
23 struct Properties : public dbus::PropertySet {
41 Properties(dbus::ObjectProxy* object_proxy,
44 virtual ~Properties();
77 // Obtain the properties for the GATT service with object path |object_path|.
79 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
nfc_adapter_client.h 28 // Structure of properties associated with an NFC adapter.
29 struct Properties : public NfcPropertySet {
56 Properties(dbus::ObjectProxy* object_proxy,
58 virtual ~Properties();
91 // Obtains the properties for the adapter with object path |object_path|, any
94 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
nfc_device_client.h 30 // Structure of properties associated with an NFC device.
31 struct Properties : public NfcPropertySet {
36 Properties(dbus::ObjectProxy* object_proxy,
38 virtual ~Properties();
73 // Obtain the properties for the NFC device with object path |object_path|;
75 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
79 // containing the NFC Record properties which will be assigned to the
80 // resulting record object and pushed to the device. The properties are
83 // NfcRecordClient::Properties). |attributes| should at least contain a
84 // "Type" plus any other properties associated with that type. For example
    [all...]
nfc_record_client.h 26 // Structure of properties associated with an NFC record.
27 struct Properties : public NfcPropertySet {
72 Properties(dbus::ObjectProxy* object_proxy,
74 virtual ~Properties();
95 // Called when all properties for the record with object path |object_path|
97 // Observer::RecordPropertyChanged has been called for all properties that
101 // when all existing properties of a record are available for use.
124 // Obtain the properties for the NFC record with object path |object_path|;
126 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
nfc_tag_client.h 30 // Structure of properties associated with an NFC tag.
31 struct Properties : public NfcPropertySet {
47 Properties(dbus::ObjectProxy* object_proxy,
49 virtual ~Properties();
70 // Called when all properties for the tag with object path |object_path|
72 // Observer::TagPropertyChanged has been called for all properties that
76 // when all existing properties of a tag are available for use.
93 // Obtain the properties for the NFC tag with object path |object_path|; any
95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
99 // containing the NFC Record properties which will be assigned to th
    [all...]
fake_bluetooth_gatt_service_client.cc 28 FakeBluetoothGattServiceClient::Properties::Properties(
30 : BluetoothGattServiceClient::Properties(
36 FakeBluetoothGattServiceClient::Properties::~Properties() {
39 void FakeBluetoothGattServiceClient::Properties::Get(
46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
50 void FakeBluetoothGattServiceClient::Properties::Set(
84 FakeBluetoothGattServiceClient::Properties*
102 heart_rate_service_properties_.reset(new Properties(base::Bind
    [all...]
  /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/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.cc 21 Properties properties,
  /external/chromium_org/v8/src/compiler/
operator.cc 14 SimpleOperator::SimpleOperator(Opcode opcode, Properties properties,
17 : Operator(opcode, properties, mnemonic),
  /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/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 30 {% for property_id, property in properties.items() %}
34 static const CSSPropertyID {{property.lower_camel_name}}Properties[] = {
39 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{property.lower_camel_name}}Longhands, ({{property_id}}, {{property.lower_camel_name}}Properties, WTF_ARRAY_LENGTH({{property.lower_camel_name}}Properties)));
51 {% for property_id, property in properties.items() if property.camel_case_name != "marker" %}
  /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 564 milliseconds

12 3 4 5 6 7 8 91011>>