OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duplicate
(Results
176 - 200
of
3919
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java
62
* Associates {@code key} with {@code value} in the built map.
Duplicate
72
*
Duplicate
keys are not allowed, and will cause {@link #build} to fail.
97
* @throws IllegalArgumentException if
duplicate
keys were added
106
* {@code map} somehow contains entries with
duplicate
keys (for example, if
ImmutableMap.java
82
* @throws IllegalArgumentException if
duplicate
keys are provided
91
* @throws IllegalArgumentException if
duplicate
keys are provided
102
* @throws IllegalArgumentException if
duplicate
keys are provided
113
* @throws IllegalArgumentException if
duplicate
keys are provided
174
* Associates {@code key} with {@code value} in the built map.
Duplicate
184
* necessary.
Duplicate
keys are not allowed, and will cause {@link #build}
208
*
Duplicate
keys are not allowed, and will cause {@link #build} to fail.
228
* @throws IllegalArgumentException if
duplicate
keys were added
252
* {@code map} somehow contains entries with
duplicate
keys (for example, if
/external/javassist/sample/duplicate/
Viewer.java
1
package sample.
duplicate
;
/external/llvm/test/Feature/
constpointer.ll
20
global float * @2 ;;
Duplicate
forward numeric reference
/external/llvm/test/Integer/
constpointer_bt.ll
20
global float * @2 ;;
Duplicate
forward numeric reference
/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/pcre/dist/doc/
pcre_get_stringnumber.3
30
found, or PCRE_ERROR_NOSUBSTRING otherwise. When
duplicate
names are allowed
/external/skia/src/utils/win/
SkDWriteFontFileStream.h
30
virtual SkDWriteFontFileStream*
duplicate
() const SK_OVERRIDE;
/external/skia/tests/
StreamTest.cpp
61
SkAutoTUnref<SkStreamAsset> stream2(stream.
duplicate
());
71
SkAutoTUnref<SkStreamAsset> stream2(stream.
duplicate
());
99
SkAutoTUnref<SkStreamAsset> stream2(stream->
duplicate
());
128
SkAutoTUnref<SkStreamAsset> stream2(stream->
duplicate
());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java
126
* Note that there typically should not be any
duplicate
fields between the two, but some versions of
127
* dalvik inadvertently allow
duplicate
static/instance fields, and are supported here for completeness
159
* Note that there typically should not be any
duplicate
methods between the two, but some versions of
160
* dalvik inadvertently allow
duplicate
direct/virtual methods, and are supported here for completeness
/external/smali/util/src/main/java/ds/tree/
DuplicateKeyException.java
28
* excepion thrown if a
duplicate
key is inserted in a {@link RadixTree}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DuplicateDirectByteBufferTest.java
24
buf = buf.
duplicate
();
DuplicateHeapByteBufferTest.java
24
buf = buf.
duplicate
();
DuplicateWrappedByteBufferTest.java
24
buf = buf.
duplicate
();
/ndk/build/tools/
find-case-duplicates.sh
18
# This script is used to find case-insensitive
duplicate
file names
/ndk/sources/host-tools/sed-4.2.1/lib/
xstrndup.c
0
/*
Duplicate
a bounded initial segment of a string, with out-of-memory
xstrndup.h
0
/*
Duplicate
a bounded initial segment of a string, with out-of-memory
/packages/apps/DeskClock/tests/src/com/android/deskclock/
TestAddAlarm.java
38
// Should not see a
duplicate
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php
80
wmysql_query("INSERT INTO `cvsfiles` SET `cvsname` = '$props[1]', $q ON
DUPLICATE
KEY UPDATE $q");
96
wmysql_query("INSERT INTO `tags` (`tagname`, `tagdate`) VALUES " . join($syms[1], ",") . " ON
DUPLICATE
KEY UPDATE `tid` = `tid`");
98
wmysql_query("INSERT INTO `filetags` SELECT $row[0], `tid`, `revision` FROM `tmptags` NATURAL JOIN `tags` ON
DUPLICATE
KEY UPDATE `filetags`.`revision` = `tmptags`.`revision`");
109
wmysql_query("INSERT INTO `commits` SET `fid` = '$row[0]', `revision` = '$revs[1]', $q ON
DUPLICATE
KEY UPDATE $q");
117
wmysql_query("INSERT INTO `bugs` (`fid`, `revision`, `bugid`) VALUES " . join($bugs, ",") . " ON
DUPLICATE
KEY UPDATE `bugid` = `bugid`");
/libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java
290
//
duplicate
always returns a big-endian buffer.
292
assertEquals(ByteOrder.BIG_ENDIAN, b.
duplicate
().order());
294
assertEquals(ByteOrder.BIG_ENDIAN, b.
duplicate
().order());
329
assertEquals(bo, b.
duplicate
().order());
333
assertEquals(bo, b.
duplicate
().order());
360
assertEquals(bo, b.
duplicate
().order());
364
assertEquals(bo, b.
duplicate
().order());
391
assertEquals(bo, b.
duplicate
().order());
395
assertEquals(bo, b.
duplicate
().order());
422
assertEquals(bo, b.
duplicate
().order())
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good
113
INSTALL=
Duplicate
-y
114
INSTALL_PROGRAM=
Duplicate
-y
115
INSTALL_DATA=
Duplicate
-y
116
INSTALL_SETUID=
Duplicate
-y
135
CP =
Duplicate
-y
Completed in 3010 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>