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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /external/linux-tools-perf/src/tools/perf/util/scripting-engines/
trace-event-python.c 92 PyTuple_SetItem(t, n++, PyInt_FromLong(value));
287 PyTuple_SetItem(t, n++, PyInt_FromLong(cpu));
288 PyTuple_SetItem(t, n++, PyInt_FromLong(s));
289 PyTuple_SetItem(t, n++, PyInt_FromLong(ns));
290 PyTuple_SetItem(t, n++, PyInt_FromLong(pid));
293 pydict_set_item_string_decref(dict, "common_cpu", PyInt_FromLong(cpu));
294 pydict_set_item_string_decref(dict, "common_s", PyInt_FromLong(s));
295 pydict_set_item_string_decref(dict, "common_ns", PyInt_FromLong(ns));
296 pydict_set_item_string_decref(dict, "common_pid", PyInt_FromLong(pid));
314 obj = PyInt_FromLong(val)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 44 #define PyInt_FromLong PyLong_FromLong
88 return PyInt_FromLong(self->descriptor->cpp_type());
92 return PyInt_FromLong(self->descriptor->label());
message.cc 65 #define PyInt_FromLong PyLong_FromLong
    [all...]
extension_dict.cc 85 return PyInt_FromLong(PyDict_Size(self->values));
repeated_scalar_container.cc 50 #define PyInt_FromLong PyLong_FromLong
215 result = PyInt_FromLong(value);
258 result = PyInt_FromLong(enum_value->number());
repeated_composite_container.cc 52 #define PyInt_FromLong PyLong_FromLong
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 7 #define PyInt_FromLong(x) PyLong_FromLong(x)
179 #define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
pyprimtypes.swg 34 return PyInt_FromLong((long) value);
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 176 PythonObject(PyInt_FromLong(value))
207 PythonObject::Reset(PyInt_FromLong(value));
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
cext.h 160 #define PyInt_FromSsize_t(arg) PyInt_FromLong((long)arg)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/include/
cext.h 160 #define PyInt_FromSsize_t(arg) PyInt_FromLong((long)arg)
  /external/lldb/scripts/Python/
python-typemaps.swig 340 PyObject* item = PyInt_FromLong($1[j]);
  /external/libxml2/python/
types.c 19 #define PY_IMPORT_INT PyInt_FromLong
  /external/linux-tools-perf/src/tools/perf/util/
python.c 1060 obj = PyInt_FromLong(perf__constants[i].value);

Completed in 701 milliseconds