/external/mksh/src/ |
mksh.1 | 406 is used in arithmetic expressions; 889 .Sx Arithmetic expressions 921 Parameter, command, and arithmetic substitutions are performed as expressions 940 expressions are patterns (e.g. the comparison 1307 .Sx Arithmetic expressions [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 126 // Look through expressions for materialized temporaries (for now). 139 /// that is known to return 0 or 1. This happens for _Bool/bool expressions 140 /// but also int expressions which are produced by things like comparisons in 235 // Primary Expressions. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
as.info | 43 * Expressions:: Expressions [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 43 * Expressions:: Expressions [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
as.info | 43 * Expressions:: Expressions [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 43 * Expressions:: Expressions [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 505 * scalar integer and scalar floating-point expressions." 700 * "Other binary or unary expressions, non-dereferenced 936 * expressions. ... The size can be at most [all...] |
glsl_parser.yy | 477 $$->expressions.push_tail(& $2->link); 483 $$->expressions.push_tail(& $3->link); 532 $$->expressions.push_tail(& $2->link); 538 $$->expressions.push_tail(& $3->link); 789 $$->expressions.push_tail(& $1->link); 794 $$->expressions.push_tail(& $3->link); [all...] |
ir_constant_expression.cpp | 26 * Evaluate and process constant valued expressions 28 * In GLSL, constant valued expressions are used in several places. These 945 /* texture lookups aren't constant expressions */ [all...] |
README | 114 Each node has a type. Expressions may involve several different types: 143 dead code elimination wins, and recognizing common expressions may
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_select.test | 553 # expressions evaluates to false are excluded from the result set. 835 # by a simple SELECT statement is equal to the number of expressions in 837 # expressions. 856 # that has no GROUP BY clause and no aggregate expressions in the result [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 505 * scalar integer and scalar floating-point expressions." 700 * "Other binary or unary expressions, non-dereferenced 936 * expressions. ... The size can be at most [all...] |
glsl_parser.yy | 477 $$->expressions.push_tail(& $2->link); 483 $$->expressions.push_tail(& $3->link); 532 $$->expressions.push_tail(& $2->link); 538 $$->expressions.push_tail(& $3->link); 789 $$->expressions.push_tail(& $1->link); 794 $$->expressions.push_tail(& $3->link); [all...] |
ir_constant_expression.cpp | 26 * Evaluate and process constant valued expressions 28 * In GLSL, constant valued expressions are used in several places. These 945 /* texture lookups aren't constant expressions */ [all...] |
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
CHANGES | 87 - Added support for Escape Regular Expressions (BenBE) 140 - Added an optimizer for lists to regular expressions. Using these cached lists results in a speedup of approx. 50%. 184 * Removed explicit escaping of / in Regular Expressions (BenBE) 191 expressions used as delimiters inside keywords instead of a simple char group (BenBE) 255 - Implemented minimalistic support for JavaScript \ Perl Regular Expressions (SF#1786665, SF#1754333, SF#1956631, BenBE) 366 - Changed some regular expressions to possibly help with badly performing [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
expr.c | 12 ** This file contains routines used for analyzing expressions and 13 ** for generating VDBE code that evaluates expressions in SQLite. 495 ** Join two expressions using an AND operator. If either expression is 740 ** (if applicable), and the copies of the p->pLeft and p->pRight expressions, 831 ** The following group of routines make deep copies of expressions, [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 244 // Error. Expressions can not begin with quotes. 245 error = "Expressions can not begin with quotes.";
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 76 // variable resolution scopes. Sufficient for simple XPath 1.0 expressions. 332 // variable resolution scopes. Sufficient for simple XPath 1.0 expressions.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 317 * @return the result of executing the predicate expressions. 604 /** The list of predicate expressions. Is static and does not need
|
UnionPathIterator.java | 147 * into the Compiler to create predicate expressions. 517 // plain expressions?
|
/external/bison/lib/ |
intprops.h | 59 /* Minimum and maximum values for integer types and expressions. These 291 Return 1 if the integer expressions A * B, A - B, -A, A * B, A / B,
|
/external/chromium_org/base/ |
basictypes.h | 37 // conditions and other conditional expressions, and it is DANGEROUS to 304 // that expressions with different types refer to different memory. gcc
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
verifier.cc | 93 // always work for nested conditional expressions. The test values 94 // that we generate on the fly to probe expressions can trigger
|
/external/chromium_org/third_party/icu/source/common/ |
cmemory.h | 233 * A class instance can be used directly in expressions that take a T *. 405 * A class instance can be used directly in expressions that take a T *.
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.txt | 263 # All states involved in parsing set expressions have names beginning with "set-" 435 # Common back-slash escape processing within set expressions
|