Home
last modified time | relevance | path

Searched refs:expressions (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DBuildClassObject.py47 …{}, IsOverrided = False, GuidValue = None, validateranges = [], validlists = [], expressions = []): argument
64 self.expressions = expressions
DMetaFileTable.py234 expressions = []
251 expressions.append(comment.split("|")[1].strip())
263 return set(validateranges), set(validlists), set(expressions)
DWorkspaceDatabase.py1072 pcdDecObject.expressions
1635 …validateranges, validlists, expressions = self._RawData.GetValidExpression(TokenSpaceGuid, PcdCNam…
1649 list(expressions)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt16 mata for recognizing regular expressions in input.
63 numbers of the expressions in the dlg lexical specifi-
64 cation file. The numbering of the expressions starts
66 expressions.
Ddlg_p.g163 /* MR1 10-Apr-97 MR1 Allow #token regular expressions to cross lines */
219 warning("no regular expressions", zzline);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
DREADME20 Read a file of (extended per egrep) regular expressions (one per line),
25 of regular expressions or binary files to scan.
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt56 _DIAGASSERT expressions not appropriate for the UEFI environment.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME33 Version 0.9.0 uses the re module (Perl style regular expressions) for
36 expressions entered by the user as search strings (with "regular
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
DREADME35 [*] Note that regular expressions must conform to Python 1.5's re.py module
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DPatchFvUserManual.md62 both offsets and values. Also, this argument handles expressions for both
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl64 -- the grammar constrains where yield expressions can occur
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt140 #5. Token expressions in #tokclass
DCHANGES_FROM_133_before_mr13.txt48 #152. (Changed in MR12) Bug in generation of predicate expressions
51 obsolete and to fix the bug related to predicate expressions.
175 with different regular expressions. However, the token name appears
286 for tree expressions was available only for trees created by
287 predicate expressions and neglected to mention that it required
289 expressions created for grammars with k>1 and for predicates with
372 expressions or in the rules of the grammar.
649 To determine whether two predicate expressions are identical is
1291 expressions is a problem in antlr. Consider the following
1618 set for expressions like:
[all …]
DCHANGES_FROM_133.txt163 of prediction expressions in pccts. The task is only one of listing
619 error in pccts. The regular expressions for LL(1) and LL(2)
1590 #168. (Changed in MR13) Token expressions in context guards
1592 The token expressions appearing in context guards such as:
1597 a result, prior to MR13, complex expressions such as:
1606 context being computed for such expressions.
1610 expressions have been computed in order to produce the correct
DCHANGES_SUMMARY.txt357 expressions or in the rules of the grammar.
634 To determine whether two predicate expressions are identical is
1004 expressions is a problem in antlr. Consider the following
1308 set for expressions like:
1754 When generating code for the gates of predicate expressions
1756 "&&" and "||" expressions for testing the lookahead. As each
1758 "||" expressions on the lookahead are generated. In many
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt48 #152. (Changed in MR12) Bug in generation of predicate expressions
51 obsolete and to fix the bug related to predicate expressions.
175 with different regular expressions. However, the token name appears
286 for tree expressions was available only for trees created by
287 predicate expressions and neglected to mention that it required
289 expressions created for grammars with k>1 and for predicates with
372 expressions or in the rules of the grammar.
649 To determine whether two predicate expressions are identical is
1291 expressions is a problem in antlr. Consider the following
1618 set for expressions like:
[all …]
DKNOWN_PROBLEMS.txt197 #5. Token expressions in #tokclass
DCHANGES_SUMMARY.txt357 expressions or in the rules of the grammar.
634 To determine whether two predicate expressions are identical is
1004 expressions is a problem in antlr. Consider the following
1308 set for expressions like:
1754 When generating code for the gates of predicate expressions
1756 "&&" and "||" expressions for testing the lookahead. As each
1758 "||" expressions on the lookahead are generated. In many
DCHANGES_FROM_133.txt79 In MR14 change #175 fixed a bug in the prediction expressions for guess
834 of prediction expressions in pccts. The task is only one of listing
1295 error in pccts. The regular expressions for LL(1) and LL(2)
2272 #168. (Changed in MR13) Token expressions in context guards
2274 The token expressions appearing in context guards such as:
2279 a result, prior to MR13, complex expressions such as:
2288 context being computed for such expressions.
2292 expressions have been computed in order to produce the correct
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME7 Oniguruma is a regular expressions library.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni294 " expressions optionally separated by AND or OR. Since < and > are used for\r\n"
295 " redirection, the expressions use common two character (FORTRAN)\r\n"
297 " - Expressions : Conditional expressions are evaluated strictly from left\r\n"
300 " The expressions used in the third usage can have the\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2172 ToPcd.expressions = FromPcd.expressions