Home
last modified time | relevance | path

Searched defs:deco (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/tools/
Drstlint.py56 def deco(func): function
/external/python/cpython3/Doc/tools/
Drstlint.py57 def deco(func): function
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py62 def deco(test): function
/external/scapy/scapy/
Dautomaton.py273 def deco(f,initial=initial, final=final): function
293 def deco(f,cond=cond): function
302 def deco(f, state=state): function
311 def deco(f, state=state): function
320 def deco(f, state=state): function
331 def deco(f, state=state, timeout=timeout): function
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py62 def deco(test): function
/external/arm-trusted-firmware/plat/imx/common/include/
Dimx_caam.h57 struct caam_deco deco[CAAM_NUM_DECO]; member
/external/python/cpython2/Lib/test/
Dtest_decorators.py199 def deco(func): function
/external/python/cpython3/Lib/test/
Dtest_decorators.py202 def deco(func): function
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp139 std::string deco = std::to_string((int)decoration); in drawTest() local