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

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

Completed in 194 milliseconds