/external/llvm-project/lldb/include/lldb/Core/ |
D | UserSettingsController.h | 49 llvm::StringRef property_path, 55 llvm::StringRef property_path, 59 Stream &strm, llvm::StringRef property_path,
|
D | Debugger.h | 238 VarSetOperationType op, llvm::StringRef property_path,
|
/external/icing/icing/result/ |
D | snippet-retriever.cc | 70 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/ |
D | UserSettingsController.cpp | 73 llvm::StringRef property_path, in DumpPropertyValue() argument 77 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
|
D | Debugger.cpp | 178 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/ |
D | snippet-helpers.cc | 81 std::string_view property_path) { in GetString() argument 83 absl_ports::StrSplit(property_path, kPropertySeparator); in GetString()
|
D | snippet-helpers.h | 51 std::string_view property_path);
|
/external/autotest/client/cros/ |
D | dhcpv6_test_base.py | 91 [ proxy.get_dbus_object(ipconfig_object, property_path) 92 for property_path in device_properties['IPConfigs'] ]))
|
D | dhcp_test_base.py | 127 [ proxy.get_dbus_object(ipconfig_object, property_path) 128 for property_path in device_properties['IPConfigs'] ]))
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 51 Stream &strm, llvm::StringRef property_path, 89 llvm::StringRef property_path) const;
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 537 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/ |
D | CommandObjectSettings.cpp | 535 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()
|