Searched refs:AppendProperty (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 102 xccl.AppendProperty('buildConfigurations', xcbc) 298 run_target.AppendProperty('buildPhases', ssbp) 706 pbxp.AppendProperty('targets', xct) 737 pbxp.AppendProperty('targets', support_xct) 783 support_xct.AppendProperty('buildPhases', ssbp) 1064 support_xct.AppendProperty('buildPhases', ssbp) 1173 xct.AppendProperty('buildPhases', ssbp)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 835 def AppendProperty(self, key, value): member in XCObject 1162 self.AppendProperty('children', child) 1849 self.AppendProperty('files', pbxbuildfile) 2174 self.AppendProperty('dependencies', dependency) 2187 self.AppendProperty('dependencies', dependency) 2434 self.AppendProperty('buildPhases', sources_phase) 2442 self.AppendProperty('buildPhases', frameworks_phase) 2472 self.FrameworksPhase().AppendProperty('files', 2724 self.AppendProperty('projectReferences', ref_dict)
|
/external/lldb/source/Core/ |
D | PluginManager.cpp | 1888 parent_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPlugins() 1900 plugin_properties_sp->AppendProperty (plugin_type_name, in GetDebuggerPropertyForPlugins() 1928 parent_properties_sp->AppendProperty (plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() 1940 plugin_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPluginsOldStyle() 1979 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForDynamicLoaderPlugin() 2017 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForPlatformPlugin() 2055 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForProcessPlugin()
|
D | Debugger.cpp | 652 m_collection_sp->AppendProperty (ConstString("target"), in Debugger() 658 m_collection_sp->AppendProperty (ConstString("interpreter"), in Debugger()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 237 AppendProperty(const ConstString &name,
|
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 83 OptionValueProperties::AppendProperty(const ConstString &name, in AppendProperty() function in OptionValueProperties
|
/external/lldb/source/Target/ |
D | Target.cpp | 2508 m_collection_sp->AppendProperty(ConstString("process"), in TargetProperties()
|
D | Process.cpp | 125 m_collection_sp->AppendProperty(ConstString("thread"), in ProcessProperties()
|