Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Py_REF_DEBUG
(Results
1 - 15
of
15
) sorted by relevance
/third_party/python/Include/
H
A
D
object.h
54
/* Py_DEBUG implies
Py_REF_DEBUG
. */
55
#if defined(Py_DEBUG) && !defined(
Py_REF_DEBUG
)
56
# define
Py_REF_DEBUG
macro
452
in special builds (
Py_REF_DEBUG
, Py_TRACE_REFS) performs additional
471
#ifdef
Py_REF_DEBUG
475
#endif /*
Py_REF_DEBUG
*/
493
#if defined(
Py_REF_DEBUG
) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000
in Py_INCREF()
499
#ifdef
Py_REF_DEBUG
in Py_INCREF()
510
#if defined(
Py_REF_DEBUG
) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000
517
#elif defined(
Py_REF_DEBUG
)
[all...]
/third_party/python/Include/internal/
H
A
D
pycore_object.h
37
#ifdef
Py_REF_DEBUG
in _Py_DECREF_SPECIALIZED()
54
#ifdef
Py_REF_DEBUG
in _Py_DECREF_NO_DEALLOC()
192
#ifdef
Py_REF_DEBUG
/third_party/python/Objects/
H
A
D
tupleobject.c
522
#ifdef
Py_REF_DEBUG
in tuplerepeat()
534
#ifdef
Py_REF_DEBUG
in tuplerepeat()
952
#ifdef
Py_REF_DEBUG
in _PyTuple_Resize()
H
A
D
object.c
57
#ifdef
Py_REF_DEBUG
72
#endif /*
Py_REF_DEBUG
*/
116
#ifdef
Py_REF_DEBUG
125
#endif /*
Py_REF_DEBUG
*/
248
/* If
Py_REF_DEBUG
macro is defined, _Py_NewReference() increased
in PyObject_CallFinalizerFromDealloc()
250
#ifdef
Py_REF_DEBUG
in PyObject_CallFinalizerFromDealloc()
2028
#ifdef
Py_REF_DEBUG
in _Py_NewReference()
H
A
D
structseq.c
551
#ifdef
Py_REF_DEBUG
in _PyStructSequence_FiniType()
H
A
D
dictobject.c
310
#ifdef
Py_REF_DEBUG
in dictkeys_incref()
320
#ifdef
Py_REF_DEBUG
in dictkeys_decref()
640
#ifdef
Py_REF_DEBUG
in new_keys_object()
831
#ifdef
Py_REF_DEBUG
in clone_combined_dict_keys()
1529
#ifdef
Py_REF_DEBUG
in dictresize()
H
A
D
listobject.c
577
#ifdef
Py_REF_DEBUG
in list_repeat()
589
#ifdef
Py_REF_DEBUG
in list_repeat()
H
A
D
bytesobject.c
3082
#ifdef
Py_REF_DEBUG
in _PyBytes_Resize()
H
A
D
unicodeobject.c
1053
#ifdef
Py_REF_DEBUG
in resize_compact()
/third_party/python/Include/cpython/
H
A
D
object.h
12
#ifdef
Py_REF_DEBUG
/third_party/python/Python/clinic/
H
A
D
sysmodule.c.h
757
#if defined(
Py_REF_DEBUG
)
786
#endif /* defined(
Py_REF_DEBUG
) */
/third_party/python/Python/
H
A
D
pylifecycle.c
1783
#ifdef
Py_REF_DEBUG
in Py_FinalizeEx()
1902
#ifdef
Py_REF_DEBUG
in Py_FinalizeEx()
H
A
D
pythonrun.c
131
#ifdef
Py_REF_DEBUG
in _PyRun_InteractiveLoopObject()
157
#ifdef
Py_REF_DEBUG
in _PyRun_InteractiveLoopObject()
H
A
D
sysmodule.c
1758
#ifdef
Py_REF_DEBUG
1770
#endif /*
Py_REF_DEBUG
*/
/third_party/python/Modules/
H
A
D
_testcapimodule.c
3929
/* If
Py_REF_DEBUG
macro is defined, _Py_NewReference() increased
in slot_tp_del()
3931
#ifdef
Py_REF_DEBUG
in slot_tp_del()
5541
#ifdef
Py_REF_DEBUG
6689
#ifdef
Py_REF_DEBUG
Completed in 87 milliseconds