/external/proguard/src/proguard/ |
DuplicateClassPrinter.java | 52 "Note: duplicate definition of program class [" + 60 "Note: duplicate definition of library class [" +
|
/external/proguard/src/proguard/classfile/editor/ |
InterfaceSorter.java | 48 // Remove any duplicate entries. 55 // Isn't this a duplicate of the previous interface?
|
/packages/apps/Nfc/etc/ |
sample_nfcee_access.xml | 27 Duplicate signer tags are not allowed. 28 Duplicate package tags for a single signer are not allowed.
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
Annotations.java | 50 * @throws IllegalArgumentException thrown if there is a duplicate type 70 * @throws IllegalArgumentException thrown if there is a duplicate type 166 * @throws IllegalArgumentException thrown if there is a duplicate type 178 throw new IllegalArgumentException("duplicate type: " + 187 * instances must not have any duplicate types. 190 * @throws IllegalArgumentException thrown if there is a duplicate type
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
Annotations.java | 50 * @throws IllegalArgumentException thrown if there is a duplicate type 70 * @throws IllegalArgumentException thrown if there is a duplicate type 166 * @throws IllegalArgumentException thrown if there is a duplicate type 178 throw new IllegalArgumentException("duplicate type: " + 187 * instances must not have any duplicate types. 190 * @throws IllegalArgumentException thrown if there is a duplicate type
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
Annotations.java | 50 * @throws IllegalArgumentException thrown if there is a duplicate type 70 * @throws IllegalArgumentException thrown if there is a duplicate type 166 * @throws IllegalArgumentException thrown if there is a duplicate type 178 throw new IllegalArgumentException("duplicate type: " + 187 * instances must not have any duplicate types. 190 * @throws IllegalArgumentException thrown if there is a duplicate type
|
/external/bison/lib/ |
fcntl.c | 46 /* Duplicate OLDFD into the first available slot of at least NEWFD, 47 which must be positive, with FLAGS determining whether the duplicate 155 F_DUPFD - duplicate FD, with int ARG being the minimum target fd. 156 If successful, return the duplicate, which will be inheritable; 159 F_DUPFD_CLOEXEC - duplicate FD, with int ARG being the minimum 160 target fd. If successful, return the duplicate, which will not be 295 using dup2 to move the duplicate onto the original, but that
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 61 duplicate = super 62 @debug_listener.create_node duplicate 63 return duplicate
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
ReadOnlyDoubleBufferTest.java | 50 DoubleBuffer duplicate = buf.duplicate(); local 51 assertEquals(buf.hashCode(), duplicate.hashCode());
|
ReadOnlyFloatBufferTest.java | 50 FloatBuffer duplicate = buf.duplicate(); local 51 assertEquals(buf.hashCode(), duplicate.hashCode());
|
ReadOnlyIntBufferTest.java | 50 IntBuffer duplicate = buf.duplicate(); local 51 assertEquals(buf.hashCode(), duplicate.hashCode());
|
ReadOnlyLongBufferTest.java | 50 LongBuffer duplicate = buf.duplicate(); local 51 assertEquals(buf.hashCode(), duplicate.hashCode());
|
ReadOnlyShortBufferTest.java | 50 ShortBuffer duplicate = buf.duplicate(); local 51 assertEquals(buf.hashCode(), duplicate.hashCode());
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
loopfilter_neon.asm | 27 vdup.u8 q0, r2 ; duplicate blimit 28 vdup.u8 q1, r3 ; duplicate limit 34 vdup.u8 q2, r3 ; duplicate thresh 67 vdup.u8 q0, r2 ; duplicate blimit 68 vdup.u8 q1, r3 ; duplicate limit 71 vdup.u8 q2, r12 ; duplicate thresh 123 vdup.u8 q0, r2 ; duplicate blimit 124 vdup.u8 q1, r3 ; duplicate limit 154 vdup.u8 q2, r3 ; duplicate thresh 213 vdup.u8 q0, r2 ; duplicate blimi [all...] |
/frameworks/base/core/java/android/net/ |
LinkSocketNotifier.java | 32 * If the duplicate socket is accepted, the original will be marked invalid 35 * @param duplicate the new LinkSocket that better meets the application 48 public boolean onBetterLinkAvailable(LinkSocket original, LinkSocket duplicate);
|
/development/tools/idegen/ |
excluded-paths | 14 # build, so we won't have to worry about duplicate names any more than the 26 # Duplicate R.java files. We'll keep the versions from the "intermediates"
|
/external/chromium/base/ |
file_descriptor_shuffle.cc | 38 if (!delegate->Duplicate(&temp_fd, i->dest)) 82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
|
/external/clang/test/Sema/ |
anonymous-struct-union.c | 49 int z; // expected-error{{duplicate member 'z'}} 50 void zz(); // expected-error{{duplicate member 'zz'}}
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableBiMap.java | 68 * @throws IllegalArgumentException if duplicate keys or values are added 77 * @throws IllegalArgumentException if duplicate keys or values are added 88 * @throws IllegalArgumentException if duplicate keys or values are added 99 * @throws IllegalArgumentException if duplicate keys or values are added 146 * Associates {@code key} with {@code value} in the built bimap. Duplicate 156 * Duplicate keys or values are not allowed, and will cause {@link #build} 169 * @throws IllegalArgumentException if duplicate keys or values were added 182 * {@code map} somehow contains entries with duplicate keys (for example, if
|
/external/iproute2/tc/ |
q_netem.c | 36 " [ duplicate PERCENT [CORRELATION]]\n" \ 226 } else if (matches(*argv, "duplicate") == 0) { 228 if (get_percent(&opt.duplicate, *argv)) { 229 explain1("duplicate"); 235 explain1("duplicate"); 362 if (qopt.duplicate) { 363 fprintf(f, " duplicate %s", 364 sprint_percent(qopt.duplicate, b1));
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeclonegetparentnull.js | 78 The duplicate node returned by the "cloneNode(deep)" 83 duplicate node returned should return null when the
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeclonegetparentnull.js | 78 The duplicate node returned by the "cloneNode(deep)" 83 duplicate node returned should return null when the
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeclonegetparentnull.java | 31 * The duplicate node returned by the "cloneNode(deep)" 36 * duplicate node returned should return null when the
|
nodeclonegetparentnull.java | 31 * The duplicate node returned by the "cloneNode(deep)" 36 * duplicate node returned should return null when the
|
/dalvik/tests/044-proxy/src/ |
Clash2.java | 24 * duplicate methods (primitive types).
|