Home
last modified time | relevance | path

Searched refs:partial_name (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dselected_keyword_view.cc78 const base::string16 partial_name = is_extension_keyword ? in SetKeyword() local
82 full_label_.text() : partial_name); in SetKeyword()
/external/lldb/source/Commands/
DCommandCompletions.cpp437 const char *partial_name, in PlatformPluginNames() argument
444 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches); in PlatformPluginNames()
451 const char *partial_name, in ArchitectureNames() argument
458 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches); in ArchitectureNames()
466 const char *partial_name, in VariablePath() argument
473 …return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_comp… in VariablePath()
DCommandObjectProcess.cpp485 const char *partial_name = NULL; in HandleOptionArgumentCompletion() local
486 partial_name = input.GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()
493 if (partial_name) in HandleOptionArgumentCompletion()
495 … match_info.GetProcessInfo().GetExecutableFile().SetFile(partial_name, false); in HandleOptionArgumentCompletion()
/external/lldb/include/lldb/Host/
DFileSpec.h652 ResolvePartialUsername (const char *partial_name, StringList &matches);
/external/lldb/include/lldb/Core/
DPluginManager.h229 AutoCompletePlatformName (const char *partial_name,
/external/lldb/source/Host/common/
DFileSpec.cpp150 FileSpec::ResolvePartialUsername (const char *partial_name, StringList &matches) in ResolvePartialUsername() argument
157 const char *name_start = partial_name + 1; in ResolvePartialUsername()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h403 const char *partial_name,
DSymbolFileDWARF.cpp3417 const char *partial_name, in FunctionDieMatchesPartialName() argument
3445 if (base_name_start != partial_name || *base_name_end != '\0') in FunctionDieMatchesPartialName()
3482 std::string name_no_parens(partial_name, base_name_end - partial_name); in FunctionDieMatchesPartialName()
3492 if (partial_name[0] == ':' && partial_name[1] == ':') in FunctionDieMatchesPartialName()