/external/autotest/client/bin/ |
kernel_versions.py | 74 deco = [ (version_encode(v), i, v) for i, v in 76 deco.sort() 77 versions = [ v for _, _, v in deco ]
|
/external/autotest/client/common_lib/ |
kernel_versions.py | 74 deco = [ (version_encode(v), i, v) for i, v in 76 deco.sort() 77 versions = [ v for _, _, v in deco ]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
quopri.py | 204 deco = 0
208 if o == '-d': deco = 1
209 if tabs and deco:
225 if deco:
|
/external/python/cpython2/Lib/ |
quopri.py | 204 deco = 0 208 if o == '-d': deco = 1 209 if tabs and deco: 225 if deco:
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
support.py | 62 def deco(test): function in function:requires_tcl 70 return deco
|
/external/python/cpython3/Lib/tkinter/test/ |
support.py | 62 def deco(test): function in function:requires_tcl 70 return deco
|
/external/python/cpython3/Lib/ |
quopri.py | 207 deco = 0 211 if o == '-d': deco = 1 212 if tabs and deco: 229 if deco:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
test_skipping.py | 35 for deco, do_skip, dont_skip in op_table:
37 @deco(do_skip, "testing")
40 @deco(dont_skip, "testing")
|
/external/python/cpython2/Lib/unittest/test/ |
test_skipping.py | 35 for deco, do_skip, dont_skip in op_table: 37 @deco(do_skip, "testing") 40 @deco(dont_skip, "testing")
|
/external/python/cpython3/Lib/unittest/test/ |
test_skipping.py | 60 for deco, do_skip, dont_skip in op_table: 62 @deco(do_skip, "testing") 65 @deco(dont_skip, "testing")
|
/external/scapy/scapy/ |
automaton.py | 273 def deco(f,initial=initial, final=final): function in function:ATMT.state 290 return deco 293 def deco(f,cond=cond): function in function:ATMT.action 299 return deco 302 def deco(f, state=state): function in function:ATMT.condition 308 return deco 311 def deco(f, state=state): function in function:ATMT.receive_condition 317 return deco 320 def deco(f, state=state): function in function:ATMT.ioevent 328 return deco 331 def deco(f, state=state, timeout=timeout): function in function:ATMT.timeout [all...] |
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]) [all...] |
/external/python/cpython2/Doc/tools/ |
rstlint.py | 56 def deco(func): function in function:checker 62 return deco
|
/external/python/cpython3/Doc/tools/ |
rstlint.py | 57 def deco(func): function in function:checker 63 return deco
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_decorators.py | 199 def deco(func):
function in function:TestDecorators.test_order.callnum 201 return deco
|
/external/python/cpython2/Lib/test/ |
test_decorators.py | 199 def deco(func): function in function:TestDecorators.test_order.callnum 201 return deco
|
/external/python/cpython3/Lib/test/ |
test_decorators.py | 198 def deco(func): function in function:TestDecorators.test_order.callnum 200 return deco
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
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/cpython2/Demo/parser/ |
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/cpython3/Tools/parser/ |
unparse.py | 221 for deco in t.decorator_list: 223 self.dispatch(deco) 249 for deco in t.decorator_list: 251 self.dispatch(deco)
|