Home
last modified time | relevance | path

Searched refs:existing_command (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp807 StringRef existing_command = existing.substr(0, pos); in mergeCompletion() local
810 existing_command = removeLastToken(existing_command); in mergeCompletion()
814 existing_command = dropUnrelatedFrontTokens(existing_command); in mergeCompletion()
815 return existing_command.str() + completion.str(); in mergeCompletion()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py535 def _screen_create_command_textbox(self, existing_command=None): argument
555 self._auto_key_in(existing_command)
567 existing_command = self._active_command_history[-self._command_pointer]
569 existing_command = self._pending_command
570 self._screen_create_command_textbox(existing_command)
Dcurses_ui_test.py122 def _screen_create_command_textbox(self, existing_command=None): argument
133 self.existing_commands.append(existing_command)
134 self._curr_existing_command = existing_command