/external/chromium_org/chromeos/dbus/ |
D | fake_nfc_record_client.cc | 201 device_smart_poster_record_properties_->type.ReplaceValue( in SetDeviceRecordsVisible() 203 device_smart_poster_record_properties_->uri.ReplaceValue( in SetDeviceRecordsVisible() 205 device_smart_poster_record_properties_->mime_type.ReplaceValue("text/fake"); in SetDeviceRecordsVisible() 206 device_smart_poster_record_properties_->size.ReplaceValue(128); in SetDeviceRecordsVisible() 208 representation.ReplaceValue("Fake Title"); in SetDeviceRecordsVisible() 209 device_smart_poster_record_properties_->encoding.ReplaceValue( in SetDeviceRecordsVisible() 211 device_smart_poster_record_properties_->language.ReplaceValue("en"); in SetDeviceRecordsVisible() 216 device_text_record_properties_->type.ReplaceValue(nfc_record::kTypeText); in SetDeviceRecordsVisible() 217 device_text_record_properties_->representation.ReplaceValue( in SetDeviceRecordsVisible() 219 device_text_record_properties_->encoding.ReplaceValue( in SetDeviceRecordsVisible() [all …]
|
D | fake_bluetooth_device_client.cc | 229 properties->address.ReplaceValue(kPairedDeviceAddress); in FakeBluetoothDeviceClient() 230 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass); in FakeBluetoothDeviceClient() 231 properties->name.ReplaceValue("Fake Device (Name)"); in FakeBluetoothDeviceClient() 232 properties->alias.ReplaceValue(kPairedDeviceName); in FakeBluetoothDeviceClient() 233 properties->paired.ReplaceValue(true); in FakeBluetoothDeviceClient() 234 properties->trusted.ReplaceValue(true); in FakeBluetoothDeviceClient() 235 properties->adapter.ReplaceValue( in FakeBluetoothDeviceClient() 241 properties->uuids.ReplaceValue(uuids); in FakeBluetoothDeviceClient() 243 properties->modalias.ReplaceValue("usb:v05ACp030Dd0306"); in FakeBluetoothDeviceClient() 310 properties->connected.ReplaceValue(true); in Connect() [all …]
|
D | fake_bluetooth_adapter_client.cc | 84 properties_->address.ReplaceValue(kAdapterAddress); in FakeBluetoothAdapterClient() 85 properties_->name.ReplaceValue("Fake Adapter (Name)"); in FakeBluetoothAdapterClient() 86 properties_->alias.ReplaceValue(kAdapterName); in FakeBluetoothAdapterClient() 87 properties_->pairable.ReplaceValue(true); in FakeBluetoothAdapterClient() 92 second_properties_->address.ReplaceValue(kSecondAdapterAddress); in FakeBluetoothAdapterClient() 93 second_properties_->name.ReplaceValue("Second Fake Adapter (Name)"); in FakeBluetoothAdapterClient() 94 second_properties_->alias.ReplaceValue(kSecondAdapterName); in FakeBluetoothAdapterClient() 95 second_properties_->pairable.ReplaceValue(true); in FakeBluetoothAdapterClient() 146 properties_->discovering.ReplaceValue(true); in StartDiscovery() 186 properties_->discovering.ReplaceValue(false); in StopDiscovery() [all …]
|
D | fake_nfc_adapter_client.cc | 100 properties_->protocols.ReplaceValue(protocols); in FakeNfcAdapterClient() 106 second_properties_->protocols.ReplaceValue(protocols); in FakeNfcAdapterClient() 164 properties_->polling.ReplaceValue(true); in StartPollLoop() 165 properties_->mode.ReplaceValue(mode); in StartPollLoop() 206 properties_->polling.ReplaceValue(false); in StopPollLoop() 251 properties_->polling.ReplaceValue(false); in SetDevice() 255 properties_->devices.ReplaceValue(new_devices); in SetDevice() 273 properties_->polling.ReplaceValue(false); in SetTag() 277 properties_->tags.ReplaceValue(new_tags); in SetTag() 288 properties_->devices.ReplaceValue(new_devices); in UnsetDevice() [all …]
|
D | fake_bluetooth_gatt_characteristic_client.cc | 195 heart_rate_measurement_properties_->notifying.ReplaceValue(true); in StartNotify() 225 heart_rate_measurement_properties_->notifying.ReplaceValue(false); in StopNotify() 248 heart_rate_measurement_properties_->uuid.ReplaceValue( in ExposeHeartRateCharacteristics() 250 heart_rate_measurement_properties_->service.ReplaceValue(service_path); in ExposeHeartRateCharacteristics() 252 heart_rate_measurement_properties_->flags.ReplaceValue(flags); in ExposeHeartRateCharacteristics() 261 body_sensor_location_properties_->uuid.ReplaceValue(kBodySensorLocationUUID); in ExposeHeartRateCharacteristics() 262 body_sensor_location_properties_->service.ReplaceValue(service_path); in ExposeHeartRateCharacteristics() 265 body_sensor_location_properties_->flags.ReplaceValue(flags); in ExposeHeartRateCharacteristics() 274 heart_rate_control_point_properties_->uuid.ReplaceValue( in ExposeHeartRateCharacteristics() 276 heart_rate_control_point_properties_->service.ReplaceValue(service_path); in ExposeHeartRateCharacteristics() [all …]
|
D | fake_bluetooth_gatt_service_client.cc | 106 heart_rate_service_properties_->uuid.ReplaceValue(kHeartRateServiceUUID); in ExposeHeartRateService() 107 heart_rate_service_properties_->device.ReplaceValue(device_path); in ExposeHeartRateService() 108 heart_rate_service_properties_->primary.ReplaceValue(true); in ExposeHeartRateService() 191 heart_rate_service_properties_->characteristics.ReplaceValue(char_paths); in ExposeHeartRateCharacteristics()
|
D | fake_nfc_tag_client.cc | 175 properties_->records.ReplaceValue(record_paths); in SetRecords() 204 properties_->type.ReplaceValue(nfc_tag::kTagType2); in MakeTagVisible() 205 properties_->protocol.ReplaceValue(nfc_common::kProtocolNfcDep); in MakeTagVisible() 206 properties_->read_only.ReplaceValue(false); in MakeTagVisible()
|
D | fake_bluetooth_input_client.cc | 96 properties->reconnect_mode.ReplaceValue( in AddInputDevice() 99 properties->reconnect_mode.ReplaceValue( in AddInputDevice()
|
D | fake_nfc_manager_client.cc | 78 properties_->adapters.ReplaceValue(adapters); in AddAdapter() 90 properties_->adapters.ReplaceValue(adapters); in RemoveAdapter()
|
D | fake_bluetooth_gatt_descriptor_client.cc | 148 properties->uuid.ReplaceValue(uuid); in ExposeDescriptor() 149 properties->characteristic.ReplaceValue(characteristic_path); in ExposeDescriptor()
|
D | fake_nfc_device_client.cc | 167 properties_->records.ReplaceValue(record_paths); in SetRecords()
|
/external/chromium_org/device/nfc/ |
D | nfc_chromeos_unittest.cc | 770 record_properties.type.ReplaceValue(nfc_record::kTypeText); in TEST_F() 771 record_properties.representation.ReplaceValue(kText); in TEST_F() 772 record_properties.language.ReplaceValue(kLanguageCode); in TEST_F() 773 record_properties.encoding.ReplaceValue(kEncoding); in TEST_F() 793 record_properties.representation.ReplaceValue(""); in TEST_F() 794 record_properties.language.ReplaceValue(""); in TEST_F() 795 record_properties.encoding.ReplaceValue(""); in TEST_F() 797 record_properties.type.ReplaceValue(nfc_record::kTypeUri); in TEST_F() 798 record_properties.uri.ReplaceValue(kURI); in TEST_F() 799 record_properties.mime_type.ReplaceValue(kMimeType); in TEST_F() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | statscollector.cc | 223 void StatsReport::ReplaceValue(StatsReport::StatsValueName name, in ReplaceValue() function in webrtc::StatsReport 1037 report->ReplaceValue(StatsReport::kStatsValueNameAudioInputLevel, in UpdateReportFromAudioTrack() 1048 report->ReplaceValue(StatsReport::kStatsValueNameTypingNoiseState, in UpdateReportFromAudioTrack() 1050 report->ReplaceValue(StatsReport::kStatsValueNameEchoReturnLoss, in UpdateReportFromAudioTrack() 1052 report->ReplaceValue( in UpdateReportFromAudioTrack() 1055 report->ReplaceValue(StatsReport::kStatsValueNameEchoDelayMedian, in UpdateReportFromAudioTrack() 1057 report->ReplaceValue(StatsReport::kStatsValueNameEchoCancellationQualityMin, in UpdateReportFromAudioTrack() 1059 report->ReplaceValue(StatsReport::kStatsValueNameEchoDelayStdDev, in UpdateReportFromAudioTrack()
|
D | statstypes.h | 124 void ReplaceValue(StatsValueName name, const std::string& value);
|
/external/chromium_org/chrome/browser/metrics/ |
D | chromeos_metrics_provider_unittest.cc | 182 properties->powered.ReplaceValue(true); in TEST_F() 211 properties->paired.ReplaceValue(true); in TEST_F()
|
/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableDictionary.h | 61 void ReplaceValue(const void *key, const void *value);
|
D | CFCMutableDictionary.cpp | 523 CFCMutableDictionary::ReplaceValue(const void *key, const void *value) in ReplaceValue() function in CFCMutableDictionary
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueArray.h | 136 ReplaceValue (size_t idx, const lldb::OptionValueSP &value_sp) in ReplaceValue() function
|
/external/chromium_org/dbus/ |
D | property.h | 396 void ReplaceValue(const T& value) { in ReplaceValue() function
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_chromeos_unittest.cc | 1491 properties->bluetooth_class.ReplaceValue(0x002580); in TEST_F() 1519 properties->alias.ReplaceValue(new_name); in TEST_F() 1556 properties->uuids.ReplaceValue(new_uuids); in TEST_F() 3153 properties->modalias.ReplaceValue("bluetooth:v00E0p2400d0400"); in TEST_F() 3161 properties->modalias.ReplaceValue("usb:x00E0p2400d0400"); in TEST_F() 3169 properties->modalias.ReplaceValue("bluetooth:x00E0p2400d0400"); in TEST_F() 3177 properties->modalias.ReplaceValue("chrome:v00E0p2400d0400"); in TEST_F()
|
/external/chromium_org/v8/src/compiler/ |
D | ast-graph-builder.h | 303 void ReplaceValue() { ProduceValue(ConsumeValue()); } in ReplaceValue() function
|
D | ast-graph-builder.cc | 836 ast_context()->ReplaceValue(); in VisitConditional() 1640 ast_context()->ReplaceValue(); in VisitComma() 1665 ast_context()->ReplaceValue(); in VisitLogicalExpression()
|