OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incompatible
(Results
76 - 100
of
206
) sorted by null
1
2
3
4
5
6
7
8
9
/external/protobuf/objectivec/google/protobuf/
Any.pbobjc.h
7
#error This file was generated by a different version of protoc which is
incompatible
with your Protocol Buffer library sources.
Duration.pbobjc.h
7
#error This file was generated by a different version of protoc which is
incompatible
with your Protocol Buffer library sources.
FieldMask.pbobjc.h
7
#error This file was generated by a different version of protoc which is
incompatible
with your Protocol Buffer library sources.
SourceContext.pbobjc.h
7
#error This file was generated by a different version of protoc which is
incompatible
with your Protocol Buffer library sources.
Timestamp.pbobjc.h
7
#error This file was generated by a different version of protoc which is
incompatible
with your Protocol Buffer library sources.
/prebuilts/go/darwin-x86/test/fixedbugs/bug345.dir/
main.go
25
bufio.NewWriter(w) // ERROR "test/io|has
incompatible
type"
27
io.SR(&x) // ERROR "test/io|has
incompatible
type"
/prebuilts/go/linux-x86/test/fixedbugs/bug345.dir/
main.go
25
bufio.NewWriter(w) // ERROR "test/io|has
incompatible
type"
27
io.SR(&x) // ERROR "test/io|has
incompatible
type"
/prebuilts/go/darwin-x86/test/
cmp6.go
38
use(c1 == c2) // ERROR "invalid operation|
incompatible
"
39
use(c2 == c1) // ERROR "invalid operation|
incompatible
"
50
use(p1 == p2) // ERROR "invalid operation|
incompatible
"
51
use(p2 == p1) // ERROR "invalid operation|
incompatible
"
rename1.go
16
a = 1 + iota // ERROR "string|
incompatible
types" "convert iota"
ddd1.go
21
_ = sum("hello") // ERROR ".hello. .type string. as type int|
incompatible
"
22
_ = sum([]int{1}) // ERROR "\[\]int literal.*as type int|
incompatible
"
switch3.go
21
case s: // ERROR "mismatched types string and I|
incompatible
types"
25
case i: // ERROR "mismatched types I and string|
incompatible
types"
/prebuilts/go/darwin-x86/test/fixedbugs/
issue3925.go
21
20, // ERROR "cannot use|
incompatible
type"
issue4545.go
16
fmt.Println(1.0 + 1<<s) // ERROR "invalid operation|non-integer type|
incompatible
type"
bug381.go
30
f(time.Wednesday) // ERROR "time.Wednesday|
incompatible
type"
/prebuilts/go/linux-x86/test/
cmp6.go
38
use(c1 == c2) // ERROR "invalid operation|
incompatible
"
39
use(c2 == c1) // ERROR "invalid operation|
incompatible
"
50
use(p1 == p2) // ERROR "invalid operation|
incompatible
"
51
use(p2 == p1) // ERROR "invalid operation|
incompatible
"
rename1.go
16
a = 1 + iota // ERROR "string|
incompatible
types" "convert iota"
ddd1.go
21
_ = sum("hello") // ERROR ".hello. .type string. as type int|
incompatible
"
22
_ = sum([]int{1}) // ERROR "\[\]int literal.*as type int|
incompatible
"
switch3.go
21
case s: // ERROR "mismatched types string and I|
incompatible
types"
25
case i: // ERROR "mismatched types I and string|
incompatible
types"
/prebuilts/go/linux-x86/test/fixedbugs/
issue3925.go
21
20, // ERROR "cannot use|
incompatible
type"
issue4545.go
16
fmt.Println(1.0 + 1<<s) // ERROR "invalid operation|non-integer type|
incompatible
type"
bug381.go
30
f(time.Wednesday) // ERROR "time.Wednesday|
incompatible
type"
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindowTest.java
122
Map<JreDeflateParameters, String>
incompatible
= brokenWindow.getIncompatibleValues();
local
123
Assert.assertTrue(
incompatible
.containsKey(brokenParameters));
/external/ppp/pppd/
Android.mk
31
LOCAL_CLANG_CFLAGS += -Wno-
incompatible
-pointer-types-discards-qualifiers
/prebuilts/go/darwin-x86/test/interface/
pointer.go
37
var y *Inst = new(Start) // ERROR "pointer to interface|
incompatible
type"
/prebuilts/go/linux-x86/test/interface/
pointer.go
37
var y *Inst = new(Start) // ERROR "pointer to interface|
incompatible
type"
Completed in 4031 milliseconds
1
2
3
4
5
6
7
8
9