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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite8.input 7 // Check that literal type expression rewrites are accepted.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug081.go 12 bug081.go:3: first constant must evaluate an expression
gcc61254.go 7 // PR61254: gccgo failed to compile a slice expression with missing indices.
issue7996.go 7 // /tmp/x.go:5: illegal constant expression: bool == interface {}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
symtab.d 5 #name: .set with expression
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
rotX.l 4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
badoffsetlow.s 2 ; a signed quantity. Also tests expression parsing.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 45 * @param expression
46 * the boolean expression of the check
51 public static boolean isLegal(boolean expression) {
52 return isLegal(expression, ""); //$NON-NLS-1$
60 * @param expression
61 * the boolean expression of the check
68 public static boolean isLegal(boolean expression, String message) {
69 if (!expression) {
72 return expression;
243 * @param expression
    [all...]
  /external/libxml2/result/XPath/tests/
mixedpat 3 Expression: s
12 Expression: s|p1/s
25 Expression: s|/root/p1/s
38 Expression: /root/p1/s|s
51 Expression: //s
68 Expression: //s|p1
86 Expression: p1|//s
chaptersbase 3 Expression: /child::EXAMPLE
15 Expression: /child::*
27 Expression: /child::EXAMPLE/child::head
33 Expression: /child::EXAMPLE/child::*
59 Expression: /child::EXAMPLE/child::head/child::title
65 Expression: /child::EXAMPLE/child::head/child::title/child::text()
72 Expression: /child::EXAMPLE/child::head/node()
82 Expression: /descendant::title
93 Expression: /descendant::p/ancestor::chapter
118 Expression: //p[1
    [all...]
simpleabbr 3 Expression: /EXAMPLE
15 Expression: /EXAMPLE/head
21 Expression: /EXAMPLE/chapter[1]
27 Expression: //p
34 Expression: //chapter/image
43 Expression: //p/text()
52 Expression: //p/text()[position()=1]
61 Expression: //p/text()[position()=last()]
70 Expression: (//p/text())[position()=1]
77 Expression: (//p/text())[position()=last()
    [all...]
langsimple 3 Expression: //*[lang('en')]
35 Expression: //*[lang('en-us')]
48 Expression: //*[lang('en-gb')]
53 Expression: //*[lang('fr')]
58 Expression: //*[lang('')]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
89 * Specifies that when a regular expression is matched against a character
90 * container sequence, no sub-expression matches are to be stored in the
96 * Specifies that the regular expression engine should pay more attention to
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar.
120 * Specifies that the grammar recognized by the regular expression engine is
129 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
89 * Specifies that when a regular expression is matched against a character
90 * container sequence, no sub-expression matches are to be stored in the
96 * Specifies that the regular expression engine should pay more attention to
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar.
120 * Specifies that the grammar recognized by the regular expression engine is
129 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
89 * Specifies that when a regular expression is matched against a character
90 * container sequence, no sub-expression matches are to be stored in the
96 * Specifies that the regular expression engine should pay more attention to
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar.
120 * Specifies that the grammar recognized by the regular expression engine is
129 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
89 * Specifies that when a regular expression is matched against a character
90 * container sequence, no sub-expression matches are to be stored in the
96 * Specifies that the regular expression engine should pay more attention to
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar.
120 * Specifies that the grammar recognized by the regular expression engine is
129 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 23 import org.apache.xpath.Expression;
59 * @param owner The owner of the expression, to which the expression can
74 // * @param owner The owner of the expression, to which the expression can
87 * proper unique component for predicates, and that the expression will
88 * be called also for whatever type Expression is.
90 * @param owner The owner of the expression, to which the expression can
95 public boolean visitPredicate(ExpressionOwner owner, Expression pred
    [all...]
  /external/avahi/avahi-core/
internal.h 198 #define AVAHI_CHECK_VALIDITY(server, expression, error) { \
199 if (!(expression)) \
203 #define AVAHI_CHECK_VALIDITY_RETURN_NULL(server, expression, error) { \
204 if (!(expression)) { \
210 #define AVAHI_CHECK_VALIDITY_SET_RET_GOTO_FAIL(server, expression, error) {\
211 if (!(expression)) { \
217 #define AVAHI_ASSERT_TRUE(expression) { \
218 int __tmp = !!(expression); \
222 #define AVAHI_ASSERT_SUCCESS(expression) { \
223 int __tmp = (expression); \
    [all...]
  /external/clang/test/OpenMP/
single_misc_messages.c 83 // expected-error@+2 {{expected expression}}
89 // expected-error@+1 2 {{expected expression}}
93 // expected-error@+1 2 {{expected expression}}
97 // expected-error@+1 {{expected expression}}
101 // expected-error@+1 {{expected expression}}
125 // expected-error@+1 {{expected expression}}
131 // expected-error@+1 2 {{expected expression}}
135 // expected-error@+1 2 {{expected expression}}
139 // expected-error@+1 {{expected expression}}
143 // expected-error@+1 {{expected expression}}
    [all...]
  /external/clang/test/Parser/
cxx1z-fold-expressions.cpp 14 template<int ...N> void bad2() { (2 * N + ... + 1); } // expected-error {{expression not permitted as operand}}
15 template<int ...N> void bad3() { (2 + N * ... * 1); } // expected-error {{expression not permitted as operand}}
16 template<int ...N, int ...M> void bad4(int (&...x)[N]) { (N + M * ... * 1); } // expected-error {{expression not permitted as operand}}
20 template<int ...N> void bad5() { N + ...; } // expected-error {{expected expression}} expected-error +{{}}
21 template<int ...N> void bad6() { ... + N; } // expected-error {{expected expression}}
22 template<int ...N> void bad7() { N + ... + N; } // expected-error {{expected expression}} expected-error +{{}}
25 template<int ...N> int bad8() { return (N + ... * 3); } // expected-error {{operators in fold expression must be the same}}
26 template<int ...N> int bad9() { return (3 + ... * N); } // expected-error {{operators in fold expression must be the same}}
28 template<int ...N> int bad11() { return (N + ... 0); } // expected-error {{expected a foldable binary operator}} expected-error {{expected expression}}
29 template<int ...N> int bad12() { return (... N); } // expected-error {{expected expression}}
    [all...]
  /external/v8/src/ast/
ast.cc 51 bool Expression::IsSmiLiteral() const {
56 bool Expression::IsStringLiteral() const {
61 bool Expression::IsNullLiteral() const {
68 bool Expression::IsUndefinedLiteral() const {
87 bool Expression::IsValidReferenceExpressionOrThis() const {
95 : Expression(zone, start_position),
108 : Expression(zone, start_position),
146 static void AssignVectorSlots(Expression* expr, FeedbackVectorSpec* spec,
169 Assignment::Assignment(Zone* zone, Token::Value op, Expression* target,
170 Expression* value, int pos
818 Expression* expression = expressions->at(i); local
    [all...]
  /external/clang/test/CXX/expr/expr.mptr.oper/
p6-0x.cpp 9 // In a .* expression whose object expression is an rvalue, the
11 // function with ref-qualifier &. In a ->* expression or in a .*
12 // expression whose object expression is an lvalue, the program is
  /external/clang/test/Sema/
block-call.c 16 const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int (^)()'}}
25 int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing 'int *(^)()' with an expression of type 'int *const (^)()'}}
33 int (^IPCC6) (int, char (^CArg) (float)) = IPCC4; // expected-error {{incompatible block pointer types initializing 'int (^)(int, char (^)(float))' with an expression of type 'int (^)(int, char (^)(double))'}}
38 int (^y)() = 3; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}}
40 int (^z)() = a+4; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}}
  /external/llvm/test/MC/AArch64/
error-location.s 7 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a subtraction expression
10 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
13 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: No relocation available to represent this relative expression
22 // CHECK: <unknown>:0: error: expression could not be evaluated
32 // CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
  /external/llvm/test/MC/ARM/
error-location.s 7 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a subtraction expression
10 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
13 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: No relocation available to represent this relative expression
22 @ CHECK: <unknown>:0: error: expression could not be evaluated
32 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression

Completed in 552 milliseconds

<<11121314151617181920>>