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

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
bracket-darwin.s 4 // CHECK: error: brackets expression not supported on this target
cmp-immediate-fixup-error.s 5 @ CHECK: error: expected relocatable expression
cmp-immediate-fixup-error2.s 5 @ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
error-location-ldr-pseudo.s 4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
  /external/llvm/test/MC/AsmParser/
dot-symbol-non-absolute.s 7 # CHECK: : expected absolute 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
div-by-zero.s 5 // 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-dollar.s 5 // CHECK-ERROR: 4:7: error: invalid token in expression
  /external/llvm/test/MC/Mips/
reloc-directive-bad.s 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
  /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/testng/src/main/java/org/testng/internal/
Bsh.java 17 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) {
27 Object evalResult = interpreter.eval(expression);
31 Utils.log("bsh.Interpreter", 2, "Cannot evaluate expression:"
32 + expression + ":" + evalError.getMessage());
  /external/v8/src/parsing/
parameter-initializer-rewriter.h 15 Expression* initializer, Scope* old_scope,
  /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...]
  /frameworks/support/documents-archive/src/android/support/provider/
Preconditions.java 34 static void checkArgument(boolean expression, String message) {
35 if (!expression) {
53 static void checkState(boolean expression, String message) {
54 if (!expression) {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
rewrite8.golden 7 // Check that literal type expression rewrites are accepted.
rewrite8.input 7 // Check that literal type expression rewrites are accepted.
  /prebuilts/go/darwin-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 {}
  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite8.golden 7 // Check that literal type expression rewrites are accepted.

Completed in 944 milliseconds

<<11121314151617181920>>