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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 55 Py_INCREF(Py_None);
56 return Py_None;
195 Py_INCREF(Py_None);
196 return Py_None;
208 Py_INCREF(Py_None);
209 return Py_None;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 55 Py_INCREF(Py_None);
56 return Py_None;
195 Py_INCREF(Py_None);
196 return Py_None;
208 Py_INCREF(Py_None);
209 return Py_None;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
py_curses.h 171 Py_INCREF(Py_None); \
172 return Py_None; }
weakrefobject.h 18 /* The object to which this is a weak reference, or Py_None if none.
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
79 : Py_None)
datetime.h 215 min, sec, usec, Py_None, PyDateTimeAPI->DateTimeType)
219 Py_None, PyDateTimeAPI->TimeType)
object.h 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
py_curses.h 171 Py_INCREF(Py_None); \
172 return Py_None; }
weakrefobject.h 18 /* The object to which this is a weak reference, or Py_None if none.
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
79 : Py_None)
datetime.h 215 min, sec, usec, Py_None, PyDateTimeAPI->DateTimeType)
219 Py_None, PyDateTimeAPI->TimeType)
object.h 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 301 #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
760 __pyx_r = Py_None; __Pyx_INCREF(Py_None);
    [all...]
qavltree.c 301 #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
708 values[0] = ((PyObject *)Py_None);
    [all...]
qbintree.c 301 #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
708 values[0] = ((PyObject *)Py_None);
    [all...]
qrbtree.c 301 #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
708 values[0] = ((PyObject *)Py_None);
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c     [all...]
  /external/linux-tools-perf/util/
python.c 520 Py_INCREF(Py_None);
521 return Py_None;
598 Py_INCREF(Py_None);
599 return Py_None;
703 Py_INCREF(Py_None);
704 return Py_None;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 238 if (PyDict_SetItem(self->cur_file_data, t, Py_None) < 0) {
420 ret = PyDict_SetItem(self->cur_file_data, this_line, Py_None);

Completed in 995 milliseconds