HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 751 - 775 of 6680) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 92 # Python expression which should return a note less than 10 (10 is the highest
138 # A regular expression matching names used for dummy variables (i.e. not used).
161 # Regular expression which should only match functions or classes name which do
165 # Regular expression which should only match correct module names
168 # Regular expression which should only match correct module level names
171 # Regular expression which should only match correct class names
174 # Regular expression which should only match correct function names
177 # Regular expression which should only match correct method names
180 # Regular expression which should only match correct instance attribute names
183 # Regular expression which should only match correct argument name
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
pylintrc 73 # Python expression which should return a note less than 10 (10 is the highest
101 # A regular expression matching names used for dummy variables (i.e. not used).
141 # Regular expression which should only match functions or classes name which do
145 # Regular expression which should only match correct module names
148 # Regular expression which should only match correct module level names
151 # Regular expression which should only match correct class names
154 # Regular expression which should only match correct function names
157 # Regular expression which should only match correct method names
160 # Regular expression which should only match correct instance attribute names
163 # Regular expression which should only match correct argument name
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 165 %type <ival> expression INTEGER operator SPACE integer_constant
203 IF_EXPANDED expression NEWLINE {
206 | ELIF_EXPANDED expression NEWLINE {
256 /* Be careful to only evaluate the 'if' expression if
276 /* #if without an expression is only an error if we
281 glcpp_error(& @1, parser, "#if with no expression");
296 /* Be careful to only evaluate the 'elif' expression
316 /* #elif without an expression is an error unless we
321 glcpp_error(& @1, parser, "#elif with no expression");
327 glcpp_warning(& @1, parser, "ignoring illegal #elif without expression");
374 expression: label
    [all...]
  /external/pcre/dist/doc/
pcreposix.3 25 expression 8-bit library. See the
73 about the compiled regular expression.
80 The PCRE_DOTALL option is set when the regular expression is passed for
86 The PCRE_CASELESS option is set when the regular expression is passed for
91 The PCRE_MULTILINE option is set when the regular expression is passed for
97 The PCRE_NO_AUTO_CAPTURE option is set when the regular expression is passed
105 The PCRE_UCP option is set when the regular expression is passed for
112 The PCRE_UNGREEDY option is set when the regular expression is passed for
118 The PCRE_UTF8 option is set when the regular expression is passed for
134 the regular expression. Various error codes are defined in the header file
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
RegexpPool.java 32 * faster than doing individual regular expression matches one-by-one.
48 * Add a regular expression to the pool of regular expressions.
49 * @param re The regular expression to add to the pool.
52 * @param ret The object to be returned when this regular expression is
63 * Replace the target for the regular expression with a different
66 * @param re The regular expression to be replaced in the pool.
69 * @param ret The object to be returned when this regular expression is
83 * Delete the regular expression and its target.
84 * @param re The regular expression to be deleted from the pool.
148 the regular expression when it was added to the pool
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 203 // A class literal expression
298 void DoTest(Expression* condition,
354 void VisitForEffect(Expression* expr) {
361 void VisitForAccumulatorValue(Expression* expr) {
368 void VisitForStackValue(Expression* expr) {
375 void VisitForControl(Expression* expr,
383 // the end of the entire expression. This happens as part of visiting
384 // the expression.
387 void VisitInDuplicateContext(Expression* expr);
434 void EmitLiteralCompareTypeof(Expression* expr
    [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 45 // Definitely starts a lambda expression.
52 // start of a constant expression or a lambda capture list.
57 // lambda expression.
84 // lambda expression. This decision favors lambdas over the older
124 /// '[' constant-expression ']'
125 /// [GNU] '[' constant-expression '...' constant-expression ']'
128 /// initializer (because it is an expression). We need to consider this case
136 // normal expression.
185 // array-designator: '[' constant-expression ']'
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_tables.h 329 * @NFTA_SET_ELEM_EXPR: expression (NLA_NESTED: nft_expr_attributes)
415 * enum nft_expr_attributes - nf_tables expression netlink attributes
417 * @NFTA_EXPR_NAME: name of the expression type (NLA_STRING)
429 * enum nft_immediate_attributes - nf_tables immediate expression netlink attributes
443 * enum nft_bitwise_attributes - nf_tables bitwise expression netlink attributes
451 * The bitwise expression performs the following operation:
486 * enum nft_byteorder_attributes - nf_tables byteorder expression netlink attributes
525 * enum nft_cmp_attributes - nf_tables cmp expression netlink attributes
541 * enum nft_lookup_attributes - nf_tables set lookup expression netlink attributes
564 * enum nft_dynset_attributes - dynset expression attribute
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
416 'Expression(body=BinOp(left=Num(n=1, lineno=1, col_offset=0), '
441 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
449 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
554 ('Expression', ('Name', (1, 0), 'None', ('Load',))),
555 ('Expression', ('BoolOp', (1, 0), ('And',), [('Name', (1, 0), 'a', ('Load',)), ('Name', (1, 6), 'b', ('Load',))])),
556 ('Expression', ('BinOp', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Add',), ('Name', (1, 4), 'b', ('Load',)))),
557 ('Expression', ('UnaryOp', (1, 0), ('Not',), ('Name', (1, 4), 'v', ('Load',)))),
558 ('Expression', ('Lambda', (1, 0), ('arguments', [], None, None, []), ('Name', (1, 7), 'None', ('Load',)))),
559 ('Expression', ('Dict', (1, 0), [('Num', (1, 2), 1)], [('Num', (1, 4), 2)]))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
416 'Expression(body=BinOp(left=Num(n=1, lineno=1, col_offset=0), '
441 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
449 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
554 ('Expression', ('Name', (1, 0), 'None', ('Load',))),
555 ('Expression', ('BoolOp', (1, 0), ('And',), [('Name', (1, 0), 'a', ('Load',)), ('Name', (1, 6), 'b', ('Load',))])),
556 ('Expression', ('BinOp', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Add',), ('Name', (1, 4), 'b', ('Load',)))),
557 ('Expression', ('UnaryOp', (1, 0), ('Not',), ('Name', (1, 4), 'v', ('Load',)))),
558 ('Expression', ('Lambda', (1, 0), ('arguments', [], None, None, []), ('Name', (1, 7), 'None', ('Load',)))),
559 ('Expression', ('Dict', (1, 0), [('Num', (1, 2), 1)], [('Num', (1, 4), 2)]))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
416 'Expression(body=BinOp(left=Num(n=1, lineno=1, col_offset=0), '
441 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
449 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
554 ('Expression', ('Name', (1, 0), 'None', ('Load',))),
555 ('Expression', ('BoolOp', (1, 0), ('And',), [('Name', (1, 0), 'a', ('Load',)), ('Name', (1, 6), 'b', ('Load',))])),
556 ('Expression', ('BinOp', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Add',), ('Name', (1, 4), 'b', ('Load',)))),
557 ('Expression', ('UnaryOp', (1, 0), ('Not',), ('Name', (1, 4), 'v', ('Load',)))),
558 ('Expression', ('Lambda', (1, 0), ('arguments', [], None, None, []), ('Name', (1, 7), 'None', ('Load',)))),
559 ('Expression', ('Dict', (1, 0), [('Num', (1, 2), 1)], [('Num', (1, 4), 2)]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
416 'Expression(body=BinOp(left=Num(n=1, lineno=1, col_offset=0), '
441 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
449 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '
554 ('Expression', ('Name', (1, 0), 'None', ('Load',))),
555 ('Expression', ('BoolOp', (1, 0), ('And',), [('Name', (1, 0), 'a', ('Load',)), ('Name', (1, 6), 'b', ('Load',))])),
556 ('Expression', ('BinOp', (1, 0), ('Name', (1, 0), 'a', ('Load',)), ('Add',), ('Name', (1, 4), 'b', ('Load',)))),
557 ('Expression', ('UnaryOp', (1, 0), ('Not',), ('Name', (1, 4), 'v', ('Load',)))),
558 ('Expression', ('Lambda', (1, 0), ('arguments', [], None, None, []), ('Name', (1, 7), 'None', ('Load',)))),
559 ('Expression', ('Dict', (1, 0), [('Num', (1, 2), 1)], [('Num', (1, 4), 2)]))
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 37 * expression.
40 * an expression type, implemented as enum's. They are not stored in memory at runtime, and they do not incur any
50 * For an expression, this determines the storage order of
51 * the matrix created by evaluation of that expression.
57 * means the expression should be evaluated by the calling expression */
62 * means the expression should be evaluated before any assignment */
67 * Short version: means the expression might be vectorized
99 * Short version: means the expression can be seen as 1D vector.
102 * of this expression by coeff(int), and coeffRef(int) in the case of a lvalue expression. Thes
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 8 // -- an integral constant expression; or
25 // -- a constant expression that designates the address of an object with
29 // (ignoring parentheses) as & id-expression, except that the & may be
89 // -- a constant expression that evaluates to a null pointer value (4.10); or
90 // -- a constant expression that evaluates to a null member pointer value
106 template<int I = ([] { return 5; }())> //expected-error 2{{constant expression}} expected-note{{constant expression}}
  /external/clang/test/OpenMP/
parallel_for_num_threads_messages.cpp 17 #pragma omp parallel for num_threads ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
19 #pragma omp parallel for num_threads () // expected-error {{expected expression}}
25 #pragma omp parallel for num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
31 #pragma omp parallel for num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
45 #pragma omp parallel for num_threads ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
47 #pragma omp parallel for num_threads () // expected-error {{expected expression}}
59 #pragma omp parallel for num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
parallel_for_simd_num_threads_messages.cpp 17 #pragma omp parallel for simd num_threads ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
19 #pragma omp parallel for simd num_threads () // expected-error {{expected expression}}
25 #pragma omp parallel for simd num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
31 #pragma omp parallel for simd num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
45 #pragma omp parallel for simd num_threads ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
47 #pragma omp parallel for simd num_threads () // expected-error {{expected expression}}
59 #pragma omp parallel for simd num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
parallel_sections_if_messages.cpp 18 #pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp parallel sections if () // expected-error {{expected expression}}
58 #pragma omp parallel sections if(parallel : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
91 #pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
95 #pragma omp parallel sections if () // expected-error {{expected expression}}
131 #pragma omp parallel sections if(if(tmain(argc, argv) // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
135 #pragma omp parallel sections if(parallel : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
target_if_messages.cpp 15 #pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
16 #pragma omp target if () // expected-error {{expected expression}}
25 #pragma omp target if(target : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
38 #pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
39 #pragma omp target if () // expected-error {{expected expression}}
48 #pragma omp target if(if(tmain(argc, argv) // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
49 #pragma omp target if(target : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
task_depend_messages.cpp 28 #pragma omp task depend (source) // expected-error {{expected expression}} expected-warning {{missing ':' after dependency type - ignoring}}
30 #pragma omp task depend (out: ) // expected-error {{expected expression}}
31 #pragma omp task depend (inout : foobool(argc)), depend (in, argc) // expected-error {{expected variable name, array element or array section}} expected-warning {{missing ':' after dependency type - ignoring}} expected-error {{expected expression}}
36 #pragma omp task depend (in : ) // expected-error {{expected expression}}
40 #pragma omp task depend (in : argv[ // expected-error {{expected expression}} expected-error {{expected ']'}} expected-error {{expected ')'}} expected-note {{to match this '['}} expected-note {{to match this '('}}
41 #pragma omp task depend (in : argv[: // expected-error {{expected expression}} expected-error {{expected ']'}} expected-error {{expected ')'}} expected-note {{to match this '['}} expected-note {{to match this '('}}
43 #pragma omp task depend (in : argv[argc: // expected-error {{expected expression}} expected-error {{expected ']'}} expected-error {{expected ')'}} expected-note {{to match this '['}} expected-note {{to match this '('}}
task_if_messages.cpp 15 #pragma omp task if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
16 #pragma omp task if () // expected-error {{expected expression}}
25 #pragma omp task if(task : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
38 #pragma omp task if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
39 #pragma omp task if () // expected-error {{expected expression}}
48 #pragma omp task if(if(tmain(argc, argv) // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
49 #pragma omp task if(task : // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/clang/test/Sema/
inline-asm-validate-x86.c 9 : "0"(i), "I"(j)); // expected-error{{constraint 'I' expects an integer constant expression}}
26 : "0"(i), "J"(j)); // expected-error{{constraint 'J' expects an integer constant expression}}
43 : "0"(i), "K"(j)); // expected-error{{constraint 'K' expects an integer constant expression}}
63 : "0"(i), "L"(j)); // expected-error{{constraint 'L' expects an integer constant expression}}
86 : "0"(i), "M"(j)); // expected-error{{constraint 'M' expects an integer constant expression}}
103 : "0"(i), "N"(j)); // expected-error{{constraint 'N' expects an integer constant expression}}
120 : "0"(i), "O"(j)); // expected-error{{constraint 'O' expects an integer constant expression}}
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}}
16 constexpr S s1; // expected-error {{constant expression}} expected-note {{in call to 'S()'}}
40 expected-error {{constant expression}} \
53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note {{in call to 'passLargeArray({{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}})'}}
63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
74 static_assert(MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.*&MemPtrTest::n), ""); // expected-error {{constant expression}} \
98 static_assert(mulBy3(fold((LabelDiffTy)&&a-(LabelDiffTy)&&b)) == 3, ""); // expected-error {{constant expression}} expected-note {{call to 'mulBy3(&&a - &&b)'}}
  /external/eigen/Eigen/src/Core/
Select.h 18 * \brief Expression of a coefficient wise version of the C++ ternary operator ?:
20 * \param ConditionMatrixType the type of the \em condition expression which must be a boolean matrix
21 * \param ThenMatrixType the type of the \em then expression
22 * \param ElseMatrixType the type of the \em else expression
24 * This class represents an expression of a coefficient wise version of the C++ ternary operator ?:.
131 * the \em else expression being a scalar value.
146 * the \em then expression being a scalar value.
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 155 // Another expression component.
173 void CFIFrameInfoParseHandler::CFARule(const string &expression) {
174 frame_info_->SetCFARule(expression);
177 void CFIFrameInfoParseHandler::RARule(const string &expression) {
178 frame_info_->SetRARule(expression);
182 const string &expression) {
183 frame_info_->SetRegisterRule(name, expression);
  /external/javassist/src/main/javassist/expr/
NewExpr.java 24 * Object creation (<tt>new</tt> expression).
56 * expression represented by this object.
62 * <tt>new</tt> expression.
71 * Returns the source file containing the <tt>new</tt> expression.
120 * Returns the list of exceptions that the expression may throw.
122 * including the expression can catch and the exceptions that
154 * Replaces the <tt>new</tt> expression with the bytecode derived from

Completed in 3368 milliseconds

<<31323334353637383940>>