Searched refs:Properties (Results 51 - 75 of 405) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/util/
H A DXProperties.java15 import java.util.Properties;
24 class XProperties extends Properties
33 public XProperties (final Properties base)
/external/objenesis/tck/src/org/objenesis/tck/
H A DCandidateLoader.java21 import java.util.Properties;
85 // Properties contains a convenient key=value parser, however it stores
87 // So, we create a special Properties instance that writes its
89 Properties properties = new Properties() {
/external/proguard/src/proguard/ant/
H A DConfigurationElement.java29 import java.util.Properties;
92 Properties properties = new Properties();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelper.java4 import java.util.Properties;
10 public static String doSingleSubstitution(String originalValue, Properties properties) {
41 public static void doSubstitutions(Properties properties) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java24 import java.util.Properties;
39 * a wrapper for {@link java.util.Properties}, but can not extend that class
66 public OutputProperties(Properties defaults)
68 m_properties = new Properties(defaults);
83 m_properties = new Properties(
88 * Clone this OutputProperties, including a clone of the wrapped Properties
101 cloned.m_properties = (Properties) cloned.m_properties.clone();
322 Properties savedProps = m_properties;
323 Properties newDefaults =
325 m_properties = new Properties(newDefault
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc39 FakeBluetoothAdapterClient::Properties::Properties( function in class:chromeos::FakeBluetoothAdapterClient::Properties
41 : BluetoothAdapterClient::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient::Properties::GetAll() {
61 void FakeBluetoothAdapterClient::Properties::Set(
81 properties_.reset(new Properties(base::Bind(
89 second_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_gatt_descriptor_client.cc19 FakeBluetoothGattDescriptorClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattDescriptorClient::Properties
21 : BluetoothGattDescriptorClient::Properties(
27 FakeBluetoothGattDescriptorClient::Properties::~Properties() {
30 void FakeBluetoothGattDescriptorClient::Properties::Get(
37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
41 void FakeBluetoothGattDescriptorClient::Properties::Set(
85 FakeBluetoothGattDescriptorClient::Properties*
144 Properties* propertie
[all...]
H A Dnfc_manager_client.cc15 NfcManagerClient::Properties::Properties( function in class:chromeos::NfcManagerClient::Properties
24 NfcManagerClient::Properties::~Properties() {
52 virtual Properties* GetProperties() OVERRIDE {
84 properties_.reset(new Properties(
146 // Properties for neard Manager interface.
147 scoped_ptr<Properties> properties_;
H A Dfake_nfc_device_client.cc25 FakeNfcDeviceClient::Properties::Properties( function in class:chromeos::FakeNfcDeviceClient::Properties
27 : NfcDeviceClient::Properties(NULL, callback) {
30 FakeNfcDeviceClient::Properties::~Properties() {
33 void FakeNfcDeviceClient::Properties::Get(
40 void FakeNfcDeviceClient::Properties::GetAll() {
44 void FakeNfcDeviceClient::Properties::Set(
57 properties_.reset(new Properties(
86 FakeNfcDeviceClient::Properties*
[all...]
H A Dfake_nfc_tag_client.cc24 FakeNfcTagClient::Properties::Properties( function in class:chromeos::FakeNfcTagClient::Properties
26 : NfcTagClient::Properties(NULL, callback) {
29 FakeNfcTagClient::Properties::~Properties() {
32 void FakeNfcTagClient::Properties::Get(
39 void FakeNfcTagClient::Properties::GetAll() {
43 void FakeNfcTagClient::Properties::Set(
55 properties_.reset(new Properties(
84 FakeNfcTagClient::Properties*
[all...]
H A Dnfc_record_client.cc20 NfcRecordClient::Properties::Properties( function in class:chromeos::NfcRecordClient::Properties
36 NfcRecordClient::Properties::~Properties() {
89 virtual Properties* GetProperties(
91 return static_cast<Properties*>(
121 // Note: DBusObjectMap guarantees that the Properties structure for the
134 NfcDeviceClient::Properties* device_properties =
164 // Note: DBusObjectMap guarantees that the Properties structure for the
176 NfcTagClient::Properties* tag_propertie
[all...]
H A Dfake_nfc_record_client.cc52 FakeNfcRecordClient::Properties::Properties( function in class:chromeos::FakeNfcRecordClient::Properties
54 : NfcRecordClient::Properties(NULL, callback) {
57 FakeNfcRecordClient::Properties::~Properties() {
60 void FakeNfcRecordClient::Properties::Get(
67 void FakeNfcRecordClient::Properties::GetAll() {
73 void FakeNfcRecordClient::Properties::Set(
85 device_smart_poster_record_properties_.reset(new Properties(
94 device_text_record_properties_.reset(new Properties(
[all...]
H A Dbluetooth_adapter_client.h26 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothAdapterClient
75 Properties(dbus::ObjectProxy* object_proxy,
78 virtual ~Properties();
113 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_characteristic_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattCharacteristicClient
36 // List of flags representing the GATT "Characteristic Properties bit field"
37 // and properties read from the GATT "Characteristic Extended Properties"
45 Properties(dbus::ObjectProxy* object_proxy,
48 virtual ~Properties();
97 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
/external/openfst/src/test/
H A Dweight-tester.h90 if (Weight::Properties() & kCommutative)
107 if (Weight::Properties() & kLeftSemiring)
110 if (Weight::Properties() & kRightSemiring)
114 if (Weight::Properties() & kIdempotent)
117 if (Weight::Properties() & kPath)
121 CHECK(Weight::Properties() & (kLeftSemiring | kRightSemiring));
124 if (Weight::Properties() & kCommutative)
125 CHECK(Weight::Properties() & kSemiring);
132 if (Weight::Properties() & kLeftSemiring) {
140 if (Weight::Properties()
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc49 typedef ThemeProperties Properties; typedef
161 case Properties::COLOR_NTP_SECTION_HEADER_TEXT:
162 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.30);
163 case Properties::COLOR_NTP_SECTION_HEADER_TEXT_HOVER:
164 return GetColor(Properties::COLOR_NTP_TEXT);
165 case Properties::COLOR_NTP_SECTION_HEADER_RULE:
166 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.70);
167 case Properties::COLOR_NTP_SECTION_HEADER_RULE_LIGHT:
168 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.86);
169 case Properties
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DSignedObjectTest.java32 import java.util.Properties;
46 private Properties prop;
59 prop = new Properties();
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Driver4.java25 import java.util.Properties;
74 public Connection connect(String url, Properties info) throws SQLException {
90 throw new SQLException("Properties bundle is null");
111 } // end method connect(String, Properties)
121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerFactory.java24 import java.util.Properties;
90 public static Serializer getSerializer(Properties format)
112 Properties methodDefaults =
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.h41 // "Characteristic Extended Properties Descriptor" with UUID 0x2900) that
58 typedef uint32 Properties; typedef in class:device::BluetoothGattCharacteristic
107 // "Characteristic Extended Properties" descriptor and this will automatically
112 Properties properties,
138 virtual Properties GetProperties() const = 0;
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java22 import java.util.Properties;
41 private final Properties properties = new Properties();
/external/emma/core/java12/com/vladium/emma/rt/
H A DRTExitHook.java14 import java.util.Properties;
41 Properties closureMap = null;
53 closureMap = new Properties ();
/external/nist-sip/java/javax/sip/
H A DSipFactory.java6 import java.util.Properties;
33 public synchronized SipStack createSipStack(Properties properties)
53 .getConstructor(new Class[] {Properties.class})
/external/openfst/src/include/fst/
H A Dreverse.h51 if (ifst.Properties(kExpanded, false))
84 uint64 iprops = ifst.Properties(kCopyProperties, false);
85 uint64 oprops = ofst->Properties(kFstProperties, false);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java25 import java.util.Properties;
66 Properties xsltInfo = new Properties();
164 public void loadPropertyFile(String file, Properties target)

Completed in 9445 milliseconds

1234567891011>>