Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dfuture.py7 def is_future(stmt): argument
31 def check_stmt(self, stmt): argument
Dtransformer.py316 def stmt(self, nodelist): member in Transformer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtimeit.py121 def __init__(self, stmt="pass", setup="pass", timer=default_timer): argument
225 def timeit(stmt="pass", setup="pass", timer=default_timer, argument
230 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
Dsymbol.py24 stmt = 267 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_tuple_params.py27 def is_docstring(stmt): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h14 #define stmt 267 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h14 #define stmt 267 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py112 def setop_test(self, a, b, res, stmt="a+=b", meth="__iadd__"): argument
131 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument
150 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument