Home
last modified time | relevance | path

Searched refs:Py_XDECREF (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/external/python/cpython2/Modules/
Dsignalmodule.c631 Py_XDECREF(x); in initsignal()
636 Py_XDECREF(x); in initsignal()
641 Py_XDECREF(x); in initsignal()
646 Py_XDECREF(x); in initsignal()
651 Py_XDECREF(x); in initsignal()
656 Py_XDECREF(x); in initsignal()
661 Py_XDECREF(x); in initsignal()
666 Py_XDECREF(x); in initsignal()
671 Py_XDECREF(x); in initsignal()
676 Py_XDECREF(x); in initsignal()
[all …]
D_localemodule.c227 Py_XDECREF(x) in PyLocale_localeconv()
233 Py_XDECREF(x) in PyLocale_localeconv()
242 Py_XDECREF(x); in PyLocale_localeconv()
253 Py_XDECREF(x); in PyLocale_localeconv()
267 Py_XDECREF(result); in PyLocale_localeconv()
268 Py_XDECREF(x); in PyLocale_localeconv()
707 Py_XDECREF(x); in init_locale()
711 Py_XDECREF(x); in init_locale()
715 Py_XDECREF(x); in init_locale()
719 Py_XDECREF(x); in init_locale()
[all …]
D_functoolsmodule.c28 Py_XDECREF(result); in functools_reduce()
71 Py_XDECREF(args); in functools_reduce()
72 Py_XDECREF(result); in functools_reduce()
150 Py_XDECREF(pto->fn); in partial_dealloc()
151 Py_XDECREF(pto->args); in partial_dealloc()
152 Py_XDECREF(pto->kw); in partial_dealloc()
153 Py_XDECREF(pto->dict); in partial_dealloc()
200 Py_XDECREF(kwappl); in partial_call()
261 Py_XDECREF(tmp); in partial_set_dict()
Ditertoolsmodule.c55 Py_XDECREF(gbo->it); in groupby_dealloc()
56 Py_XDECREF(gbo->keyfunc); in groupby_dealloc()
57 Py_XDECREF(gbo->tgtkey); in groupby_dealloc()
58 Py_XDECREF(gbo->currkey); in groupby_dealloc()
59 Py_XDECREF(gbo->currvalue); in groupby_dealloc()
97 Py_XDECREF(oldvalue); in groupby_step()
398 Py_XDECREF(obj); in teedataobject_safe_decref()
544 Py_XDECREF(it); in tee_fromiterable()
727 Py_XDECREF(lz->saved); in cycle_dealloc()
728 Py_XDECREF(lz->it); in cycle_dealloc()
[all …]
/external/python/cpython2/Python/
Derrors.c47 Py_XDECREF(oldtype); in PyErr_Restore()
48 Py_XDECREF(oldvalue); in PyErr_Restore()
49 Py_XDECREF(oldtraceback); in PyErr_Restore()
71 Py_XDECREF(value); in PyErr_SetString()
275 Py_XDECREF(val); in _PyErr_ReplaceException()
276 Py_XDECREF(tb); in _PyErr_ReplaceException()
397 Py_XDECREF(name); in PyErr_SetFromErrnoWithFilename()
409 Py_XDECREF(name); in PyErr_SetFromErrnoWithUnicodeFilename()
478 Py_XDECREF(name); in PyErr_SetExcFromWindowsErrWithFilename()
493 Py_XDECREF(name); in PyErr_SetExcFromWindowsErrWithUnicodeFilename()
[all …]
DPython-ast.c434 Py_XDECREF(fields); in ast_type_init()
661 Py_XDECREF(empty_tuple); in add_ast_fields()
2183 Py_XDECREF(value); in ast2obj_mod()
2184 Py_XDECREF(result); in ast2obj_mod()
2560 Py_XDECREF(value); in ast2obj_stmt()
2561 Py_XDECREF(result); in ast2obj_stmt()
2927 Py_XDECREF(value); in ast2obj_expr()
2928 Py_XDECREF(result); in ast2obj_expr()
3014 Py_XDECREF(value); in ast2obj_slice()
3015 Py_XDECREF(result); in ast2obj_slice()
[all …]
D_warnings.c243 Py_XDECREF(zero); in update_registry()
244 Py_XDECREF(altkey); in update_registry()
276 Py_XDECREF(name); in show_warning()
396 Py_XDECREF(to_str); in warn_explicit()
425 Py_XDECREF(res); in warn_explicit()
438 Py_XDECREF(key); in warn_explicit()
439 Py_XDECREF(text); in warn_explicit()
440 Py_XDECREF(lineno_obj); in warn_explicit()
442 Py_XDECREF(message); in warn_explicit()
560 Py_XDECREF(*registry); in setup_context()
[all …]
Dpythonrun.c280 Py_XDECREF(warnings_module); in Py_InitializeEx()
725 Py_XDECREF(bimod); in initmain()
778 Py_XDECREF(v); in PyRun_InteractiveLoopFlags()
783 Py_XDECREF(v); in PyRun_InteractiveLoopFlags()
842 Py_XDECREF(v); in PyRun_InteractiveOneFlags()
843 Py_XDECREF(w); in PyRun_InteractiveOneFlags()
849 Py_XDECREF(v); in PyRun_InteractiveOneFlags()
850 Py_XDECREF(w); in PyRun_InteractiveOneFlags()
1066 Py_XDECREF(*message); in parse_syntax_error()
1216 Py_XDECREF(tb2); in PyErr_PrintEx()
[all …]
/external/python/cpython3/Python/
Derrors.c51 Py_XDECREF(oldtype); in PyErr_Restore()
52 Py_XDECREF(oldvalue); in PyErr_Restore()
53 Py_XDECREF(oldtraceback); in PyErr_Restore()
111 Py_XDECREF(value); in PyErr_SetObject()
171 Py_XDECREF(value); in PyErr_SetString()
384 Py_XDECREF(oldtype); in PyErr_SetExcInfo()
385 Py_XDECREF(oldvalue); in PyErr_SetExcInfo()
386 Py_XDECREF(oldtraceback); in PyErr_SetExcInfo()
589 Py_XDECREF(name); in PyErr_SetFromErrnoWithFilename()
599 Py_XDECREF(name); in PyErr_SetFromErrnoWithUnicodeFilename()
[all …]
Dpythonrun.c111 Py_XDECREF(v); in PyRun_InteractiveLoopFlags()
116 Py_XDECREF(v); in PyRun_InteractiveLoopFlags()
231 Py_XDECREF(v); in PyRun_InteractiveOneObjectEx()
232 Py_XDECREF(w); in PyRun_InteractiveOneObjectEx()
233 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()
239 Py_XDECREF(v); in PyRun_InteractiveOneObjectEx()
240 Py_XDECREF(w); in PyRun_InteractiveOneObjectEx()
241 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()
443 Py_XDECREF(m); in PyRun_SimpleFileExFlags()
534 Py_XDECREF(*message); in parse_syntax_error()
[all …]
/external/libxml2/python/
Dlibxml.c723 Py_XDECREF(ctxtobj); in pythonExternalEntityLoader()
783 Py_XDECREF(pythonExternalEntityLoaderObjext); in libxml_xmlSetEntityLoader()
942 Py_XDECREF(dict); in pythonStartElement()
943 Py_XDECREF(result); in pythonStartElement()
962 Py_XDECREF(result); in pythonStartDocument()
981 Py_XDECREF(result); in pythonEndDocument()
986 Py_XDECREF(handler); in pythonEndDocument()
1004 Py_XDECREF(result); in pythonEndElement()
1010 Py_XDECREF(result); in pythonEndElement()
1029 Py_XDECREF(result); in pythonReference()
[all …]
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c23 Py_XDECREF(self->converters); in CThunkObject_dealloc()
24 Py_XDECREF(self->callable); in CThunkObject_dealloc()
25 Py_XDECREF(self->restype); in CThunkObject_dealloc()
143 Py_XDECREF(funcname_ob); in PyCode_NewEmpty()
144 Py_XDECREF(filename_ob); in PyCode_NewEmpty()
171 Py_XDECREF(py_globals); in _ctypes_add_traceback()
172 Py_XDECREF(py_code); in _ctypes_add_traceback()
173 Py_XDECREF(py_frame); in _ctypes_add_traceback()
330 Py_XDECREF(error_object); in _CallPythonObject()
361 Py_XDECREF(result); in _CallPythonObject()
[all …]
/external/python/cpython2/Modules/_sqlite/
Dconnection.c137 Py_XDECREF(class_attr_str); in pysqlite_connection_init()
138 Py_XDECREF(class_attr); in pysqlite_connection_init()
272 Py_XDECREF(self->statement_cache); in pysqlite_connection_dealloc()
281 Py_XDECREF(ret); in pysqlite_connection_dealloc()
282 Py_XDECREF(self->apsw_connection); in pysqlite_connection_dealloc()
288 Py_XDECREF(self->isolation_level); in pysqlite_connection_dealloc()
289 Py_XDECREF(self->function_pinboard); in pysqlite_connection_dealloc()
290 Py_XDECREF(self->row_factory); in pysqlite_connection_dealloc()
291 Py_XDECREF(self->text_factory); in pysqlite_connection_dealloc()
292 Py_XDECREF(self->collations); in pysqlite_connection_dealloc()
[all …]
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c351 Py_XDECREF(retobj); in multibytecodec_encerror()
352 Py_XDECREF(retstr); in multibytecodec_encerror()
456 Py_XDECREF(retobj); in multibytecodec_decerror()
538 Py_XDECREF(buf.excobj); in multibytecodec_encode()
542 Py_XDECREF(buf.excobj); in multibytecodec_encode()
543 Py_XDECREF(buf.outobj); in multibytecodec_encode()
586 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
593 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
607 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
612 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
[all …]
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c354 Py_XDECREF(retobj); in multibytecodec_encerror()
355 Py_XDECREF(retstr); in multibytecodec_encerror()
462 Py_XDECREF(retobj); in multibytecodec_decerror()
533 Py_XDECREF(buf.excobj); in multibytecodec_encode()
537 Py_XDECREF(buf.excobj); in multibytecodec_encode()
538 Py_XDECREF(buf.outobj); in multibytecodec_encode()
575 Py_XDECREF(ucvt); in MultibyteCodec_Encode()
589 Py_XDECREF(ucvt); in MultibyteCodec_Encode()
594 Py_XDECREF(ucvt); in MultibyteCodec_Encode()
663 Py_XDECREF(buf.excobj); in MultibyteCodec_Decode()
[all …]
/external/python/cpython2/Objects/
Dcodeobject.c193 Py_XDECREF(funcname_ob); in PyCode_NewEmpty()
194 Py_XDECREF(filename_ob); in PyCode_NewEmpty()
337 Py_XDECREF(ournames); in code_new()
338 Py_XDECREF(ourvarnames); in code_new()
339 Py_XDECREF(ourfreevars); in code_new()
340 Py_XDECREF(ourcellvars); in code_new()
347 Py_XDECREF(co->co_code); in code_dealloc()
348 Py_XDECREF(co->co_consts); in code_dealloc()
349 Py_XDECREF(co->co_names); in code_dealloc()
350 Py_XDECREF(co->co_varnames); in code_dealloc()
[all …]
/external/python/cpython3/Objects/
Drangeobject.c206 Py_XDECREF(tmp2); in compute_range_length()
207 Py_XDECREF(diff); in compute_range_length()
208 Py_XDECREF(tmp1); in compute_range_length()
327 Py_XDECREF(start); in compute_slice()
328 Py_XDECREF(stop); in compute_slice()
329 Py_XDECREF(step); in compute_slice()
330 Py_XDECREF(substart); in compute_slice()
331 Py_XDECREF(substop); in compute_slice()
332 Py_XDECREF(substep); in compute_slice()
376 Py_XDECREF(tmp1); in range_contains_long()
[all …]
Dcodeobject.c267 Py_XDECREF(funcname_ob); in PyCode_NewEmpty()
268 Py_XDECREF(filename_ob); in PyCode_NewEmpty()
420 Py_XDECREF(ournames); in code_new()
421 Py_XDECREF(ourvarnames); in code_new()
422 Py_XDECREF(ourfreevars); in code_new()
423 Py_XDECREF(ourcellvars); in code_new()
445 Py_XDECREF(co->co_code); in code_dealloc()
446 Py_XDECREF(co->co_consts); in code_dealloc()
447 Py_XDECREF(co->co_names); in code_dealloc()
448 Py_XDECREF(co->co_varnames); in code_dealloc()
[all …]
/external/python/cpython2/Objects/stringlib/
Dstring_format.h543 Py_XDECREF(obj); in get_field_object()
629 Py_XDECREF(format_spec_object); in render_field()
630 Py_XDECREF(result); in render_field()
932 Py_XDECREF(fieldobj); in output_markup()
933 Py_XDECREF(tmp); in output_markup()
1017 Py_XDECREF(output.obj); in build_string()
1066 Py_XDECREF(it->str); in formatteriter_dealloc()
1135 Py_XDECREF(literal_str); in formatteriter_next()
1136 Py_XDECREF(field_name_str); in formatteriter_next()
1137 Py_XDECREF(format_spec_str); in formatteriter_next()
[all …]
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c17 Py_XDECREF(self->converters); in CThunkObject_dealloc()
18 Py_XDECREF(self->callable); in CThunkObject_dealloc()
19 Py_XDECREF(self->restype); in CThunkObject_dealloc()
247 Py_XDECREF(error_object); in _CallPythonObject()
279 Py_XDECREF(result); in _CallPythonObject()
281 Py_XDECREF(arglist); in _CallPythonObject()
411 Py_XDECREF(p); in _ctypes_alloc_callback()
455 Py_XDECREF(py_rclsid); in Call_GetClassObject()
456 Py_XDECREF(py_riid); in Call_GetClassObject()
457 Py_XDECREF(py_ppv); in Call_GetClassObject()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h476 Py_XDECREF(obj); in get_field_object()
541 Py_XDECREF(format_spec_object); in render_field()
542 Py_XDECREF(result); in render_field()
848 Py_XDECREF(fieldobj); in output_markup()
849 Py_XDECREF(tmp); in output_markup()
980 Py_XDECREF(it->str); in formatteriter_dealloc()
1050 Py_XDECREF(literal_str); in formatteriter_next()
1051 Py_XDECREF(field_name_str); in formatteriter_next()
1052 Py_XDECREF(format_spec_str); in formatteriter_next()
1053 Py_XDECREF(conversion_str); in formatteriter_next()
[all …]
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c52 Py_XDECREF(item_py); in PyCF_CF2Python_sequence()
91 Py_XDECREF(key_py); in PyCF_CF2Python_mapping()
92 Py_XDECREF(value_py); in PyCF_CF2Python_mapping()
93 Py_XDECREF(rv); in PyCF_CF2Python_mapping()
190 Py_XDECREF(item_py); in PyCF_Python2CF_sequence()
235 Py_XDECREF(item_py); in PyCF_Python2CF_mapping()
236 Py_XDECREF(aslist); in PyCF_Python2CF_mapping()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c248 Py_XDECREF(self->statement_cache); in pysqlite_connection_dealloc()
257 Py_XDECREF(self->isolation_level); in pysqlite_connection_dealloc()
258 Py_XDECREF(self->function_pinboard); in pysqlite_connection_dealloc()
259 Py_XDECREF(self->row_factory); in pysqlite_connection_dealloc()
260 Py_XDECREF(self->text_factory); in pysqlite_connection_dealloc()
261 Py_XDECREF(self->collations); in pysqlite_connection_dealloc()
262 Py_XDECREF(self->statements); in pysqlite_connection_dealloc()
263 Py_XDECREF(self->cursors); in pysqlite_connection_dealloc()
685 Py_XDECREF(stepmethod); in _pysqlite_step_callback()
686 Py_XDECREF(function_result); in _pysqlite_step_callback()
[all …]
/external/python/cpython3/Doc/includes/
Dcustom2.c14 Py_XDECREF(self->first); in Custom_dealloc()
15 Py_XDECREF(self->last); in Custom_dealloc()
55 Py_XDECREF(tmp); in Custom_init()
61 Py_XDECREF(tmp); in Custom_init()
/external/python/cpython2/Doc/includes/
Dnoddy2.c14 Py_XDECREF(self->first); in Noddy_dealloc()
15 Py_XDECREF(self->last); in Noddy_dealloc()
60 Py_XDECREF(tmp); in Noddy_init()
67 Py_XDECREF(tmp); in Noddy_init()

12345678910>>...13