Searched refs:new_value (Results 101 - 125 of 300) sorted by relevance

1234567891011>>

/external/qemu/android/
H A Dmain-common.h26 // Reset the value of |*string| to a copy of |new_value|. This
28 void reassign_string(char** string, const char* new_value);
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update_unittest.cc78 const base::DictionaryValue* new_value = prefs_.GetDictionary(kPref); local
79 EXPECT_EQ(old_value, new_value);
/external/chromium_org/build/
H A Dgypi_to_gn.py124 new_value = ReplaceSubstrings(value, search_for, replace_with)
125 result[new_key] = new_value
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.h79 void ApplyMetricsSetting(bool use_file, bool new_value);
82 void ApplyRoamingSetting(bool new_value);
H A Dcros_settings.cc131 scoped_ptr<base::Value> new_value(
133 static_cast<base::ListValue*>(new_value.get())->Append(value->DeepCopy());
134 Set(path, *new_value);
141 scoped_ptr<base::Value> new_value(
143 static_cast<base::ListValue*>(new_value.get())->Remove(*value, NULL);
144 Set(path, *new_value);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_message_filter.h69 const base::string16& new_value,
86 const base::NullableString16& new_value,
H A Ddom_storage_message_filter.cc167 const base::string16& new_value,
172 base::NullableString16(new_value, false),
205 const base::NullableString16& new_value,
219 params.new_value = new_value;
164 OnDOMStorageItemSet( const DOMStorageArea* area, const base::string16& key, const base::string16& new_value, const base::NullableString16& old_value, const GURL& page_url) argument
201 SendDOMStorageEvent( const DOMStorageArea* area, const GURL& page_url, const base::NullableString16& key, const base::NullableString16& new_value, const base::NullableString16& old_value) argument
/external/chromium_org/extensions/renderer/
H A Ddom_activity_logger.h55 const v8::Handle<v8::Value>& new_value,
59 const v8::Handle<v8::Value>& new_value,
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Datomicops.h23 Atomic32 new_value,
25 return __sync_val_compare_and_swap(ptr, new_value, old_value);
22 AtomicCompareExchange(volatile Atomic32* ptr, Atomic32 new_value, Atomic32 old_value) argument
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dstatic_instance.h119 int new_value = InterlockedDecrement(&instance_count); local
120 if (new_value == 0) {
/external/libcxxabi/include/
H A Dunwind.h218 uintptr_t new_value) {
220 _UVRSD_UINT32, &new_value);
229 uintptr_t new_value) {
231 _Unwind_SetGR(context, 15, new_value | thumb_bit);
236 uintptr_t new_value);
238 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
217 _Unwind_SetGR(struct _Unwind_Context* context, int index, uintptr_t new_value) argument
228 _Unwind_SetIP(struct _Unwind_Context* context, uintptr_t new_value) argument
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c370 uintptr_t new_value) {
372 , context, index, new_value);
374 ufc->resumeParameters[index] = new_value;
402 uintptr_t new_value) {
404 context, new_value);
406 ufc->resumeLocation = new_value - 1;
369 _Unwind_SetGR(struct _Unwind_Context *context, int index, uintptr_t new_value) argument
401 _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value) argument
H A DUnwindLevel1.c435 uintptr_t new_value) {
438 index, (uint64_t) new_value);
440 unw_set_reg(cursor, index, new_value);
461 uintptr_t new_value) {
463 context, (uint64_t) new_value);
465 unw_set_reg(cursor, UNW_REG_IP, new_value);
434 _Unwind_SetGR(struct _Unwind_Context *context, int index, uintptr_t new_value) argument
460 _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value) argument
/external/chromium_org/base/
H A Denvironment.cc46 const std::string& new_value) OVERRIDE {
47 return SetVarImpl(variable_name, new_value);
81 bool SetVarImpl(const char* variable_name, const std::string& new_value) { argument
84 return !setenv(variable_name, new_value.c_str(), 1);
88 UTF8ToWide(new_value).c_str());
/external/lldb/include/lldb/Interpreter/
H A DOptionValue.h304 SetBooleanValue (bool new_value);
325 SetFormatValue (lldb::Format new_value);
334 SetSInt64Value (int64_t new_value);
340 SetStringValue (const char *new_value);
346 SetUInt64Value (uint64_t new_value);
H A DOptionValueProperties.h183 SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value);
192 SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value);
204 SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value);
210 SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value);
216 SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *new_value);
/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h163 pair<iterator, bool> insert(const value_type& new_value);
323 const value_type& new_value) {
326 if (has_index(new_value.index_)) {
327 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
329 p = make_pair(set_new(new_value.index_, new_value.second), true);
322 insert( const value_type& new_value) argument
/external/chromium_org/tools/gn/
H A Dscope_unittest.cc55 Value new_value(&assignment, "goodbye");
56 new_scope.SetValue("v", new_value, &assignment);
82 Value new_value(&assignment, "goodbye");
83 new_scope.SetValue("v", new_value, &assignment);
120 Value new_value(&assignment, "hello");
121 new_scope.SetValue("v", new_value, &assignment);
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs493 int new_value = 0;
495 new_value = ((StatsCounter)counter).GetValue(filter_pid);
497 new_value = ((StatsTimer)counter).GetValue(filter_pid);
500 int delta = new_value - old_value;
501 SetSubItem(SubItems[column_value_index], new_value);
504 Tag = new_value;
/external/regex-re2/util/
H A Dsparse_array.h163 pair<iterator, bool> insert(const value_type& new_value);
322 const value_type& new_value) {
325 if (has_index(new_value.index_)) {
326 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
328 p = make_pair(set_new(new_value.index_, new_value.second), true);
321 insert( const value_type& new_value) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.cc57 const base::Value* value = i->new_value();
104 if (i->new_value())
H A Dsyncable_settings_storage.cc371 base::Value* new_value,
373 DCHECK(new_value);
374 WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value);
383 changes->push_back(ValueStoreChange(key, NULL, new_value));
390 base::Value* new_value,
393 DCHECK(new_value);
394 WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value);
403 changes->push_back(ValueStoreChange(key, old_value, new_value));
369 OnSyncAdd( const std::string& key, base::Value* new_value, ValueStoreChangeList* changes) argument
387 OnSyncUpdate( const std::string& key, base::Value* old_value, base::Value* new_value, ValueStoreChangeList* changes) argument
H A Dsyncable_settings_storage.h87 base::Value* new_value,
92 base::Value* new_value,
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.h89 void set_is_default_browser_dialog_suppressed(bool new_value) { argument
90 is_default_browser_dialog_suppressed_ = new_value;
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_thinning.h57 float AdjustScale(float new_value,

Completed in 1070 milliseconds

1234567891011>>