HomeSort by relevance Sort by last modified time
    Searched refs:wrong (Results 26 - 50 of 816) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
fuzzy-pch.c 20 # error FOO has the wrong definition
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug314.go 7 // Used to call wrong methods; issue 1290.
26 panic("wrong method called")
29 panic("wrong method called")
bug212.go 10 var v1 = S{ make(map[int]int) } // ERROR "cannot|illegal|incompatible|wrong"
11 var v2 map[I]int = map[int]int{} // ERROR "cannot|illegal|incompatible|wrong"
12 var v3 = S{ make(map[uint]int) } // ERROR "cannot|illegal|incompatible|wrong"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug314.go 7 // Used to call wrong methods; issue 1290.
26 panic("wrong method called")
29 panic("wrong method called")
bug212.go 10 var v1 = S{ make(map[int]int) } // ERROR "cannot|illegal|incompatible|wrong"
11 var v2 map[I]int = map[int]int{} // ERROR "cannot|illegal|incompatible|wrong"
12 var v3 = S{ make(map[uint]int) } // ERROR "cannot|illegal|incompatible|wrong"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-bad-1.l 22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong sid
    [all...]
  /prebuilts/go/darwin-x86/test/
func8.go 38 panic("wrong f,g order")
42 panic("wrong compare")
45 panic("wrong x,y order")
range.go 34 println("for range: wrong count", n, "want 26")
42 println("for _ = range: wrong count", n, "want 26")
50 println("for _, _ = range: wrong count", n, "want 26")
58 println("for i, _ := range: wrong sum", s, "want 325")
66 println("for _, v := range: wrong sum", r, "want 2847")
85 println("testchan wrong count", n, "want 26")
111 println("wrong sum ranging over makeslice", s)
122 println("wrong parallel assignment", i, x[0], x[1])
138 println("wrong sum ranging over makeslice", s)
154 println("wrong count ranging over makeslice", n
    [all...]
indirect.go 50 println("wrong maplen")
58 println("wrong stringlen")
66 println("wrong arraylen")
74 println("wrong slicelen")
82 println("wrong slicecap")
  /prebuilts/go/linux-x86/test/
func8.go 38 panic("wrong f,g order")
42 panic("wrong compare")
45 panic("wrong x,y order")
range.go 34 println("for range: wrong count", n, "want 26")
42 println("for _ = range: wrong count", n, "want 26")
50 println("for _, _ = range: wrong count", n, "want 26")
58 println("for i, _ := range: wrong sum", s, "want 325")
66 println("for _, v := range: wrong sum", r, "want 2847")
85 println("testchan wrong count", n, "want 26")
111 println("wrong sum ranging over makeslice", s)
122 println("wrong parallel assignment", i, x[0], x[1])
138 println("wrong sum ranging over makeslice", s)
154 println("wrong count ranging over makeslice", n
    [all...]
indirect.go 50 println("wrong maplen")
58 println("wrong stringlen")
66 println("wrong arraylen")
74 println("wrong slicelen")
82 println("wrong slicecap")
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
OutOfRangeException.java 40 * @param wrong Requested value.
44 public OutOfRangeException(Number wrong,
47 super(LocalizedFormats.OUT_OF_RANGE_SIMPLE, wrong, lo, hi);
NonMonotonousSequenceException.java 43 * Index of the wrong value.
56 * @param wrong Value that did not match the requirements.
60 public NonMonotonousSequenceException(Number wrong,
63 this(wrong, previous, index, MathUtils.OrderDirection.INCREASING, true);
69 * @param wrong Value that did not match the requirements.
77 public NonMonotonousSequenceException(Number wrong,
89 wrong, previous, index, index - 1);
110 * Get the index of the wrong value.
  /external/libcxx/test/std/utilities/function.objects/func.invoke/
invoke_feature_test_macro.pass.cpp 29 # error __cpp_lib_invoke has the wrong value
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.invoke/
invoke_feature_test_macro.pass.cpp 29 # error __cpp_lib_invoke has the wrong value
  /toolchain/binutils/binutils-2.27/bfd/
elfcore.h 92 goto wrong;
99 goto wrong;
105 goto wrong;
112 goto wrong;
116 goto wrong;
119 goto wrong;
148 goto wrong;
170 goto wrong;
178 goto wrong;
183 goto wrong;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips-size-0.l 10 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
11 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
13 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
15 .*:77: Warning: wrong size instruction in a 16-bit branch delay slot
16 .*:78: Warning: wrong size instruction in a 16-bit branch delay slot
17 .*:80: Warning: wrong size instruction in a 32-bit branch delay slot
18 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
23 .*:98: Warning: wrong size instruction in a 32-bit branch delay slot
26 .*:108: Warning: wrong size instruction in a 32-bit branch delay slo
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug191.dir/
main.go 15 panic("wrong vars")
  /prebuilts/go/linux-x86/test/fixedbugs/bug191.dir/
main.go 15 panic("wrong vars")
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
sane1.d 5 # mmix symbol sections are wrong, pdp sign extends 16-bit addresses
  /external/libcxx/test/std/utilities/meta/meta.unary.prop.query/
void_t_feature_test_macro.pass.cpp 27 # error Feature test macro has the wrong value
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary.prop.query/
void_t_feature_test_macro.pass.cpp 27 # error Feature test macro has the wrong value
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
p2663.s 5 jsr table(%pc,%d7.w) | wrong
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-greg1.s 4 % The error is reported on the wrong line. Methinks that error is

Completed in 674 milliseconds

12 3 4 5 6 7 8 91011>>