Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py1020 def impl_detail(msg=None, **guards): argument
1021 if check_impl_detail(**guards):
1024 guardnames, default = _parse_guards(guards)
1033 def _parse_guards(guards): argument
1035 if not guards:
1037 is_true = guards.values()[0]
1038 assert guards.values() == [is_true] * len(guards) # all True or all False
1039 return (guards, not is_true)
1043 def check_impl_detail(**guards): argument
1050 guards, default = _parse_guards(guards)
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1590 #168. (Changed in MR13) Token expressions in context guards
1592 The token expressions appearing in context guards such as:
1608 In MR13 these context guards are verified for proper semantics
DCHANGES_FROM_133_before_mr13.txt2430 Prior to 1.33MR10, predicate guards were computed to k tokens rather
2570 In theory, context guards should be allowed to reference
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt2272 #168. (Changed in MR13) Token expressions in context guards
2274 The token expressions appearing in context guards such as:
2290 In MR13 these context guards are verified for proper semantics
DCHANGES_FROM_133_BEFORE_MR13.txt2430 Prior to 1.33MR10, predicate guards were computed to k tokens rather
2570 In theory, context guards should be allowed to reference