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

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 24 import java.util.Properties;
36 final static Properties props = new Properties();
54 public static InputStream propertiesToInputStream(Properties p) throws IOException {
  /external/chromium_org/chromeos/dbus/
nfc_tag_client.cc 22 NfcTagClient::Properties::Properties(
34 NfcTagClient::Properties::~Properties() {
77 virtual Properties* GetProperties(
79 return static_cast<Properties*>(
146 // Note: DBusObjectMap guarantees that the Properties structure for the
159 NfcAdapterClient::Properties *adapter_properties =
168 // Ignore changes to properties other than "Tags".
185 Properties* properties = new Properties variable
    [all...]
fake_nfc_adapter_client.cc 23 FakeNfcAdapterClient::Properties::Properties(
25 : NfcAdapterClient::Properties(NULL, callback) {
28 FakeNfcAdapterClient::Properties::~Properties() {
31 void FakeNfcAdapterClient::Properties::Get(
38 void FakeNfcAdapterClient::Properties::GetAll() {
42 void FakeNfcAdapterClient::Properties::Set(
96 properties_.reset(new Properties(base::Bind(
102 second_properties_.reset(new Properties(base::Bind
    [all...]
bluetooth_adapter_client.cc 23 BluetoothAdapterClient::Properties::Properties(
44 BluetoothAdapterClient::Properties::~Properties() {
86 Properties* properties = new Properties( variable
92 return static_cast<dbus::PropertySet*>(properties);
96 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
98 return static_cast<Properties*>(
    [all...]
bluetooth_gatt_descriptor_client.cc 23 BluetoothGattDescriptorClient::Properties::Properties(
33 BluetoothGattDescriptorClient::Properties::~Properties() {
73 virtual Properties* GetProperties(
76 return static_cast<Properties*>(
142 Properties* properties = new Properties( variable
148 return static_cast<dbus::PropertySet*>(properties);
    [all...]
nfc_adapter_client.cc 21 NfcAdapterClient::Properties::Properties(
35 NfcAdapterClient::Properties::~Properties() {
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
75 return static_cast<Properties*>(
148 NfcManagerClient::Properties* manager_properties =
151 // Ignore changes to properties other than "Adapters".
165 return new Properties(
201 // Mapping from object paths to object proxies and properties structures tha
    [all...]
nfc_device_client.cc 22 NfcDeviceClient::Properties::Properties(
31 NfcDeviceClient::Properties::~Properties() {
74 virtual Properties* GetProperties(
76 return static_cast<Properties*>(
145 // Note: DBusObjectMap guarantees that the Properties structure for the
157 NfcAdapterClient::Properties *adapter_properties =
161 // Ignore changes to properties other than "Devices".
178 return new Properties(
    [all...]
fake_bluetooth_device_client.h 29 struct Properties : public BluetoothDeviceClient::Properties {
30 explicit Properties(const PropertyChangedCallback & callback);
31 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
176 // Property callback passed when we create Properties* structures.
201 Properties* properties);
244 // Static properties we return.
245 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap
    [all...]
fake_bluetooth_gatt_characteristic_client.cc 40 FakeBluetoothGattCharacteristicClient::Properties::Properties(
42 : BluetoothGattCharacteristicClient::Properties(
48 FakeBluetoothGattCharacteristicClient::Properties::~Properties() {
51 void FakeBluetoothGattCharacteristicClient::Properties::Get(
58 void FakeBluetoothGattCharacteristicClient::Properties::GetAll() {
62 void FakeBluetoothGattCharacteristicClient::Properties::Set(
101 FakeBluetoothGattCharacteristicClient::Properties*
244 heart_rate_measurement_properties_.reset(new Properties(base::Bind
    [all...]
  /external/openfst/src/include/fst/
complement.h 30 #include <fst/test-properties.h>
65 uint64 props = fst.Properties(kILabelSorted, false);
74 SetProperties(impl.Properties(), kCopyProperties);
82 if (Properties(kError))
116 uint64 Properties() const { return Properties(kFstProperties); }
118 // Set error if found; return FST impl properties.
119 uint64 Properties(uint64 mask) const {
120 if ((mask & kError) && fst_->Properties(kError, false))
122 return FstImpl<Arc>::Properties(mask)
    [all...]
rational.h 32 #include <fst/test-properties.h>
110 uint64 Properties() const { return Properties(kFstProperties); }
112 // Set error if found; return FST impl properties.
113 uint64 Properties(uint64 mask) const {
114 if ((mask & kError) && Replace()->Properties(kError, false))
116 return FstImpl<Arc>::Properties(mask);
123 uint64 props1 = fst1.Properties(kFstProperties, false);
124 uint64 props2 = fst2.Properties(kFstProperties, false);
145 uint64 props1 = fst1.Properties(kFstProperties, false)
    [all...]
intersect.h 62 using ComposeFst<A>::Properties;
72 bool acceptors = fst1.Properties(kAcceptor, true) &&
73 fst2.Properties(kAcceptor, true);
84 bool acceptors = fst1.Properties(kAcceptor, true) &&
85 fst2.Properties(kAcceptor, true);
lexicographic-weight.h 63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
112 static uint64 Properties() {
113 uint64 props1 = W1::Properties();
114 uint64 props2 = W2::Properties();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h 27 #include "fst/lib/test-properties.h"
34 // State definition. This does not manage the Fst properties.
174 // manages Fst properties and the # of input and output epsilons.
180 using FstImpl<A>::Properties;
208 SetProperties(Properties() & kSetStartProperties);
209 if (Properties() & kAcyclic)
210 SetProperties(Properties() | kInitialAcyclic);
216 SetProperties(Properties() & ~kWeighted);
219 SetProperties(Properties() | kWeighted);
220 SetProperties(Properties() & ~kUnweighted)
    [all...]
arcsort.h 25 #include "fst/lib/test-properties.h"
34 // Properties(uint64) that specifies the known properties of the
35 // sorted FST; it takes as argument the input FST's known properties
46 uint64 props = fst->Properties(kFstProperties, false);
64 fst->SetProperties(comp.Properties(props), kFstProperties);
75 using FstImpl<A>::Properties;
94 uint64 props = fst_->Properties(kCopyProperties, false);
95 SetProperties(comp_.Properties(props));
103 SetProperties(impl.Properties(), kCopyProperties)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_connection_chromeos.cc 48 BluetoothDeviceClient::Properties* properties =
51 if (!properties || !properties->connected.value())
93 BluetoothDeviceClient::Properties* properties =
97 if (!properties) {
102 if (property_name == properties->connected.name() &&
103 !properties->connected.value())
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.h 29 Properties properties,
38 MOCK_CONST_METHOD0(GetProperties, Properties());
  /external/emma/ant/ant14/com/vladium/emma/ant/
VerbosityCfg.java 11 import java.util.Properties;
74 settings = EMMAProperties.wrap (new Properties ());
  /external/emma/core/java12/com/vladium/emma/
Processor.java 11 import java.util.Properties;
31 // load tool properties:
45 log.trace1 ("run", "complete tool properties:");
76 public synchronized final void setPropertyOverrides (final Properties overrides)
  /external/emma/core/java12/com/vladium/emma/data/
CoverageOptionsFactory.java 11 import java.util.Properties;
26 public static CoverageOptions create (final Properties properties)
29 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
33 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
37 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
43 public static CoverageOptions create (final IProperties properties)
46 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
50 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
54 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION
    [all...]
  /external/chromium_org/v8/src/compiler/
linkage.h 60 size_t js_param_count, Operator::Properties properties,
69 properties_(properties),
121 // Operator properties describe how this call can be optimized, if at all.
122 Operator::Properties properties() const { return properties_; } function in class:v8::internal::compiler::FINAL
138 Operator::Properties properties_;
175 Operator::Properties properties);
178 Operator::Properties properties, Zone* zone)
    [all...]
operator.h 32 // Properties inform the operator-independent optimizer about legal
48 typedef base::Flags<Property, uint8_t> Properties;
50 Operator(Opcode opcode, Properties properties, const char* mnemonic)
51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {}
75 return (properties() & property) == property;
84 Properties properties() const { return properties_; } function in class:v8::internal::compiler::Operator
95 Properties properties_;
101 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 25 import java.util.Properties;
129 Properties properties = null; local
134 properties = new Properties();
137 properties.load(in);
139 if (properties.containsValue(machineName)){
165 Properties cfgProperties = new Properties();
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 28 import java.util.Properties;
144 return getConnection(url, new Properties());
153 * a set of properties to use as arguments to set up the
154 * connection. Properties are arbitrary string/value pairs.
155 * Normally, at least the properties {@code "user"} and {@code
165 public static Connection getConnection(String url, Properties info) throws SQLException {
206 Properties theProperties = new Properties();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 33 import java.util.Properties;
177 * @tests java.sql.DriverManager#getConnection(String, Properties)
182 new Properties());
189 DriverManager.getConnection(null, new Properties());
197 * Class under test for Connection getConnection(String, Properties)
208 Properties nullProps = null;
209 Properties validProps = new Properties();
212 Properties invalidProps1 = new Properties();
    [all...]

Completed in 1200 milliseconds

1 2 3 45 6 7 8 91011>>