OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duplicate
(Results
301 - 325
of
6812
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaObjC/
forward-class-1.m
23
@interface INTF2 : INTF1 // expected-error {{
duplicate
interface definition for class 'INTF2'}}
protocols.m
35
@protocol PROTO<p1> // expected-warning {{
duplicate
protocol definition of 'PROTO'}}
undef-superclass-1.m
20
@interface INTF1 // expected-error {{
duplicate
interface definition for class 'INTF1'}}
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
InterfaceWithDuplicateMethods.java
19
*
duplicate
method signatures.
/external/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java
69
* Associates {@code key} with {@code value} in the built map.
Duplicate
79
*
Duplicate
keys are not allowed, and will cause {@link #build} to fail.
104
* @throws IllegalArgumentException if
duplicate
keys were added
113
* {@code map} somehow contains entries with
duplicate
keys (for example, if
/external/javassist/sample/duplicate/
Viewer.java
1
package sample.
duplicate
;
/external/libnetfilter_conntrack/qa/
test_connlabel.c
20
b = nfct_labelmap_get_bit(map, "
duplicate
");
/external/llvm/test/CodeGen/MIR/X86/
duplicate-memory-operand-flag.mir
22
; CHECK: [[@LINE+1]]:50:
duplicate
'volatile' memory operand flag
duplicate-register-flag-error.mir
25
; CHECK: [[@LINE+1]]:31:
duplicate
'implicit' register flag
/external/llvm/test/Feature/
constpointer.ll
20
@1 = global float * @2 ;;
Duplicate
forward numeric reference
/external/llvm/test/Integer/
constpointer_bt.ll
20
@1 = global float * @2 ;;
Duplicate
forward numeric reference
/external/llvm/test/Linker/
comdat13.ll
6
; but COFF linkers seem to just
duplicate
the comdat.
/external/llvm/test/Transforms/PhaseOrdering/
globalaa-retained.ll
24
; optimize away the
duplicate
load/stores on variable v.
/external/llvm/test/Transforms/SimplifyCFG/
attr-noduplicate.ll
3
; This test checks that the SimplifyCFG pass won't
duplicate
a call to a
/external/llvm/test/Transforms/TailCallElim/
dup_tail.ll
2
;
Duplicate
the return into if.end to enable TCE.
/external/llvm/test/tools/llvm-cov/
cov-comdat.test
4
# have
duplicate
CovMapRecords from comdat (template instantation).
/external/ltp/testcases/kernel/security/smack/
smack_common.sh
24
# prerequisite code for all of the smack tests, s.t. a lot of
duplicate
shell
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
10-1.c
47
printf("%s has a
duplicate
value with %s\n",
/external/pcre/dist2/doc/
pcre2_substring_number_from_name.3
25
found, or PCRE2_ERROR_NOSUBSTRING if it is not found. When
duplicate
names are
/external/python/cpython2/Doc/library/
dummy_threading.rst
11
This module provides a
duplicate
interface to the :mod:`threading` module. It
/external/python/cpython2/Mac/Demo/resources/
copyres.py
39
print "
Duplicate
type+id, not copied"
/external/python/cpython2/Tools/scripts/
ptags.py
11
# No warnings about
duplicate
tags.
/external/python/cpython3/Doc/library/
_dummy_thread.rst
11
This module provides a
duplicate
interface to the :mod:`_thread` module. It is
dummy_threading.rst
11
This module provides a
duplicate
interface to the :mod:`threading` module. It
/external/python/cpython3/Tools/scripts/
ptags.py
11
# No warnings about
duplicate
tags.
Completed in 491 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>