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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc 141 Py_DECREF(self->full_name);
142 Py_DECREF(self->name);
143 Py_DECREF(self->cpp_type);
144 Py_DECREF(self->label);
145 Py_DECREF(self->id);
python-proto2.cc 328 Py_DECREF(repr);
345 Py_DECREF(s);
447 Py_DECREF(repr);
450 Py_DECREF(unicode);
481 Py_DECREF(encoded_string);
493 Py_DECREF(encoded_string);
795 Py_DECREF(s);
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 182 Py_DECREF(encoded);
189 Py_DECREF(encoded);
197 Py_DECREF(encoded);
213 Py_DECREF(_asdict);
362 Py_DECREF(uni);
429 Py_DECREF(decoder);
436 Py_DECREF(exc);
451 Py_DECREF(ustr);
469 Py_DECREF(ustr);
489 Py_DECREF(rval)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 242 Py_DECREF(t);
336 Py_DECREF(args);
361 Py_DECREF(file_data);
378 Py_DECREF(tracename);
421 Py_DECREF(this_line);
687 Py_DECREF(mod);
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 89 Py_DECREF(t);
135 Py_DECREF(t);
320 Py_DECREF(dict);
323 Py_DECREF(t);
351 Py_DECREF(retval);
427 Py_DECREF(retval);
  /external/chromium_org/third_party/bintrees/bintrees/
qavltree.c 439 #define __Pyx_DECREF(r) Py_DECREF(r)
470 Py_DECREF(j);
    [all...]
qbintree.c 439 #define __Pyx_DECREF(r) Py_DECREF(r)
470 Py_DECREF(j);
    [all...]
qrbtree.c 439 #define __Pyx_DECREF(r) Py_DECREF(r)
470 Py_DECREF(j);
    [all...]
cwalker.c 423 #define __Pyx_DECREF(r) Py_DECREF(r)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
662 The macros Py_INCREF(op) and Py_DECREF(op) are used to increment or decrement
663 reference counts. Py_DECREF calls the object's deallocator function when
688 *** WARNING*** The Py_DECREF macro must have a side-effect-free argument
769 #define Py_DECREF(op) \
817 Py_DECREF(_py_tmp); \
823 #define Py_XDECREF(op) do { if ((op) == NULL) ; else Py_DECREF(op); } while (0)
830 PyAPI_FUNC(void) Py_DecRef(PyObject *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
662 The macros Py_INCREF(op) and Py_DECREF(op) are used to increment or decrement
663 reference counts. Py_DECREF calls the object's deallocator function when
688 *** WARNING*** The Py_DECREF macro must have a side-effect-free argument
769 #define Py_DECREF(op) \
817 Py_DECREF(_py_tmp); \
823 #define Py_XDECREF(op) do { if ((op) == NULL) ; else Py_DECREF(op); } while (0)
830 PyAPI_FUNC(void) Py_DecRef(PyObject *);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 58 cdef void Py_DECREF(object o)
symrec.pxi 100 Py_DECREF(<object>data)
  /external/linux-tools-perf/util/
python.c 640 Py_DECREF(file);
644 Py_DECREF(file);
899 Py_DECREF(obj);

Completed in 118 milliseconds