/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyhead.swg | 198 PySequenceMethods as_sequence;
|
pyopers.swg | 19 PyMappingMethods, PySequenceMethods, or PyBufferProcs. For example:
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
ObjectHandling.c | 317 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; 378 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; 438 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; 492 PySequenceMethods* ms = Py_TYPE(obj)->tp_as_sequence; [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
object.h | 287 } PySequenceMethods; 341 PySequenceMethods *tp_as_sequence; 421 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, 566 /* PySequenceMethods contains sq_contains */ 573 /* PySequenceMethods and PyNumberMethods contain in-place operators */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
object.h | 287 } PySequenceMethods; 341 PySequenceMethods *tp_as_sequence; 421 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, 566 /* PySequenceMethods contains sq_contains */ 573 /* PySequenceMethods and PyNumberMethods contain in-place operators */ [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
python.c | 415 static PySequenceMethods pyrf_cpu_map__sequence_methods = { 484 static PySequenceMethods pyrf_thread_map__sequence_methods = { 925 static PySequenceMethods pyrf_evlist__sequence_methods = {
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
TypeSlots.py | 709 PySequenceMethods = ( 755 SuiteSlot(PySequenceMethods, "PySequenceMethods", "tp_as_sequence"), [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-08-09-IllegalX86-64Asm.ll | 12 %struct.PySequenceMethods = type { i64 (%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, i64)*, %struct.PyObject* (%struct.PyObject*, i64)*, %struct.PyObject* (%struct.PyObject*, i64, i64)*, i32 (%struct.PyObject*, i64, %struct.PyObject*)*, i32 (%struct.PyObject*, i64, i64, %struct.PyObject*)*, i32 (%struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, i64)* } 16 %struct._typeobject = type { i64, %struct._typeobject*, i64, i8*, i64, i64, void (%struct.PyObject*)*, i32 (%struct.PyObject*, %struct.FILE*, i32)*, %struct.PyObject* (%struct.PyObject*, i8*)*, i32 (%struct.PyObject*, i8*, %struct.PyObject*)*, i32 (%struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyNumberMethods*, %struct.PySequenceMethods*, %struct.PyMappingMethods*, i64 (%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, i32 (%struct.PyObject*, %struct.PyObject*, %struct.PyObject*)*, %struct.PyBufferProcs*, i64, i8*, i32 (%struct.PyObject*, i32 (%struct.PyObject*, i8*)*, i8*)*, i32 (%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*, i32)*, i64, %struct.PyObject* (%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyMethodDef*, %struct.PyMemberDef*, %struct.PyGetSetDef*, %struct._typeobject*, %struct.PyObject*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*, %struct.PyObject*)*, i32 (%struct.PyObject*, %struct.PyObject*, %struct.PyObject*)*, i64, i32 (%struct.PyObject*, %struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct._typeobject*, i64)*, %struct.PyObject* (%struct._typeobject*, %struct.PyObject*, %struct.PyObject*)*, void (i8*)*, i32 (%struct.PyObject*)*, %struct.PyObject*, %struct.PyObject*, %struct.PyObject*, %struct.PyObject*, %struct.PyObject*, void (%struct.PyObject*)* }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 718 # PySequenceMethods + PyBufferProcs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 718 # PySequenceMethods + PyBufferProcs)
|
/prebuilts/python/darwin-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
qavltree.c | 534 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; [all...] |
qbintree.c | 534 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; [all...] |
qrbtree.c | 534 PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; [all...] |
cwalker.c | [all...] |