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

  /external/chromium_org/mojo/public/python/src/
python_system_helper.cc 104 PyObject* args_tuple = Py_BuildValue("(i)", mojo_result); variable
105 if (!args_tuple) {
110 PyObject* result = PyObject_CallObject(callable_, args_tuple);
111 Py_DECREF(args_tuple); variable
  /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/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py     [all...]

Completed in 192 milliseconds