Home
last modified time | relevance | path

Searched refs:countcalls (Results 1 – 15 of 15) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_decorators.py40 def countcalls(counts): function
131 @countcalls(counts)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_decorators.py40 def countcalls(counts): function
131 @countcalls(counts)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_decorators.py40 def countcalls(counts): function
131 @countcalls(counts)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_decorators.py39 def countcalls(counts): function
130 @countcalls(counts)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_decorators.py41 def countcalls(counts): function
153 @countcalls(counts)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_decorators.py41 def countcalls(counts): function
153 @countcalls(counts)
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/
H A Dconfig.mk133 rpc/countcalls.o \
/dports/net/samba412/samba-4.12.15/selftest/
H A Dskip139 ^samba4.rpc.countcalls # this is not useful now we have full IDL
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpand.cpp222 int countcalls; /* how many calls in this block of ilms */ in expand() local