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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ExtensionTypes.c 40 static void __Pyx_call_next_tp_clear(PyObject* obj, inquiry current_tp_dealloc);
44 static void __Pyx_call_next_tp_clear(PyObject* obj, inquiry current_tp_clear) {
CythonFunction.c 639 (inquiry) __Pyx_CyFunction_clear, /*tp_clear*/
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
locale.pxd 45 # 7.11.2 Numeric formatting convention inquiry
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 157 typedef inquiry lenfunc;
pyopers.swg 129 %pybinoperator(__nonzero__, *::operator bool, inquiry, nb_nonzero);
pyrun.swg 689 (inquiry)0, /*nb_nonzero*/
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 591 inquiry = Signature("T", "i") # typedef int (*inquiry)(PyObject *); variable
671 MethodSlot(inquiry, "nb_nonzero", "__nonzero__", py3 = ("nb_bool", "__bool__")),
    [all...]
  /external/blktrace/doc/
blktrace.tex 206 3,0 0 25 0.004884107 13528 G R 0 + 0 [inquiry]
207 3,0 0 26 0.004890361 13528 I R 56 (12 00 00 00 38 ..) [inquiry]
208 3,0 0 27 0.004891223 13528 P R [inquiry]
209 3,0 0 28 0.004893250 13528 D R 56 (12 00 00 00 38 ..) [inquiry]
213 Here we see a program issuing an INQUIRY command to the CDROM device.
    [all...]

Completed in 148 milliseconds