Searched defs:parsed_line (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c768 char *line = NULL, *parsed_line, *tmp, *tmp2, *c; local
786 parsed_line = line;
815 parsed_line = tmp2 + 1;
818 dl = disasm_line__new(offset, parsed_line, privsize);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1873 CommandInterpreter::HandleCompletionMatches (Args &parsed_line, argument
1896 CommandObject *cmd_obj = GetCommandObject (parsed_line.GetArgumentAtIndex(0), &matches);
1902 && strcmp (parsed_line.GetArgumentAtIndex(0), matches.GetStringAtIndex(0)) == 0)
1907 parsed_line.AppendArgument ("");
1918 CommandObject *command_object = GetCommandObject (parsed_line.GetArgumentAtIndex(0));
1925 parsed_line.Shift();
1927 num_command_matches = command_object->HandleCompletion (parsed_line,
1949 // We parse the argument up to the cursor, so the last argument in parsed_line is
1952 Args parsed_line(current_line, last_char - current_line);
1957 const char *first_arg = parsed_line
[all...]

Completed in 251 milliseconds