Home
last modified time | relevance | path

Searched refs:SetCurrentValue (Results 1 – 24 of 24) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValue.cpp339 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()
DOptionGroupFormat.cpp184 m_format.SetCurrentValue (format); in SetOptionValue()
188 m_byte_size.SetCurrentValue (byte_size); in SetOptionValue()
193 m_count.SetCurrentValue(count); in SetOptionValue()
DOptionGroupVariable.cpp92 error = summary.SetCurrentValue(option_arg); in SetOptionValue()
95 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
DOptionValueString.cpp138 SetCurrentValue (value_cstr); in SetValueFromCString()
153 OptionValueString::SetCurrentValue (const char *value) in SetCurrentValue() function in OptionValueString
DOptionGroupOutputFile.cpp65 m_append.SetCurrentValue(true); in SetOptionValue()
DOptionGroupBoolean.cpp53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
/external/lldb/include/lldb/Interpreter/
DOptionValueString.h173 SetCurrentValue(value);
190 SetCurrentValue (const char *value);
DOptionValueFileSpecList.h94 SetCurrentValue (const FileSpecList &value) in SetCurrentValue() function
DOptionValueRegex.h78 SetCurrentValue (const char *value, uint32_t regex_flags) in SetCurrentValue() function
DOptionValueUUID.h87 SetCurrentValue (const UUID &value) in SetCurrentValue() function
DOptionValueBoolean.h120 SetCurrentValue (bool value) in SetCurrentValue() function
DOptionValueFormat.h89 SetCurrentValue (lldb::Format value) in SetCurrentValue() function
DOptionValueUInt64.h116 SetCurrentValue (uint64_t value) in SetCurrentValue() function
DOptionValueEnumeration.h104 SetCurrentValue (enum_type value) in SetCurrentValue() function
DOptionValueFileSpec.h97 SetCurrentValue (const FileSpec &value, bool set_value_was_set) in SetCurrentValue() function
DOptionValueArch.h119 SetCurrentValue (const ArchSpec &value, bool set_value_was_set) in SetCurrentValue() function
DOptionValueSInt64.h118 SetCurrentValue (int64_t value) in SetCurrentValue() function
/external/chromium_org/ui/gfx/animation/
Dlinear_animation.h36 void SetCurrentValue(double new_value);
Dlinear_animation.cc48 void LinearAnimation::SetCurrentValue(double new_value) { in SetCurrentValue() function in gfx::LinearAnimation
/external/lldb/source/Commands/
DCommandObjectRegister.cpp317 dump_all_sets.SetCurrentValue (true); in SetOptionValue()
325 alternate_name.SetCurrentValue (true); in SetOptionValue()
DCommandObjectCommands.cpp94 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue()
104 m_clear.SetCurrentValue(true); in SetOptionValue()
DCommandObjectMemory.cpp676 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1012 show_url_animation_->SetCurrentValue(show_value); in ShowURL()
1603 hide_url_animation_->SetCurrentValue(hide_value); in HideURL()
/external/lldb/source/Target/
DTarget.cpp2532 return value->SetCurrentValue(arch, true); in SetDefaultArchitecture()