HomeSort by relevance Sort by last modified time
    Searched refs:LINE (Results 101 - 125 of 379) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips3/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips4-wrong-error.s 9 bc1fl $fcc7,27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 bc1tl $fcc7,27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r3/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips2-wrong-error.s 9 bc2tl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 bc2fl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
invalid-mips4-wrong-error.s 9 bc2tl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 bc2fl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($t1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips4-wrong-error.s 9 bc2tl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 bc2fl 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /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
reloc-directive-negative.s 5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
set-oddspreg-nooddspreg-error.s 6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
macro-ddiv-bad.s 12 # MIPS32-OR-R6: :[[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
macro-ddivu-bad.s 12 # MIPS32-OR-R6: :[[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
macro-div-bad.s 12 # R6: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
15 # NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
macro-divu-bad.s 12 # R6: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
15 # NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
set-at-directive-explicit-at.s 12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
27 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
46 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
51 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] );
80 if (ef[e0]) LINE( v[0], v[1] );
81 if (ef[e1]) LINE( v[1], v[2] );
82 if (ef[e2]) LINE( v[2], v[0] );
143 if (ef[e0]) LINE( v[0], v[1] );
144 if (ef[e1]) LINE( v[1], v[2] );
145 if (ef[e2]) LINE( v[2], v[3] );
146 if (ef[e3]) LINE( v[3], v[0] )
    [all...]
  /system/extras/tests/mmc_tracepoints/
mmc_trace_reduce 20 while read LINE
23 if [ -z "${LINE###*}" ]
29 LINE=${LINE/AsyncTask /AsyncTask-}
31 set $LINE
37 echo "Ignoring consecutive start line" >&2
40 SAVED_START_LINE="$LINE"
42 # Found a start line. Extract the interesting bits
58 # Found an end line. Extract the interesting bits,
59 # then make sure it matches with the saved start line,
    [all...]
  /prebuilts/go/darwin-x86/test/
goto.go 42 goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration"
60 goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration"
80 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
90 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
128 goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block"
133 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
145 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
182 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
189 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block
    [all...]
  /prebuilts/go/linux-x86/test/
goto.go 42 goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration"
60 goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration"
80 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
90 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
128 goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block"
133 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
145 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
182 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
189 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block
    [all...]
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 31 public static final int LINE = 1;
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
58 * Line/Move constructor
80 * Constructs and returns a PathPoint object that describes a line to the given xy location.
83 return new PathPoint(LINE, x, y);

Completed in 480 milliseconds

1 2 3 45 6 7 8 91011>>