/external/e2fsprogs/tests/f_dup_de/ |
name | 0 duplicate directory entries
|
/external/parameter-framework/upstream/test/xml-generator/PFConfig/ |
duplicate_criterion_value.txt | 1 InclusiveCriterion Duplicate : Foo Foo
|
/external/e2fsprogs/tests/f_cloneblock_alloc_error/ |
name | 1 decrement badcount after remapping duplicate block
|
/external/e2fsprogs/tests/f_dupdot/ |
name | 0 duplicate '.' and '..' entries
|
/art/test/138-duplicate-classes-check/ |
info.txt | 1 Check whether a duplicate class is detected.
|
/external/e2fsprogs/tests/f_dup_de2/ |
name | 0 duplicate directory entries for non-indexed dirs
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
135-duplicate-parameter.c.expected | 1 0:1(9): preprocessor error: Duplicate macro parameter "a" 2 0:2(9): preprocessor error: Duplicate macro parameter "x"
|
/external/snakeyaml/src/test/resources/pyyaml/ |
duplicate-mapping-key.former-loader-error.data | 4 *anchor: duplicate key 6 *anchor: duplicate key
|
/art/test/146-bad-interface/ |
info.txt | 1 Check whether a duplicate class can invoke-interface on an unresolved method.
|
/art/test/649-vdex-duplicate-method/ |
info.txt | 1 Regression test for unquickening a vdex that has duplicate methods.
|
/prebuilts/go/darwin-x86/test/ |
funcdup2.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
|
funcdup.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 21 func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous" 22 func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous" 23 func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous" 25 func F1(i, i int) {} // ERROR "duplicate argument i|redefinition|previous [all...] |
switch5.go | 7 // Verify that switch statements with duplicate cases are detected by the compiler. 15 case 0: // ERROR "duplicate case 0 in switch" 20 case int(0): // ERROR "duplicate case int.0. .value 0. in switch" 27 case 5: // ERROR "duplicate case 5 in switch" 28 case 5.0: // ERROR "duplicate case 5 in switch" 35 case "": // ERROR "duplicate case .. in switch" 37 case "abc": // ERROR "duplicate case .abc. in switch" 44 case 0: // ERROR "duplicate case 0 in switch" 47 case float32(10): // ERROR "duplicate case float32\(10\) .value 10. in switch" 49 case float64(10): // ERROR "duplicate case float64\(10\) .value 10. in switch [all...] |
/prebuilts/go/linux-x86/test/ |
funcdup2.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
|
funcdup.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 21 func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous" 22 func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous" 23 func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous" 25 func F1(i, i int) {} // ERROR "duplicate argument i|redefinition|previous [all...] |
switch5.go | 7 // Verify that switch statements with duplicate cases are detected by the compiler. 15 case 0: // ERROR "duplicate case 0 in switch" 20 case int(0): // ERROR "duplicate case int.0. .value 0. in switch" 27 case 5: // ERROR "duplicate case 5 in switch" 28 case 5.0: // ERROR "duplicate case 5 in switch" 35 case "": // ERROR "duplicate case .. in switch" 37 case "abc": // ERROR "duplicate case .abc. in switch" 44 case 0: // ERROR "duplicate case 0 in switch" 47 case float32(10): // ERROR "duplicate case float32\(10\) .value 10. in switch" 49 case float64(10): // ERROR "duplicate case float64\(10\) .value 10. in switch [all...] |
/external/clang/test/Modules/Inputs/ |
category_left.h | 11 @interface Foo(Duplicate) 14 @interface Foo(Duplicate)
|
/external/llvm/test/YAMLParser/ |
duplicate-mapping-key.former-loader-error.test | 6 *anchor: duplicate key 8 *anchor: duplicate key
|
/art/test/475-regression-inliner-ids/ |
info.txt | 1 Tests a regression when inlining a method with constants would lead to duplicate
|
/external/testng/src/test/java/test/dataprovider/ |
DuplicateDataProviderSampleTest.java | 8 @Test(dataProvider = "duplicate") 12 @DataProvider(name = "duplicate") 17 @DataProvider(name = "duplicate")
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug211.go | 9 type R interface { duplicate() } 10 type S interface { duplicate() } 11 type T interface { R; S } // ERROR "duplicate"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug211.go | 9 type R interface { duplicate() } 10 type S interface { duplicate() } 11 type T interface { R; S } // ERROR "duplicate"
|
/art/test/097-duplicate-method/ |
info.txt | 1 This is a test to verify that duplicate methods in a dex file are handled 4 We need to build a dex file with duplicate methods. We cannot do that 5 with Jack (this is invalid) or smali (it does not keep duplicate
|
/art/test/138-duplicate-classes-check2/ |
info.txt | 1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
|
/art/test/981-dedup-original-dex/ |
info.txt | 3 This checks that we do not needlessly duplicate the contents of retransformed
|