OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duplicate
(Results
101 - 125
of
2467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/vm/native/
dalvik_bytecode_OpcodeInfo.cpp
21
* to have
duplicate
definitions for things both in libcore and in
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DuplicateDirectByteBufferTest.java
24
buf = buf.
duplicate
();
DuplicateHeapByteBufferTest.java
24
buf = buf.
duplicate
();
DuplicateWrappedByteBufferTest.java
24
buf = buf.
duplicate
();
/external/bison/lib/
dup-safer-flag.c
0
/*
Duplicate
a file descriptor result, avoiding clobbering
strdup.c
37
/*
Duplicate
S, returning an identical malloc'd string. */
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
/external/chromium/chrome/browser/search_engines/
util.cc
34
// Removes (and deletes) TemplateURLs from |urls| that have
duplicate
35
// prepopulate ids.
Duplicate
prepopulate ids are not allowed, but due to a
175
// There should never be
duplicate
TemplateURLs. We had a bug such that
176
//
duplicate
TemplateURLs existed for one locale. As such we invoke
/external/chromium/net/base/
android_network_library.cc
25
LOG(WARNING) << "Ignoring
duplicate
call " << lib;
/external/clang/test/Sema/
struct-decl.c
40
char a; // expected-error {{
duplicate
member 'a'}}
/external/clang/test/SemaObjC/
class-def-test-1.m
15
@interface INTF1 : OBJECT @end // expected-error {{
duplicate
interface definition for class 'INTF1'}}
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
/external/hyphenation/
csutil.h
10
/*
duplicate
string */
/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/TailCallElim/
dup_tail.ll
2
;
Duplicate
the return into if.end to enable TCE.
/external/smali/util/src/main/java/ds/tree/
DuplicateKeyException.java
28
* excepion thrown if a
duplicate
key is inserted in a {@link RadixTree}
/frameworks/compile/slang/tests/F_root_compute_really_bad/
stderr.txt.expect
8
root_compute_really_bad.rs:5:31: error:
Duplicate
parameter entry (by position/name): 'x'
/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
Completed in 930 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>