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

  /external/autotest/client/common_lib/cros/fake_device_server/
common_util.py 48 def parse_common_args(args_tuple, kwargs, supported_operations=set()):
51 |args_tuple| should contain all the sections of the URL after CherryPy
54 parse_common_args(args_tuple=[<id>, <method_name>]).
57 one of supported_operations as a second argument (in the args_tuple).
59 @param args_tuple: Tuple of positional args.
64 A 3-tuple containing the id parsed from the args_tuple, api_key,
66 and args_tuple contains one of the supported ops.
72 args = list(args_tuple)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
326 args = args_tuple(object, errors);
373 args = args_tuple(object, errors);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
326 args = args_tuple(object, errors);
373 args = args_tuple(object, errors);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 492 args_tuple = (
496 yield (test, args_tuple)
505 test, args_tuple = next(pending)
510 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 509 args_tuple = (
514 yield (test, args_tuple)
526 test, args_tuple = next(pending)
531 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 493 args_tuple = (
497 yield (test, args_tuple)
506 test, args_tuple = next(pending)
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 493 args_tuple = (
497 yield (test, args_tuple)
506 test, args_tuple = next(pending)
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 493 args_tuple = (
497 yield (test, args_tuple)
506 test, args_tuple = next(pending)
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 493 args_tuple = (
497 yield (test, args_tuple)
506 test, args_tuple = next(pending)
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /external/python/cpython2/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
351 args = args_tuple(object, errors);
395 args = args_tuple(object, errors);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 2208 PyObject *args_tuple; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 2191 PyObject *args_tuple; local
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 2195 PyObject *args_tuple; local
    [all...]
  /external/python/cpython3/Python/
codecs.c 233 PyObject *args_tuple(PyObject *object, function
420 args = args_tuple(object, errors);
466 args = args_tuple(object, errors);
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 2656 PyObject *args_tuple; local
    [all...]

Completed in 763 milliseconds