Searched refs:new_value (Results 126 - 150 of 300) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc163 scoped_ptr<base::Value> new_value(value);
168 // Don't do anything if |storage_| already contains <|key|, |new_value|> pair.
169 if (in_storage && new_value->Equals(current_value))
172 changes_.Set(key, new_value->DeepCopy());
173 storage_.Set(key, new_value.release());
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store_unittest.cc191 const base::StringValue new_value("222");
195 ValueStoreChange("bbb", value.DeepCopy(), new_value.DeepCopy()));
203 new_value.DeepCopy(), NULL);
211 changes.push_back(ValueStoreChange("bbb", new_value.DeepCopy(), NULL));
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.h169 // value of the descriptor with the new value |new_value|. |callback| is
174 const std::vector<uint8>& new_value,
H A Dbluetooth_remote_gatt_descriptor_chromeos.h45 const std::vector<uint8>& new_value,
H A Dbluetooth_gatt_characteristic.h191 // characteristic's value with the new value |new_value|. |callback| is
196 const std::vector<uint8>& new_value,
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h241 // - new_value : The new value the mean should be updated with.
247 void WebRtc_MeanEstimatorFix(int32_t new_value,
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dclock.cc53 const LONG new_value = 1; local
56 LONG compare_flag = new_value;
58 const LONG new_value = 1; local
60 &help_timer->_sync_flag, new_value, start_value);
/external/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h56 SetStopOthers (bool new_value);
H A DThreadPlanStepInRange.h61 SetDefaultFlagValue (uint32_t new_value);
H A DABI.h56 SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value) = 0;
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value) argument
371 value->SetBooleanValue(new_value);
401 OptionValueProperties::SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
408 return value->SetEnumerationValue(new_value);
495 OptionValueProperties::SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
502 return value->SetSInt64Value(new_value);
521 OptionValueProperties::SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *new_value) argument
528 return value->SetStringValue(new_value);
557 OptionValueProperties::SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value) argument
564 return value->SetUInt64Value(new_value);
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc125 scoped_ptr<base::Value> new_value(
131 if (new_value->IsType(base::Value::TYPE_NULL)) {
134 } else if (!new_value->IsType(user_pref_value->GetType())) {
136 << " is of type " << new_value->GetType()
139 } else if (!user_pref_value->Equals(new_value.get())) {
140 pref_service_->Set(pref_name.c_str(), *new_value);
144 if (!sync_value->Equals(new_value.get())) {
146 if (!CreatePrefSyncData(pref_name, *new_value, &sync_data)) {
175 if (!CreatePrefSyncData(old_pref_name, *new_value, &old_sync_data)) {
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c519 struct itimerspec new_value; local
520 new_value.it_value.tv_sec = delay_millis / 1000;
521 new_value.it_value.tv_nsec = (delay_millis % 1000) * 1000 * 1000;
522 new_value.it_interval.tv_sec = 0;
523 new_value.it_interval.tv_nsec = 0;
524 timer_settime(timer, 0, &new_value, NULL);
/external/ceres-solver/internal/ceres/
H A Dc_api_test.cc168 ScopedSetValue(T* variable, T new_value) argument
170 *variable = new_value;
/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc183 AtomicType new_value = base::subtle::NoBarrier_AtomicExchange(&value, 1); local
185 EXPECT_EQ(0, new_value);
192 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
194 EXPECT_EQ(k_test_val, new_value);
197 new_value = base::subtle::NoBarrier_AtomicExchange(&value, 5);
199 EXPECT_EQ(k_test_val, new_value);
209 AtomicType new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1); local
211 EXPECT_EQ(value, new_value);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h169 const std::string& new_value,
174 const ::google::protobuf::RepeatedPtrField<std::string>& new_value,
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.h73 const base::string16& new_value,
142 const base::string16& new_value,
/external/chromium_org/tools/deep_memory_profiler/tests/
H A Drange_dict_tests.py32 def set(self, new_value):
33 self._value = new_value
/external/chromium_org/base/nix/
H A Dxdg_util_unittest.cc24 MOCK_METHOD2(SetVar, bool(const char*, const std::string& new_value));
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_bubble_manager.h79 virtual void ToggleAccept(int request_index, bool new_value) OVERRIDE;
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.h50 const base::NullableString16& new_value);
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c89 uint16_t new_value; local
91 new_value = top[x] + sum;
92 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels.
93 cur[x] = new_value;
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h45 SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value);
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h55 SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value);
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h49 SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value);

Completed in 6975 milliseconds

1234567891011>>