/external/autotest/client/common_lib/ |
D | kernel_versions.py | 80 deco = [ (version_encode(v), i, v) for i, v in 82 deco.sort() 83 versions = [ v for _, _, v in deco ]
|
/external/autotest/client/bin/ |
D | kernel_versions.py | 80 deco = [ (version_encode(v), i, v) for i, v in 82 deco.sort() 83 versions = [ v for _, _, v in deco ]
|
/external/python/cpython2/Lib/ |
D | quopri.py | 204 deco = 0 208 if o == '-d': deco = 1 209 if tabs and deco: 225 if deco:
|
/external/python/cpython3/Lib/ |
D | quopri.py | 207 deco = False 211 if o == '-d': deco = True 212 if tabs and deco: 229 if deco:
|
D | ast.py | 975 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/ |
D | test_skipping.py | 38 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/ |
D | test_skipping.py | 35 for deco, do_skip, dont_skip in op_table: 37 @deco(do_skip, "testing") 40 @deco(dont_skip, "testing")
|
/external/scapy/scapy/ |
D | automaton.py | 273 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 …]
|
D | packet.py | 617 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/ |
D | support.py | 62 def deco(test): function 70 return deco
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | support.py | 62 def deco(test): function 70 return deco
|
/external/python/cpython2/Doc/tools/ |
D | rstlint.py | 56 def deco(func): function 62 return deco
|
/external/python/cpython3/Doc/tools/ |
D | rstlint.py | 57 def deco(func): function 63 return deco
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_skipping.py | 60 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/ |
D | imx_caam.h | 57 struct caam_deco deco[CAAM_NUM_DECO]; member
|
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 199 def deco(func): function 201 return deco
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 202 def deco(func): function 204 return deco
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 227 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/ |
D | test_ffi_obj.py | 131 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/ |
D | SampleParagraph.cpp | 139 std::string deco = std::to_string((int)decoration); in drawTest() local 153 (test ? ", decorations " + deco : "") + ";"; in drawTest()
|
/external/skia/tools/svg/ |
D | svgs.txt | 269 https://www.w3.org/Graphics/SVG/Test/20110816/svg/text-deco-01-b.svg
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 282 >>> def deco(func): 286 >>> @deco
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 282 >>> def deco(func): 286 >>> @deco
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 21934 deco
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|