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

  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 132 largs = list(args)
136 largs.insert(0, self.current_device)
137 largs.insert(0, "-s")
139 largs.insert(0, self.adb_path)
140 return largs
144 largs = self._prepare_adb_args(args)
148 print "### " + str(largs)
149 p = subprocess.Popen(largs)
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 391 # Push the retrieved argument/value onto the largs stack
392 if argstr: self.cmdline.largs.append(argstr)
393 if value: self.cmdline.largs.append(value)
589 # "largs" = already parsed, "left" of the read head
591 self.largs = []
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 308 milliseconds