HomeSort by relevance Sort by last modified time
    Searched refs:first_name (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Interpreter/
CommandObject.cpp 601 const char *first_name = GetArgumentName (arg_entry[0].arg_type); local
606 str.Printf ("<%s> <%s>", first_name, second_name);
609 str.Printf ("[<%s> <%s>]", first_name, second_name);
612 str.Printf ("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, first_name, second_name);
615 str.Printf ("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, first_name, second_name);
618 str.Printf ("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, first_name, second_name);
621 str.Printf ("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, first_name, second_name)
    [all...]
  /external/lldb/examples/python/
pytracer.py 322 print_keyword_args(first_name="John", last_name="Doe")

Completed in 167 milliseconds