/external/lldb/source/Interpreter/ |
D | OptionValue.cpp | 339 option_value->SetCurrentValue(new_value); in SetBooleanValue() 360 option_value->SetCurrentValue(value); in SetEnumerationValue() 382 option_value->SetCurrentValue(file_spec, false); in SetFileSpecValue() 413 option_value->SetCurrentValue(new_value); in SetFormatValue() 444 option_value->SetCurrentValue(new_value); in SetSInt64Value() 465 option_value->SetCurrentValue(new_value); in SetStringValue() 486 option_value->SetCurrentValue(new_value); in SetUInt64Value() 507 option_value->SetCurrentValue(uuid); in SetUUIDValue()
|
D | OptionGroupFormat.cpp | 184 m_format.SetCurrentValue (format); in SetOptionValue() 188 m_byte_size.SetCurrentValue (byte_size); in SetOptionValue() 193 m_count.SetCurrentValue(count); in SetOptionValue()
|
D | OptionGroupVariable.cpp | 92 error = summary.SetCurrentValue(option_arg); in SetOptionValue() 95 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
|
D | OptionValueString.cpp | 138 SetCurrentValue (value_cstr); in SetValueFromCString() 153 OptionValueString::SetCurrentValue (const char *value) in SetCurrentValue() function in OptionValueString
|
D | OptionGroupOutputFile.cpp | 65 m_append.SetCurrentValue(true); in SetOptionValue()
|
D | OptionGroupBoolean.cpp | 53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueString.h | 173 SetCurrentValue(value); 190 SetCurrentValue (const char *value);
|
D | OptionValueFileSpecList.h | 94 SetCurrentValue (const FileSpecList &value) in SetCurrentValue() function
|
D | OptionValueRegex.h | 78 SetCurrentValue (const char *value, uint32_t regex_flags) in SetCurrentValue() function
|
D | OptionValueUUID.h | 87 SetCurrentValue (const UUID &value) in SetCurrentValue() function
|
D | OptionValueBoolean.h | 120 SetCurrentValue (bool value) in SetCurrentValue() function
|
D | OptionValueFormat.h | 89 SetCurrentValue (lldb::Format value) in SetCurrentValue() function
|
D | OptionValueUInt64.h | 116 SetCurrentValue (uint64_t value) in SetCurrentValue() function
|
D | OptionValueEnumeration.h | 104 SetCurrentValue (enum_type value) in SetCurrentValue() function
|
D | OptionValueFileSpec.h | 97 SetCurrentValue (const FileSpec &value, bool set_value_was_set) in SetCurrentValue() function
|
D | OptionValueArch.h | 119 SetCurrentValue (const ArchSpec &value, bool set_value_was_set) in SetCurrentValue() function
|
D | OptionValueSInt64.h | 118 SetCurrentValue (int64_t value) in SetCurrentValue() function
|
/external/chromium_org/ui/gfx/animation/ |
D | linear_animation.h | 36 void SetCurrentValue(double new_value);
|
D | linear_animation.cc | 48 void LinearAnimation::SetCurrentValue(double new_value) { in SetCurrentValue() function in gfx::LinearAnimation
|
/external/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 317 dump_all_sets.SetCurrentValue (true); in SetOptionValue() 325 alternate_name.SetCurrentValue (true); in SetOptionValue()
|
D | CommandObjectCommands.cpp | 94 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue() 104 m_clear.SetCurrentValue(true); in SetOptionValue()
|
D | CommandObjectMemory.cpp | 676 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 1012 show_url_animation_->SetCurrentValue(show_value); in ShowURL() 1603 hide_url_animation_->SetCurrentValue(hide_value); in HideURL()
|
/external/lldb/source/Target/ |
D | Target.cpp | 2532 return value->SetCurrentValue(arch, true); in SetDefaultArchitecture()
|