Home
last modified time | relevance | path

Searched refs:deco (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/common_lib/
Dkernel_versions.py80 deco = [ (version_encode(v), i, v) for i, v in
82 deco.sort()
83 versions = [ v for _, _, v in deco ]
/external/autotest/client/bin/
Dkernel_versions.py80 deco = [ (version_encode(v), i, v) for i, v in
82 deco.sort()
83 versions = [ v for _, _, v in deco ]
/external/python/cpython2/Lib/
Dquopri.py204 deco = 0
208 if o == '-d': deco = 1
209 if tabs and deco:
225 if deco:
/external/python/cpython3/Lib/
Dquopri.py207 deco = False
211 if o == '-d': deco = True
212 if tabs and deco:
229 if deco:
Dast.py975 for deco in node.decorator_list:
977 self.traverse(deco)
1005 for deco in node.decorator_list:
1007 self.traverse(deco)
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_skipping.py38 for deco, do_skip, dont_skip in op_table:
41 @deco(do_skip, "testing")
45 @deco(dont_skip, "testing")
/external/python/cpython2/Lib/unittest/test/
Dtest_skipping.py35 for deco, do_skip, dont_skip in op_table:
37 @deco(do_skip, "testing")
40 @deco(dont_skip, "testing")
/external/scapy/scapy/
Dautomaton.py273 def deco(f,initial=initial, final=final): function
290 return deco
293 def deco(f,cond=cond): function
299 return deco
302 def deco(f, state=state): function
308 return deco
311 def deco(f, state=state): function
317 return deco
320 def deco(f, state=state): function
328 return deco
[all …]
Dpacket.py617 c.stroke(make_frame(tlist),[col,pyx.deco.filled([bkcol]),pyx.style.linewidth.Thick])
632 canvas.stroke(ptbb.path(),[pyx.color.rgb.black, pyx.deco.filled([bkcol])])
661 canvas.stroke(cnx,[pyx.style.linewidth.thin,pyx.deco.earrow.small,col])
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py62 def deco(test): function
70 return deco
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py62 def deco(test): function
70 return deco
/external/python/cpython2/Doc/tools/
Drstlint.py56 def deco(func): function
62 return deco
/external/python/cpython3/Doc/tools/
Drstlint.py57 def deco(func): function
63 return deco
/external/python/cpython3/Lib/unittest/test/
Dtest_skipping.py60 for deco, do_skip, dont_skip in op_table:
62 @deco(do_skip, "testing")
65 @deco(dont_skip, "testing")
/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
201 return deco
/external/python/cpython3/Lib/test/
Dtest_decorators.py202 def deco(func): function
204 return deco
/external/python/cpython2/Demo/parser/
Dunparse.py227 for deco in t.decorator_list:
229 self.dispatch(deco)
243 for deco in t.decorator_list:
245 self.dispatch(deco)
/external/python/cffi/testing/cffi1/
Dtest_ffi_obj.py131 deco = ffi.callback("int(int)", error=-66)
132 assert deco(lambda x: x + "")(10) == -66
133 assert deco(lambda x: x + 42)(10) == 52
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp139 std::string deco = std::to_string((int)decoration); in drawTest() local
153 (test ? ", decorations " + deco : "") + ";"; in drawTest()
/external/skia/tools/svg/
Dsvgs.txt269 https://www.w3.org/Graphics/SVG/Test/20110816/svg/text-deco-01-b.svg
/external/python/cpython2/Doc/whatsnew/
D2.4.rst282 >>> def deco(func):
286 >>> @deco
/external/python/cpython3/Doc/whatsnew/
D2.4.rst282 >>> def deco(func):
286 >>> @deco
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt21934 deco
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz

12