/prebuilts/go/darwin-x86/test/ |
const6.go | 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types" 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 27 _ = c1 && c2 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
|
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/ |
const6.go | 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types" 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 27 _ = c1 && c2 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
|
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/ |
issue9370.go | 56 _ = i == n // ERROR "invalid operation.*mismatched types" 57 _ = i != n // ERROR "invalid operation.*mismatched types" 58 _ = i >= n // ERROR "invalid operation.*mismatched types" 59 _ = n == i // ERROR "invalid operation.*mismatched types" 60 _ = n != i // ERROR "invalid operation.*mismatched types" 61 _ = n >= i // ERROR "invalid operation.*mismatched types" 70 _ = i == 1 // ERROR "invalid operation.*mismatched types" 71 _ = i != 1 // ERROR "invalid operation.*mismatched types" 72 _ = i >= 1 // ERROR "invalid operation.*mismatched types" 73 _ = 1 == i // ERROR "invalid operation.*mismatched types [all...] |
issue7310.go | 14 _ = 1+true // ERROR "cannot convert true" "mismatched types int and bool"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9370.go | 56 _ = i == n // ERROR "invalid operation.*mismatched types" 57 _ = i != n // ERROR "invalid operation.*mismatched types" 58 _ = i >= n // ERROR "invalid operation.*mismatched types" 59 _ = n == i // ERROR "invalid operation.*mismatched types" 60 _ = n != i // ERROR "invalid operation.*mismatched types" 61 _ = n >= i // ERROR "invalid operation.*mismatched types" 70 _ = i == 1 // ERROR "invalid operation.*mismatched types" 71 _ = i != 1 // ERROR "invalid operation.*mismatched types" 72 _ = i >= 1 // ERROR "invalid operation.*mismatched types" 73 _ = 1 == i // ERROR "invalid operation.*mismatched types [all...] |
issue7310.go | 14 _ = 1+true // ERROR "cannot convert true" "mismatched types int and bool"
|
/frameworks/base/tools/obbtool/ |
Android.mk | 16 LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags 39 LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags
|
/external/llvm/test/MC/ARM/ |
eh-directive-fnend-diagnostics.s | 4 @ Check the diagnostics for mismatched .fnend directive
|
eh-directive-fnstart-diagnostics.s | 4 @ Check the diagnostics for the mismatched .fnstart directives.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
calc.rb | 96 errors.first.should =~ /mismatched/
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonErrorNode.as | 74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonErrorNode.js | 60 return "<mismatched token: "+this.trappedException.token+", resync="+this.getText()+">";
|
/external/v8/test/mjsunit/compiler/ |
inline-arity-mismatch.js | 30 // Test inlining at call sites with mismatched arity.
|
/build/blueprint/proptools/ |
extend_test.go | 526 // Mismatched types 585 err: extendPropertyErrorf("s", "mismatched types struct { A string } and struct { B string }"), 843 // Append mismatched structs 855 // Append mismatched pointer structs 917 // Append mismatched kinds 931 err: extendPropertyErrorf("s", "mismatched types string and []string"), 934 // Append mismatched types 948 err: extendPropertyErrorf("s", "mismatched types []int and []string"),
|
extend.go | 198 return extendPropertyErrorf(propertyName, "mismatched types %s and %s", 223 return extendPropertyErrorf(propertyName, "mismatched pointer types %s and %s", 245 return extendPropertyErrorf(propertyName, "mismatched types %s and %s", 258 return extendPropertyErrorf(propertyName, "mismatched types %s and %s",
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 232 msg = "mismatched input "+getTokenErrorDisplay(e.token)+ 244 msg = "mismatched tree node: "+mtne.node+ 262 msg = "mismatched input "+getTokenErrorDisplay(e.token)+ 267 msg = "mismatched input "+getTokenErrorDisplay(e.token)+ 324 * for NoViableAlt and mismatched symbol exceptions. If you enable 326 * handle mismatched symbol exceptions but there could be a mismatched 414 * At this point, it gets a mismatched token error and throws an 552 * mismatched token error. To recover, it sees that LA(1)==';'
|
/frameworks/rs/api/ |
rs_value_types.spec | 73 v4.yzx = v3.rg; // Invalid: mismatched sizes<br/>
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
ResourceBundle.java | 305 Set<String> mismatched = new HashSet<String>(); local 310 mismatched.add(item.name); 316 if (mismatched.isEmpty()) { 321 for (String mismatch : mismatched) { [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
case.py | 842 mismatched = [] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
case.py | 842 mismatched = [] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 842 mismatched = [] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 842 mismatched = [] [all...] |
/build/soong/androidmk/cmd/androidmk/ |
values.go | 35 return nil, fmt.Errorf("cannot add mismatched types")
|