Searched refs:properties (Results 76 - 100 of 886) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_chromeos_unittest.cc45 base::DictionaryValue properties; local
51 properties.SetStringWithoutPathExpansion(
53 properties.SetStringWithoutPathExpansion(
55 properties.SetStringWithoutPathExpansion(
57 manager_test_->AddGeoNetwork(shill::kTypeWifi, properties);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_service_chromeos.cc69 BluetoothGattServiceClient::Properties* properties = local
72 DCHECK(properties);
73 return device::BluetoothUUID(properties->uuid.value());
81 BluetoothGattServiceClient::Properties* properties = local
84 DCHECK(properties);
85 return properties->primary.value();
202 BluetoothGattServiceClient::Properties* properties = local
205 DCHECK(properties);
207 if (property_name != properties->characteristics.name()) {
230 BluetoothGattCharacteristicClient::Properties* properties local
286 BluetoothGattCharacteristicClient::Properties* properties = local
[all...]
H A Dbluetooth_device_chromeos.cc57 chromeos::BluetoothDeviceClient::Properties* properties = local
60 DCHECK(properties);
62 std::string modalias = properties->modalias.value();
164 BluetoothDeviceClient::Properties* properties = local
167 DCHECK(properties);
169 return properties->bluetooth_class.value();
173 BluetoothDeviceClient::Properties* properties = local
176 DCHECK(properties);
178 return properties->alias.value();
182 BluetoothDeviceClient::Properties* properties local
216 BluetoothDeviceClient::Properties* properties = local
231 BluetoothDeviceClient::Properties* properties = local
242 BluetoothDeviceClient::Properties* properties = local
252 BluetoothDeviceClient::Properties* properties = local
264 BluetoothDeviceClient::Properties* properties = local
289 BluetoothDeviceClient::Properties* properties = local
498 BluetoothGattServiceClient::Properties* properties = local
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.cc174 const NfcRecordClient::Properties* properties,
181 DBusRecordTypeValueToNfcNdefRecordType(properties->type.value());
189 if (!properties->uri.value().empty())
190 attributes.SetString(NfcNdefRecord::kFieldURI, properties->uri.value());
191 if (!properties->mime_type.value().empty()) {
193 properties->mime_type.value());
195 if (properties->size.value() != 0) {
197 static_cast<double>(properties->size.value()));
200 DBusActionValueToNfcNdefRecordActionValue(properties->action.value());
204 // The "representation", "encoding", and "language" properties wil
173 RecordPropertiesToNfcNdefRecord( const NfcRecordClient::Properties* properties, device::NfcNdefRecord* out) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-handle.js120 for (i in obj.properties) {
121 switch (obj.properties[i].name) {
123 obj.properties[i].ref = handle_o;
127 obj.properties[i].ref = handle_p;
151 for (i in obj.properties) {
152 var ref = obj.properties[i].ref;
154 switch (obj.properties[i].name) {
170 assertEquals(handle_g, obj.properties[i].ref);
180 for (i in obj.properties) {
181 refs.push(obj.properties[
[all...]
H A Dmirror-regexp.js68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
H A Dmirror-array.js57 // Check the mirror properties.
85 // Check that the serialization contains all indexed properties and the length property.
87 for (var i = 0; i < fromJSON.properties.length; i++) {
88 if (fromJSON.properties[i].name == 'length') {
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
93 var index = parseInt(fromJSON.properties[i].name);
97 // This test assumes that the order of the indexeed properties is in the
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
107 // Check that the serialization contains all names properties
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchrome_browser_operations.cc113 ShellUtil::ShortcutProperties* properties) const {
114 if (!properties->has_target())
115 properties->set_target(target_exe);
117 if (!properties->has_icon()) {
127 properties->set_icon(target_exe, icon_index);
130 if (!properties->has_app_id()) {
133 properties->set_app_id(
137 if (!properties->has_description())
138 properties->set_description(dist->GetAppDescription());
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
102 * @param properties [null results in null result]
104 public static IProperties wrap (final Properties properties) argument
106 if (properties == null) return null;
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
112 * Retrieves application properties as classloader resource with a given name.
116 * @return properties [can be null]
127 IProperties properties = (IProperties) s_properties.get (loader);
129 if (properties != null)
130 return properties;
[all...]
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc132 // Look for VPN specific client certificate properties.
139 // Look for OpenVPN specific properties.
145 // Look for L2TP-IPsec specific properties.
161 // Look for EAP specific client certificate properties, which can either be
185 base::DictionaryValue* properties) {
191 properties->SetStringWithoutPathExpansion(shill::kOpenVPNPinProperty,
193 properties->SetStringWithoutPathExpansion(
198 properties->SetStringWithoutPathExpansion(shill::kL2tpIpsecPinProperty,
200 properties->SetStringWithoutPathExpansion(
202 properties
182 SetShillProperties(const ConfigType cert_config_type, const int tpm_slot, const std::string& pkcs11_id, base::DictionaryValue* properties) argument
224 SetEmptyShillProperties(const ConfigType cert_config_type, base::DictionaryValue* properties) argument
[all...]
H A Dgeolocation_handler.h57 const base::DictionaryValue& properties);
67 const base::DictionaryValue& properties);
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.c22 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count) { argument
28 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
31 memcpy(clone[i].val, properties[i].val, clone[i].len);
77 // Two null properties are not the same. May need to revisit that
107 void property_free_array(bt_property_t *properties, size_t count) { argument
109 free(properties[i].val);
112 free(properties);
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_manager_client.h42 MOCK_METHOD3(ConfigureService, void(const base::DictionaryValue& properties,
47 const base::DictionaryValue& properties,
50 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
54 void(const VerificationProperties& properties,
58 void(const VerificationProperties& properties,
63 void(const VerificationProperties& properties,
H A Dfake_lorgnette_manager_client.h27 const ScanProperties& properties,
/external/chromium_org/components/metrics/net/
H A Dwifi_access_point_info_provider_chromeos.cc61 const base::DictionaryValue& properties) {
64 chromeos::shill_property_util::GetSSIDFromProperties(properties, NULL);
69 if (!properties.GetStringWithoutPathExpansion(shill::kWifiBSsid, &bssid) ||
83 properties.GetStringWithoutPathExpansion(
99 properties.GetStringWithoutPathExpansion(
102 if (!properties.GetDictionaryWithoutPathExpansion(
59 ParseInfo( const std::string &service_path, const base::DictionaryValue& properties) argument
H A Dwifi_access_point_info_provider_chromeos.h32 // Callback from Shill.Service.GetProperties. Parses |properties| to obtain
35 const base::DictionaryValue& properties);
/external/chromium_org/v8/src/
H A Dpreparse-data.h29 int properties,
56 int properties,
62 properties_ = properties;
91 int properties() const { function in class:v8::internal::SingletonLogger
137 int properties,
142 function_store_.Add(properties);
53 LogFunction(int start, int end, int literals, int properties, StrictMode strict_mode) argument
134 LogFunction(int start, int end, int literals, int properties, StrictMode strict_mode) argument
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapObject.java53 * The Vector of properties (can contain PropertyInfo and SoapObject)
55 protected Vector properties = new Vector(); field in class:SoapObject
57 // TODO: accessing properties and attributes would work much better if we
58 // kept a list of known properties instead of iterating through the list
95 int numProperties = properties.size();
96 if (numProperties != otherSoapObject.properties.size()) {
100 // SoapObjects are only considered the same if properties equals and in the same order
102 Object thisProp = this.properties.elementAt(propIndex);
122 Object thisProp = this.properties.elementAt(index);
150 Object prop = properties
420 getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DelementsPanel.css221 .styles-section .properties li.not-parsed-ok {
225 .styles-section.computed-style .properties li.not-parsed-ok {
229 .styles-section .properties li.filter-match,
234 .styles-section .properties li.overloaded.filter-match {
238 .styles-section .properties li.not-parsed-ok .exclamation-mark {
299 .styles-section .properties {
307 .styles-section.matched-styles .properties {
311 .styles-section.no-affect .properties li {
315 .styles-section.no-affect .properties li.editing {
319 .styles-section.expanded .properties {
[all...]
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_characteristic.cc20 Properties properties,
28 ON_CALL(*this, GetProperties()).WillByDefault(Return(properties));
15 MockBluetoothGattCharacteristic( MockBluetoothGattService* service, const std::string& identifier, const BluetoothUUID& uuid, bool is_local, Properties properties, Permissions permissions) argument
/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
76 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dresults.properties19 -config.properties "eclipseperfwin1,Win XP Sun 1.4.2_08 (2 GHz 512 MB),win,d:/m7perf/win;eclipseperflnx1,RHEL 3.0 Sun 1.4.2_08 (2 GHz 512 MB),linux,d:/m7perf/linux;eclipseperfwin2,Win XP Sun 1.4.2_08 (3 GHz 2 GB),win2,d:/m7perf/win2;eclipseperflnx2,RHEL 3.0 Sun 1.4.2_08 (3 GHz 2 GB),linux2,d:/m7perf/linux2" \
/external/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
76 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument
/external/lzma/CS/7zip/
H A DICoder.cs76 /// Provides the fields that represent properties idenitifiers for compressing.
145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); argument
155 void SetDecoderProperties(byte[] properties); argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
H A Dconsole_tts_engine.js12 var properties = ['voiceName', 'lang', 'gender', 'rate', 'pitch', 'volume'];
14 for (var i = 0; i < properties.length; ++i) {
15 if (options[properties[i]] != curOptions[properties[i]]) {

Completed in 7372 milliseconds

1234567891011>>