Searched refs:Properties (Results 26 - 50 of 405) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.h23 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattServiceClient
41 Properties(dbus::ObjectProxy* object_proxy,
44 virtual ~Properties();
79 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dnfc_device_client.h31 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcDeviceClient
36 Properties(dbus::ObjectProxy* object_proxy,
38 virtual ~Properties();
75 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
83 // NfcRecordClient::Properties). |attributes| should at least contain a
H A Dnfc_tag_client.h31 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcTagClient
47 Properties(dbus::ObjectProxy* object_proxy,
49 virtual ~Properties();
95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
103 // NfcRecordClient::Properties). |attributes| should at least contain a
H A Dfake_bluetooth_gatt_service_client.cc28 FakeBluetoothGattServiceClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattServiceClient::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(bas
[all...]
H A Dbluetooth_gatt_descriptor_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattDescriptorClient
32 Properties(dbus::ObjectProxy* object_proxy,
35 virtual ~Properties();
77 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dnfc_adapter_client.h29 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcAdapterClient
56 Properties(dbus::ObjectProxy* object_proxy,
58 virtual ~Properties();
94 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dnfc_record_client.h27 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcRecordClient
72 Properties(dbus::ObjectProxy* object_proxy,
74 virtual ~Properties();
126 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.cc21 Properties properties,
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.h30 const NfcRecordClient::Properties* properties,
/external/chromium_org/tools/stats_viewer/Properties/
H A DSettings.Designer.cs11 namespace StatsViewer.Properties
/external/chromium_org/v8/src/compiler/
H A Doperator.cc14 SimpleOperator::SimpleOperator(Opcode opcode, Properties properties,
/external/lldb/include/lldb/Core/
H A DUserSettingsController.h32 class Properties class in namespace:lldb_private
35 Properties () : function in class:lldb_private::Properties
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : function in class:lldb_private::Properties
46 ~Properties()
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs11 namespace LzmaAlone.Properties
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java25 import java.util.Properties;
73 Properties prevProperties = transformer.getOutputFormat().getProperties();
81 Properties htmlProperties = htmlOutputProperties.getProperties();
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props)
150 String ns, String localName, Properties props, Serializer oldSerializer)
166 Properties prevProperties = props;
174 Properties htmlProperties = htmlOutputProperties.getProperties();
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java25 import java.util.Properties;
99 Properties p = new Properties();
125 Properties p = new Properties();
151 Properties p = new Properties();
171 Properties p = new Properties();
189 Properties
[all...]
H A DSocketHandlerTest.java28 import java.util.Properties;
63 private Properties props;
93 props = new Properties();
197 Properties p = new Properties();
228 Properties p = new Properties();
274 Properties p = new Properties();
322 Properties
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
H A DStylePropertyShorthand.cpp.tmpl34 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)));
/external/oauth/core/src/main/java/net/oauth/
H A DConsumerProperties.java25 import java.util.Properties;
28 * A pool of OAuthConsumers that are constructed from Properties. Each consumer
30 * from Properties whose names are prefixed with the consumer's name. For
48 public static Properties getProperties(URL source) throws IOException {
51 Properties p = new Properties();
64 public ConsumerProperties(Properties consumerProperties) {
68 private final Properties consumerProperties;
/external/openfst/src/include/fst/
H A Drandequivalent.h86 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)) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h57 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/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertiesFactory.java29 import java.util.Properties;
50 * that can be used to set non-standard property values on a java.util.Properties object
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;
250 * @return Properties object that holds the defaults for the given method.
252 static public final Properties getDefaultMethodProperties(String method)
255 Properties defaultProperties = null;
330 return new Properties(defaultPropertie
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestUtils.java24 import java.util.Properties;
71 Properties properties = System.getProperties();
/external/nist-sip/java/gov/nist/core/
H A DLogWriter.java30 import java.util.Properties;
94 public void setStackProperties(Properties stackProperties) {
158 // private Properties configurationProperties;
358 // public void setStackProperties(Properties configurationProperties) {
H A DServerLogger.java19 import java.util.Properties;
44 public void setStackProperties(Properties stackProperties);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Driver1.java25 import java.util.Properties;
76 public Connection connect(String url, Properties info) throws SQLException {
95 } // end method connect(String, Properties)
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)

Completed in 3979 milliseconds

1234567891011>>