Home
last modified time | relevance | path

Searched refs:property_path (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h49 llvm::StringRef property_path,
55 llvm::StringRef property_path,
59 Stream &strm, llvm::StringRef property_path,
DDebugger.h238 VarSetOperationType op, llvm::StringRef property_path,
/external/icing/icing/result/
Dsnippet-retriever.cc70 const std::string& property_path) { in AddIndexToPath() argument
72 return property_path; in AddIndexToPath()
74 return absl_ports::StrCat(property_path, kLBracket, std::to_string(index), in AddIndexToPath()
351 const std::string& property_path, in GetEntriesFromProperty() argument
360 current_property->string_values_size(), /*index=*/i, property_path)); in GetEntriesFromProperty()
377 SectionData data = {property_path, value}; in GetEntriesFromProperty()
443 std::string property_path = in RetrieveSnippetForSection() local
447 GetEntriesFromProperty(current_property, property_path, matcher, tokenizer, in RetrieveSnippetForSection()
454 current_property->document_values_size(), /*index=*/i, property_path); in RetrieveSnippetForSection()
/external/llvm-project/lldb/source/Core/
DUserSettingsController.cpp73 llvm::StringRef property_path, in DumpPropertyValue() argument
77 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
DDebugger.cpp178 llvm::StringRef property_path, in SetPropertyValue() argument
181 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue()
183 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue()
185 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue()
197 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue()
200 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue()
211 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue()
215 } else if (property_path == g_debugger_properties[ePropertyUseSourceCache].name) { in SetPropertyValue()
/external/icing/icing/testing/
Dsnippet-helpers.cc81 std::string_view property_path) { in GetString() argument
83 absl_ports::StrSplit(property_path, kPropertySeparator); in GetString()
Dsnippet-helpers.h51 std::string_view property_path);
/external/autotest/client/cros/
Ddhcpv6_test_base.py91 [ proxy.get_dbus_object(ipconfig_object, property_path)
92 for property_path in device_properties['IPConfigs'] ]))
Ddhcp_test_base.py127 [ proxy.get_dbus_object(ipconfig_object, property_path)
128 for property_path in device_properties['IPConfigs'] ]))
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h51 Stream &strm, llvm::StringRef property_path,
89 llvm::StringRef property_path) const;
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp537 llvm::StringRef property_path, in DumpPropertyValue() argument
542 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
546 strm.PutCString(property_path); in DumpPropertyValue()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp535 const char *property_path = arg.c_str(); in DoExecute() local
539 &m_exe_ctx, will_modify, property_path); in DoExecute()
546 property_path); in DoExecute()