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

  /external/toolchain-utils/crosperf/
generate_report_unittest.py 113 def _RunMainWithInput(self, args, input_obj):
116 input_buf = _ContextualStringIO(json.dumps(input_obj))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
stropmodule.c 952 PyObject *input_obj; local
959 if (!PyArg_ParseTuple(args, "St#|t#:translate", &input_obj,
969 inlen = PyString_GET_SIZE(input_obj);
974 input = PyString_AsString(input_obj);
986 Py_INCREF(input_obj);
987 return input_obj;
1005 Py_INCREF(input_obj);
1006 return input_obj;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
stropmodule.c 950 PyObject *input_obj; local
957 if (!PyArg_ParseTuple(args, "St#|t#:translate", &input_obj,
967 inlen = PyString_GET_SIZE(input_obj);
972 input = PyString_AsString(input_obj);
984 Py_INCREF(input_obj);
985 return input_obj;
1003 Py_INCREF(input_obj);
1004 return input_obj;
    [all...]
  /external/python/cpython2/Modules/
stropmodule.c 952 PyObject *input_obj; local
959 if (!PyArg_ParseTuple(args, "St#|t#:translate", &input_obj,
969 inlen = PyString_GET_SIZE(input_obj);
974 input = PyString_AsString(input_obj);
986 Py_INCREF(input_obj);
987 return input_obj;
1005 Py_INCREF(input_obj);
1006 return input_obj;
    [all...]
  /external/python/cpython2/Objects/
bytesobject.c 2111 PyObject *input_obj = (PyObject*)self; local
    [all...]
stringobject.c 2209 PyObject *input_obj = (PyObject*)self; local
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 2104 PyObject *input_obj = (PyObject*)self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2203 PyObject *input_obj = (PyObject*)self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 2184 PyObject *input_obj = (PyObject*)self; local
    [all...]

Completed in 305 milliseconds