OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duplicate
(Results
1 - 25
of
4457
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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_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/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.
/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
...]
/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
...]
/external/clang/test/Modules/Inputs/
category_left.h
11
@interface Foo(
Duplicate
)
14
@interface Foo(
Duplicate
)
category_right.h
11
@interface Foo(
Duplicate
)
/external/llvm/test/YAMLParser/
duplicate-mapping-key.former-loader-error.test
6
*anchor:
duplicate
key
8
*anchor:
duplicate
key
/external/v8/test/message/
arrow-formal-parameters.out
1
*%(basename)s:5: SyntaxError:
Duplicate
parameter name not allowed in this context
4
SyntaxError:
Duplicate
parameter name not allowed in this context
strict-formal-parameters.out
1
*%(basename)s:6: SyntaxError:
Duplicate
parameter name not allowed in this context
4
SyntaxError:
Duplicate
parameter name not allowed in this context
/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
/external/clang/test/SemaObjC/
duplicate-ivar-in-class-extension.m
12
int ivar; // expected-error {{
duplicate
member 'ivar'}}
13
int another_ivar; // expected-error {{
duplicate
member 'another_ivar'}}
14
int iSuper; // expected-error {{
duplicate
member 'iSuper'}}
30
return self->ivar; // would be ambiguous if the
duplicate
ivar were allowed
/external/libxml2/result/VC/
DuplicateType
1
./test/VC/DuplicateType:3: validity error : Definition of a has
duplicate
references of c
DuplicateType.rdr
1
./test/VC/DuplicateType:3: validity error : Definition of a has
duplicate
references of c
Completed in 397 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>