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

  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 56 command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_regexp-attach', '<args>')
57 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_regexp-break', '<args>')
58 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_regexp-bt', '<args>')
59 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_regexp-down', '<args>')
60 command -complete=custom,s:CompleteCommand -nargs=* Lregexptbreak python ctrl.doCommand('_regexp-tbreak', '<args>')
61 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdisplay python ctrl.doCommand('_regexp-display', '<args>')
62 command -complete=custom,s:CompleteCommand -nargs=* Lregexpundisplay python ctrl.doCommand('_regexp-undisplay', '<args>')
63 command -complete=custom,s:CompleteCommand -nargs=* Lregexpup python ctrl.doCommand('_regexp-up', '<args>')
65 command -complete=custom,s:CompleteCommand -nargs=* Lapropos python ctrl.doCommand('apropos', '<args>')
66 command -complete=custom,s:CompleteCommand -nargs=* Lbacktrace python ctrl.doCommand('bt', '<args>'
    [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 129 """ Like doCommand, but suppress output when "select" is the first argument."""
131 return self.doCommand(command, args, "select" != a[0], True)
139 self.doCommand("process", args)
214 self.doCommand("target", args)
232 FIXME: switch to doCommand("continue", ...) to handle -i ignore-count param.
267 self.doCommand("breakpoint", args, show_output)
300 def doCommand(self, command, command_args, print_on_success = True, goto_file=False):
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 38 static bool doCommand(JNIEnv* env, jstring javaCommand,
46 ALOGD("doCommand: %s", command.c_str());
65 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
73 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
82 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 160 milliseconds