Home
last modified time | relevance | path

Searched defs:order (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/
Dbad_order.py5 order = "crazy" variable in FixBadOrder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_preorder.py4 order = "pre" variable in FixPreorder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_callable.py16 order = "pre" variable in FixCallable
Dfix_intern.py16 order = "pre" variable in FixIntern
Dfix_reduce.py18 order = "pre" variable in FixReduce
Dfix_renames.py46 order = "pre" # Pre-order tree traversal variable in FixRenames
Dfix_next.py34 order = "pre" # Pre-order tree traversal variable in FixNext
Dfix_operator.py26 order = "pre" variable in FixOperator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinfback.c269 static const unsigned short order[19] = /* permutation of code lengths */ local
Dinflate.c625 static const unsigned short order[19] = /* permutation of code lengths */ local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinfback.c260 static const unsigned short order[19] = /* permutation of code lengths */ local
Dinflate.c574 static const unsigned short order[19] = /* permutation of code lengths */ local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py33 order = "post" # Does the fixer prefer pre- or post-order traversal variable in BaseFix
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c358 u_int order, preference; in ns_sprintrrf() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py603 def event(self, ev, arg, cond = "1", order = None): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1112 def insert(self, key, newkey, newvalue, order): argument