Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 40) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c582 expr_ty expression; in seq_for_testlist() local
597 expression = ast_for_expr(c, CHILD(n, i)); in seq_for_testlist()
598 if (!expression) in seq_for_testlist()
602 asdl_seq_SET(seq, i / 2, expression); in seq_for_testlist()
712 expr_ty expression = ast_for_expr(c, CHILD(n, i + 2)); in ast_for_arguments() local
713 if (!expression) in ast_for_arguments()
716 asdl_seq_SET(defaults, j++, expression); in ast_for_arguments()
954 expr_ty expression; in ast_for_lambdef() local
960 expression = ast_for_expr(c, CHILD(n, 2)); in ast_for_lambdef()
961 if (!expression) in ast_for_lambdef()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c582 expr_ty expression; in seq_for_testlist() local
597 expression = ast_for_expr(c, CHILD(n, i)); in seq_for_testlist()
598 if (!expression) in seq_for_testlist()
602 asdl_seq_SET(seq, i / 2, expression); in seq_for_testlist()
712 expr_ty expression = ast_for_expr(c, CHILD(n, i + 2)); in ast_for_arguments() local
713 if (!expression) in ast_for_arguments()
716 asdl_seq_SET(defaults, j++, expression); in ast_for_arguments()
954 expr_ty expression; in ast_for_lambdef() local
960 expression = ast_for_expr(c, CHILD(n, 2)); in ast_for_lambdef()
961 if (!expression) in ast_for_lambdef()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DC.g407 ( '[' expression ']'
435 | '(' expression ')'
449 expression
481 …: e=logical_or_expression ('?' expression ':' conditional_expression {self.StorePredicateExpressio…
544 : IDENTIFIER '(' declaration* statement_list? expression? ')'
563 | expression ';'
567 …: 'if' '(' e=expression ')' {self.StorePredicateExpression($e.start.line, $e.start.charPositionInL…
568 | 'switch' '(' expression ')' statement
572 …: 'while' '(' e=expression ')' statement {self.StorePredicateExpression($e.start.line, $e.start.ch…
573 …| 'do' statement 'while' '(' e=expression ')' ';' {self.StorePredicateExpression($e.start.line, $e…
[all …]
/device/generic/opengl-transport/host/commands/emugen/
DREADME299 desciption : provide an expression to calcualte an expression data len
300 format: len <var name> <c expression that calcluates the data len>
303 description: provide an expression to pack data into the stream.
304 format: custom_pack <var name> <c++ expression that pack data from var into the stream>
305 The stream is represented by a (unsigned char *)ptr. The expression may also refer
306 to other function parameters. In addition, the expression may refer to 'void *self' which
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
DREADME14 If no match is found, the address is interpreted as a regular expression [*]
73 regular expression; this is matched against all country names and a
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt39 if that is the stop state. Any regular expression with
61 Warns if more than one regular expression could match
Ddlg_p.g230 error("no expression for action ", zzline);
278 << error("no expression for *", zzline);>>
280 << error("no expression for +", zzline);>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc118 condition is an expression which must evaluate to true before
158 p expression
159 Print the value of the expression.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt12 The regular expression parser (in rexpr.c) fails while
13 trying to parse the following regular expression:
DCHANGES_FROM_133_before_mr13.txt44 predicate expression included a term such as p=AND(q,r) the context
54 predicate expression tests. Unfortunately, there was a
56 the generation of code for predicate expression tests which
371 "predicate expression" in order to refer to it in other predicate
376 predicate expression defines a predicate symbol in terms of other
379 expression, or *both*.
382 and a predicate expression, the predicate literal is used to generate
383 code, but the predicate expression is used to check for two
442 to create a prediction expression for rule1 the result is:
448 assumptions that the predicate expression distinguishes the rule1
[all …]
DCHANGES_SUMMARY.txt356 "predicate expression" in order to refer to it in other predicate
361 predicate expression defines a predicate symbol in terms of other
364 expression, or *both*.
367 and a predicate expression, the predicate literal is used to generate
368 code, but the predicate expression is used to check for two
427 to create a prediction expression for rule1 the result is:
433 assumptions that the predicate expression distinguishes the rule1
446 expression like the following:
453 predicate expression for a predicate symbol.
600 the entire predicate expression for each possible lookahead sequence.
[all …]
DCHANGES_FROM_133.txt177 equivalent to evaluating the prediction expression for the
179 expression can be computed easily and evaluated cheaply, so I
584 When there is a syntax error in a regular expression
994 When antlr computes the prediction expression with one token
1269 The prediction expression for the first alternative should be
1271 would compute the prediction expression as LA(1)={A C} LA(2)={B D}
1276 #177. (Changed in MR14) #tokdefs and #token with regular expression
1280 to give regular expression definitions and actions to tokens
1367 Note that the routine uses STAR for the prediction expression
1415 The prediction expression (i.e. LA(1)==A && LA(2)==A) is clearly
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni302 " conditional-expression := expression |\r\n"
303 " expression and expression |\r\n"
304 " expression or expression\r\n"
305 " expression := expr | not expr\r\n"
377 " that number is treated in an numeric expression - type is assigned by\r\n"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME34 all its regular expression needs, instead of the regex and regsub
37 expression" checked), hence the version number jump.
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DGenDepex_Utility_Man_Page.rtf83 …f43 Convert the dependency string of file to the binary PI dependency expression. }{\rtlch\fcs1 \…
105 \hich\af43\dbch\af31505\loch\f43 the binary PI dependency expression according to module type}{\rt…
106 …by parsing the input dependency expression string or the preprocessed dxs file}{\rtlch\fcs1 \af43\…
107 . For PEIM module type, the PEI dependency expression will be generated. For DXE_DRIVER, UEFI_DRIVE…
111 …Build tool first parses the content in [depex] section to create the dependency expression string,
128 f the preprocessed dxs file to be parsed into the binary PI dependency expression.}{\rtlch\fcs1 \af…
131 Specify the name of depex file that contains the generated binary PI dependency expression.}{\rtlch…
134 The type of module is for which the dependency expression serves. Only EDKII module type is support…
135 …1\insrsid1516182 \hich\af43\dbch\af31505\loch\f43 -e EXPRESSION, --dependency-expression=EXPRESSION
137 The option value is the string of dependency expression. If this option presents, the input file wi…
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt44 predicate expression included a term such as p=AND(q,r) the context
54 predicate expression tests. Unfortunately, there was a
56 the generation of code for predicate expression tests which
371 "predicate expression" in order to refer to it in other predicate
376 predicate expression defines a predicate symbol in terms of other
379 expression, or *both*.
382 and a predicate expression, the predicate literal is used to generate
383 code, but the predicate expression is used to check for two
442 to create a prediction expression for rule1 the result is:
448 assumptions that the predicate expression distinguishes the rule1
[all …]
DCHANGES_SUMMARY.txt356 "predicate expression" in order to refer to it in other predicate
361 predicate expression defines a predicate symbol in terms of other
364 expression, or *both*.
367 and a predicate expression, the predicate literal is used to generate
368 code, but the predicate expression is used to check for two
427 to create a prediction expression for rule1 the result is:
433 assumptions that the predicate expression distinguishes the rule1
446 expression like the following:
453 predicate expression for a predicate symbol.
600 the entire predicate expression for each possible lookahead sequence.
[all …]
DCHANGES_FROM_133.txt151 "!" operator on the rule. In MR27 the use of an AST expression
262 for both cases. However, the prediction expression was correctly computed
264 because, for the second appearance, the prediction expression and the
318 example, #token ID could have the expression "identifier" in syntax
337 An invalid regular expression can cause dlg to build an invalid
338 structure to represent the regular expression even while it issues
623 The problem is that although the expression "size+1" used in
624 the definition of array1 is equal to 5 (the expression used to
848 equivalent to evaluating the prediction expression for the
850 expression can be computed easily and evaluated cheaply, so I
[all …]
DKNOWN_PROBLEMS.txt69 The regular expression parser (in rexpr.c) fails while
70 trying to parse the following regular expression:
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h280 #define assert(expression) argument
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DPatchFvUserManual.md100 [ ] Get a DWord value at the specified offset expression from [expr]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc714 # Makefile entries to create the dependency expression section.
769 !ERROR Dependency expression source file "$(DPX_SOURCE_FILE)" does not exist.
824 !ERROR Dependency expression source file "$(SOURCE_DIR)\$(DXE_DPX_SOURCE)" does not exist.
1000 # Makefile entries to create the dependency expression section.
1055 !ERROR Dependency expression source file "$(DPX_SOURCE_FILE)" does not exist.
1236 # Makefile entries to create the dependency expression section.
1291 !ERROR Dependency expression source file "$(DPX_SOURCE_FILE)" does not exist.
1416 # Makefile entries to create the dependency expression section.
1471 !ERROR Dependency expression source file "$(DPX_SOURCE_FILE)" does not exist.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl76 -- the following expression can appear in assignment context
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DPatchFv.py815 def evaluate(self, expression, isOffset): argument
818 self.string = expression
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py778 def evaluate(self, expression, isOffset): argument
781 self.string = expression

12