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

  /external/autotest/client/bin/
package.py 234 opt_args = ''
237 opt_args = opt_args + '--nodeps'
238 install_command = 'rpm %s -U %s' % (opt_args, package)
241 opt_args = opt_args + '--force-depends'
242 install_command = 'dpkg %s -i %s' % (opt_args, package)
  /external/curl/scripts/
zsh.pl 24 typeset -A opt_args
  /art/cmdline/
cmdline_parser_test.cc 379 const char *opt_args = "-Xrunjdwp:transport=dt_socket,address=8000,server=y"; local
381 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions);
394 const char *opt_args = "-agentlib:jdwp=transport=dt_socket,address=localhost:6500,server=n"; local
396 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 498 opt_args = test_support.args_from_interpreter_flags()
499 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 516 opt_args = test_support.args_from_interpreter_flags()
517 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 499 opt_args = test_support.args_from_interpreter_flags()
500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 499 opt_args = test_support.args_from_interpreter_flags()
500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 499 opt_args = test_support.args_from_interpreter_flags()
500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 499 opt_args = test_support.args_from_interpreter_flags()
500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
    [all...]

Completed in 195 milliseconds