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

  /external/linux-tools-perf/perf-3.12.0/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...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 544 result = PyInt_FromLong(value);
550 result = PyInt_FromLong(value);
559 result = PyInt_FromLong(value);
569 result = PyInt_FromLong(static_cast<uint64>(value));
573 result = PyInt_FromLong(static_cast<uint32>(value));
609 result = PyInt_FromLong(unknown_field_set->field(i).varint());
618 result = PyInt_FromLong(enum_value->number());
824 result = PyInt_FromLong(value);
867 result = PyInt_FromLong(enum_value->number())
    [all...]
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 176 PythonObject(PyInt_FromLong(value))
207 PythonObject::Reset(PyInt_FromLong(value));
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 322 return PyInt_FromLong((long)ival);
482 return PyInt_FromLong((long) value);
490 return PyInt_FromLong((long) value);
ImportExport.c 53 PyObject *py_level = PyInt_FromLong(1);
74 PyObject *py_level = PyInt_FromLong(level);
ModuleSetupCode.c 53 #define PyInt_FromSsize_t(z) PyInt_FromLong(z)
235 #define PyInt_FromLong PyLong_FromLong
252 #define __Pyx_PyInt_FromHash_t PyInt_FromLong
StringTools.c 777 pyval = PyInt_FromLong(value);
  /external/lldb/scripts/Python/
python-typemaps.swig 340 PyObject* item = PyInt_FromLong($1[j]);
  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 165 return PyInt_FromLong(self->fd);
  /external/chromium_org/third_party/bintrees/bintrees/
qavltree.c 50 #define PyInt_FromSsize_t(z) PyInt_FromLong(z)
173 #define PyInt_FromLong PyLong_FromLong
187 #define __Pyx_PyInt_FromHash_t PyInt_FromLong
    [all...]
qbintree.c 50 #define PyInt_FromSsize_t(z) PyInt_FromLong(z)
173 #define PyInt_FromLong PyLong_FromLong
187 #define __Pyx_PyInt_FromHash_t PyInt_FromLong
    [all...]
qrbtree.c 50 #define PyInt_FromSsize_t(z) PyInt_FromLong(z)
173 #define PyInt_FromLong PyLong_FromLong
187 #define __Pyx_PyInt_FromHash_t PyInt_FromLong
    [all...]
cwalker.c 50 #define PyInt_FromSsize_t(z) PyInt_FromLong(z)
173 #define PyInt_FromLong PyLong_FromLong
187 #define __Pyx_PyInt_FromHash_t PyInt_FromLong
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
dict.pxd 131 # object o = PyInt_FromLong(i);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 40 #define MyInt_FromLong(l) PyInt_FromLong(l)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 1060 obj = PyInt_FromLong(perf__constants[i].value);
  /external/chromium_org/third_party/simplejson/
_speedups.c 28 #define PyInt_FromSsize_t PyInt_FromLong
    [all...]

Completed in 79 milliseconds