HomeSort by relevance Sort by last modified time
    Searched refs:cannot (Results 1 - 25 of 1569) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/scripts/
shell_binaryfile.stderr.exp 1 valgrind: ./shell_binaryfile: cannot execute binary file
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
predicate-bad-3.l 2 [^:]*:5: Error: instruction 'nop' cannot be predicated
3 [^:]*:6: Error: instruction 'nop' cannot be predicated
4 [^:]*:7: Error: instruction 'addab' cannot be predicated
5 [^:]*:8: Error: instruction 'addah' cannot be predicated
6 [^:]*:9: Error: instruction 'addaw' cannot be predicated
7 [^:]*:10: Error: instruction 'callp' cannot be predicated
8 [^:]*:11: Error: instruction 'addsub' cannot be predicated
9 [^:]*:12: Error: instruction 'addsub2' cannot be predicated
10 [^:]*:13: Error: instruction 'cmpy' cannot be predicated
11 [^:]*:14: Error: instruction 'cmpyr' cannot be predicate
    [all...]
predicate-bad-2.l 3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicate
    [all...]
sploop-bad-7.l 3 [^:]*:8: Error: cannot mask instruction using no functional unit
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
c.go 9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
c.go 9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
baddata1.l 2 .*:8: Error: cannot represent BFD_RELOC_8 relocation in this object file format
3 .*:9: Error: cannot represent BFD_RELOC_8 relocation in this object file format
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-cond-bad.l 2 [^:]*:10: Error: instruction cannot be conditional -- `vmoveq q0,q1'
3 [^:]*:11: Error: instruction cannot be conditional -- `vmoveq d0,d1'
4 [^:]*:12: Error: instruction cannot be conditional -- `vmoveq\.i32 q0,#0'
5 [^:]*:13: Error: instruction cannot be conditional -- `vmoveq\.i32 d0,#0'
6 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 d0,d1,d2'
7 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 q0,q1,q2'
8 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 d0,d1,d2'
9 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 q0,q1,q2'
10 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 d0,d1,d2'
11 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 q0,q1,q2
    [all...]
armv8-2-fp16-scalar-bad.l 6 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
7 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
8 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
9 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
10 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
11 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
12 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
13 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
14 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
15 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABL
    [all...]
reloc-bad.l 3 [^:]*:3: Error: cannot represent T32_OFFSET_IMM relocation in this object file format
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue20812.go 10 _ = int("1") // ERROR "cannot convert"
11 _ = bool(0) // ERROR "cannot convert"
12 _ = bool("false") // ERROR "cannot convert"
13 _ = int(false) // ERROR "cannot convert"
14 _ = string(true) // ERROR "cannot convert"
bug278.go 18 f()[1] = 2 // ERROR "cannot|invalid"
19 f()[2:3][0] = 4 // ERROR "cannot|addressable"
21 x[2] = 3 // ERROR "cannot|invalid"
22 m[0][5] = 6 // ERROR "cannot|invalid"
bug284.go 33 a0 = [3]int(a2) // ERROR "cannot|invalid"
36 a1 = A1(a2) // ERROR "cannot|invalid"
37 a2 = A2(a0) // ERROR "cannot|invalid"
38 a2 = A2(a1) // ERROR "cannot|invalid"
56 }(s2) // ERROR "cannot|invalid"
59 s1 = S1(s2) // ERROR "cannot|invalid"
60 s2 = S2(s0) // ERROR "cannot|invalid"
61 s2 = S2(s1) // ERROR "cannot|invalid"
71 p0 = (*int)(p2) // ERROR "cannot|invalid"
74 p1 = P1(p2) // ERROR "cannot|invalid
    [all...]
issue8438.go 13 _ = []byte{"foo"} // ERROR "cannot convert"
14 _ = []int{"foo"} // ERROR "cannot convert"
15 _ = []rune{"foo"} // ERROR "cannot convert"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue20812.go 10 _ = int("1") // ERROR "cannot convert"
11 _ = bool(0) // ERROR "cannot convert"
12 _ = bool("false") // ERROR "cannot convert"
13 _ = int(false) // ERROR "cannot convert"
14 _ = string(true) // ERROR "cannot convert"
bug278.go 18 f()[1] = 2 // ERROR "cannot|invalid"
19 f()[2:3][0] = 4 // ERROR "cannot|addressable"
21 x[2] = 3 // ERROR "cannot|invalid"
22 m[0][5] = 6 // ERROR "cannot|invalid"
bug284.go 33 a0 = [3]int(a2) // ERROR "cannot|invalid"
36 a1 = A1(a2) // ERROR "cannot|invalid"
37 a2 = A2(a0) // ERROR "cannot|invalid"
38 a2 = A2(a1) // ERROR "cannot|invalid"
56 }(s2) // ERROR "cannot|invalid"
59 s1 = S1(s2) // ERROR "cannot|invalid"
60 s2 = S2(s0) // ERROR "cannot|invalid"
61 s2 = S2(s1) // ERROR "cannot|invalid"
71 p0 = (*int)(p2) // ERROR "cannot|invalid"
74 p1 = P1(p2) // ERROR "cannot|invalid
    [all...]
  /prebuilts/go/darwin-x86/test/
convert2.go 25 s = t // ERROR "cannot use .* in assignment"
45 s = t // ERROR "cannot use .* in assignment"
46 s = u // ERROR "cannot use .* in assignment"
50 t = u // ERROR "cannot use .* in assignment"
66 s = t // ERROR "cannot use .* in assignment"
67 s = u // ERROR "cannot use .* in assignment"
71 t = u // ERROR "cannot use .* in assignment"
94 s = t // ERROR "cannot use .* in assignment"
95 s = u // ERROR "cannot use .* in assignment"
99 t = u // ERROR "cannot use .* in assignment
    [all...]
convert1.go 31 _ = []int64(s) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
35 _ = Tint64(s) // ERROR "cannot convert.*Tint64|invalid type conversion"
39 _ = []rune(sb) // ERROR "cannot convert.*\[\]rune|invalid type conversion"
40 _ = []int64(sb) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
43 _ = Trune(sb) // ERROR "cannot convert.*Trune|invalid type conversion"
44 _ = Tint64(sb) // ERROR "cannot convert.*Tint64|invalid type conversion"
47 _ = []byte(sr) // ERROR "cannot convert.*\[\]byte|invalid type conversion"
49 _ = []int64(sr) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
51 _ = Tbyte(sr) // ERROR "cannot convert.*Tbyte|invalid type conversion"
53 _ = Tint64(sr) // ERROR "cannot convert.*Tint64|invalid type conversion
    [all...]
assign1.go 108 a = a1 // ERROR "cannot use"
110 a1 = a // ERROR "cannot use"
115 b = b1 // ERROR "cannot use"
117 b1 = b // ERROR "cannot use"
122 c = c1 // ERROR "cannot use"
124 c1 = c // ERROR "cannot use"
129 f = f1 // ERROR "cannot use"
131 f1 = f // ERROR "cannot use"
143 m = m1 // ERROR "cannot use"
145 m1 = m // ERROR "cannot use
    [all...]
  /prebuilts/go/linux-x86/test/
convert2.go 25 s = t // ERROR "cannot use .* in assignment"
45 s = t // ERROR "cannot use .* in assignment"
46 s = u // ERROR "cannot use .* in assignment"
50 t = u // ERROR "cannot use .* in assignment"
66 s = t // ERROR "cannot use .* in assignment"
67 s = u // ERROR "cannot use .* in assignment"
71 t = u // ERROR "cannot use .* in assignment"
94 s = t // ERROR "cannot use .* in assignment"
95 s = u // ERROR "cannot use .* in assignment"
99 t = u // ERROR "cannot use .* in assignment
    [all...]
convert1.go 31 _ = []int64(s) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
35 _ = Tint64(s) // ERROR "cannot convert.*Tint64|invalid type conversion"
39 _ = []rune(sb) // ERROR "cannot convert.*\[\]rune|invalid type conversion"
40 _ = []int64(sb) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
43 _ = Trune(sb) // ERROR "cannot convert.*Trune|invalid type conversion"
44 _ = Tint64(sb) // ERROR "cannot convert.*Tint64|invalid type conversion"
47 _ = []byte(sr) // ERROR "cannot convert.*\[\]byte|invalid type conversion"
49 _ = []int64(sr) // ERROR "cannot convert.*\[\]int64|invalid type conversion"
51 _ = Tbyte(sr) // ERROR "cannot convert.*Tbyte|invalid type conversion"
53 _ = Tint64(sr) // ERROR "cannot convert.*Tint64|invalid type conversion
    [all...]
assign1.go 108 a = a1 // ERROR "cannot use"
110 a1 = a // ERROR "cannot use"
115 b = b1 // ERROR "cannot use"
117 b1 = b // ERROR "cannot use"
122 c = c1 // ERROR "cannot use"
124 c1 = c // ERROR "cannot use"
129 f = f1 // ERROR "cannot use"
131 f1 = f // ERROR "cannot use"
143 m = m1 // ERROR "cannot use"
145 m1 = m // ERROR "cannot use
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
str_util.cc 119 if (error) *error = "String cannot end with \\";
183 if (error) *error = "String cannot end with \\x";
186 if (error) *error = "\\x cannot be followed by a non-hex digit";
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pie/
start.d 3 #warning: .*: warning: cannot find entry symbol .*

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>