Home
last modified time | relevance | path

Searched refs:TargetProperties (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Target/
DTarget.cpp63 TargetProperties (this), in Target()
2497 TargetProperties::TargetProperties (Target *target) : in TargetProperties() function in TargetProperties
2515 TargetProperties::~TargetProperties () in ~TargetProperties()
2519 TargetProperties::GetDefaultArchitecture () const in GetDefaultArchitecture()
2528 TargetProperties::SetDefaultArchitecture (const ArchSpec& arch) in SetDefaultArchitecture()
2536 TargetProperties::GetPreferDynamicValue() const in GetPreferDynamicValue()
2543 TargetProperties::GetDisableASLR () const in GetDisableASLR()
2550 TargetProperties::SetDisableASLR (bool b) in SetDisableASLR()
2557 TargetProperties::GetDisableSTDIO () const in GetDisableSTDIO()
2564 TargetProperties::SetDisableSTDIO (bool b) in SetDisableSTDIO()
[all …]
/external/lldb/include/lldb/Target/
DTarget.h61 class TargetProperties : public Properties
64 TargetProperties(Target *target);
67 ~TargetProperties();
176 typedef std::shared_ptr<TargetProperties> TargetPropertiesSP;
313 public TargetProperties,
/external/chromium_org/cc/animation/
Dlayer_animation_controller.h152 typedef base::hash_set<int> TargetProperties; typedef
Dlayer_animation_controller.cc624 TargetProperties blocked_properties_for_active_observers; in StartAnimations()
625 TargetProperties blocked_properties_for_pending_observers; in StartAnimations()
656 TargetProperties enqueued_properties; in StartAnimations()
679 for (TargetProperties::iterator p_iter = enqueued_properties.begin(); in StartAnimations()
/external/lldb/source/API/
DSBValue.cpp1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/external/lldb/source/Core/
DDebugger.cpp182 load_script_old_value = target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
204 … if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == eLoadScriptFromSymFileTrue) in SetPropertyValue()
DModule.cpp1326 LoadScriptFromSymFile shoud_load = target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()