/external/llvm/test/MC/COFF/ |
bad-expr.s | 3 // CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression
|
/external/llvm/test/MC/ELF/ |
bad-expr.s | 4 // CHECK: symbol '__executable_start' can not be undefined in a subtraction expression
|
diff2.s | 12 // CHECK: expected relocatable expression
|
section-unique-err1.s | 3 // CHECK: error: expected absolute expression
|
subtraction-error.s | 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
|
/external/llvm/test/MC/MachO/ |
bad-darwin-x86_64-diff-relocs.s | 5 // CHECK-ERROR: unsupported relocation with subtraction expression
|
bad-dollar.s | 5 // CHECK-ERROR: 4:7: error: invalid token in expression
|
/external/ltrace/ |
expr.h | 76 /* Expression of type self just returns the value in consideration. 78 * representing that array is returned by the expression. */ 81 /* Expression that yields the value of an argument named NAME. NAME 86 /* Expression that yields the value of an argument number NUM. */ 89 /* Constant expression always returns the same value VAL. VAL is 95 /* Expression LHS[RHS]. LHS and RHS are owned if, respectively, 101 /* This expression returns the containing value of LHS (^LHS). LHS is 105 /* Callback expression calls CB(eval(LHS), DATA). LHS is owned if 114 /* Callback expression calls CB(eval(LHS), eval(RHS), DATA). LHS and 128 /* Copy expression NODE into the area pointed to by RETP. Return 0 o [all...] |
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_breaks_3.opt_test.expected | 6 (if (expression bool > (var_ref b) (constant float (0.000000)))
|
lower_breaks_5.opt_test.expected | 6 (if (expression bool > (var_ref b) (constant float (0.000000))) ()
|
/external/v8/test/mjsunit/ |
debug-evaluate.js | 74 testRequest(dcp, '{"expression":"1","global"=true}', false); 75 testRequest(dcp, '{"expression":"a","frame":4}', false); 78 testRequest(dcp, '{"expression":"1+2"}', true, 3); 79 testRequest(dcp, '{"expression":"a+2"}', true, 5); 80 testRequest(dcp, '{"expression":"({\\"a\\":1,\\"b\\":2}).b+2"}', true, 4); 83 testRequest(dcp, '{"expression":"a"}', true, 3); 84 testRequest(dcp, '{"expression":"a","frame":0}', true, 3); 85 testRequest(dcp, '{"expression":"a","frame":1}', true, 2); 86 testRequest(dcp, '{"expression":"a","frame":2}', true, 1); 87 testRequest(dcp, '{"expression":"a","global":true}', true, 1) [all...] |
/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
|
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...] |
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
TestWatchpointSetErrorCases.py | 54 'expression', 58 # 'watchpoint set expression' with '-w' or '-x' specified now needs 59 # an option terminator and a raw expression after that. 60 self.expect("watchpoint set expression -w write --", error=True, 63 # It's an error if the expression did not evaluate to an address. 64 self.expect("watchpoint set expression MyAggregateDataType", error=True, 65 startstr = 'error: expression did not evaluate to an address')
|
/external/lldb/test/lang/cpp/this/ |
TestCPPThis.py | 22 @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function' 23 @expectedFailureGcc # llvm.org/pr15439 The 'this' pointer isn't available during expression evaluation when stopped in an inlined member function. 48 self.expect("expression -- m_a = 2", 54 self.expect("expression -- m_a = 2", 57 self.expect("expression -- (int)getpid(); m_a", 62 self.expect("expression -- s_a", 67 self.expect("expression -- m_a",
|
/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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...] |
/prebuilts/ndk/9/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/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/lldb/test/lang/cpp/virtual/ |
TestVirtual.py | 12 return "'expression %s' matches the output (from compiled code): %s" % (expr, val) 27 """Test that expression works correctly with virtual inheritance as well as virtual function.""" 31 @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function' 34 """Test that expression works correctly with virtual inheritance as well as virtual function.""" 66 # 'expression' command to compare against the golden output. 72 # 'expression var'. 74 # Don't overwhelm the expression mechanism. 80 # causes a 0.5 second delay between 'expression' commands. 84 self.runCmd("expression %s" % my_expr) 87 # The expression output must match the oracle [all...] |