Searched refs:first_name (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Interpreter/ |
D | CommandObject.cpp | 601 const char *first_name = GetArgumentName (arg_entry[0].arg_type); in GetFormattedCommandArguments() local 606 str.Printf ("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments() 609 str.Printf ("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments() 612 … str.Printf ("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments() 615 … str.Printf ("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments() 618 … str.Printf ("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments() 621 …str.Printf ("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments()
|
/external/lldb/examples/python/ |
D | pytracer.py | 322 print_keyword_args(first_name="John", last_name="Doe")
|