Searched
full:duplicate (Results
651 -
675 of
2467) sorted by null
<<21222324252627282930>>
/external/emma/core/java12/com/vladium/jcd/cls/ |
IConstantCollection.java | 148 * Appends 'constant' to the end of the collection. No duplicate checks
|
/external/guava/guava/src/com/google/common/cache/ |
LoadingCache.java | 110 * <p>Note that duplicate elements in {@code keys}, as determined by {@link Object#equals}, will
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableMap.java | 72 checkArgument(!key.equals(existing.getKey()), "duplicate key: %s", key);
|
TreeMultimap.java | 55 * <p>The multimap does not store duplicate key-value pairs. Adding a new
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMap.java | 60 throw new IllegalArgumentException("duplicate key: " + key);
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 113 raise Exception ("Duplicate short value alias", v, s)
|
/external/harfbuzz_ng/test/api/ |
test-blob.c | 81 "duplicate",
|
/external/icu4c/common/ |
rbbistbl.cpp | 182 // this will only occur in the case of duplicate
|
/external/icu4c/test/depstest/ |
depstest.py | 46 print "Warning: duplicate .o file " + lib_obj_name
|
/external/ipsec-tools/ |
NEWS | 151 o Fixed duplicate-macro problems
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Torus.java | 173 // duplicate the cylinder ends to form a torus
|
/external/jpeg/ |
rdcolmap.c | 54 /* Check for duplicate color. */
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 50 /* Don't duplicate feature flags which are redundant with Intel! */
|
/external/kernel-headers/original/linux/ |
plist.h | 45 * the insertion of new nodes. There are no nodes with duplicate
|
/external/libselinux/src/ |
label_android_property.c | 48 * Warn about duplicate specifications.
|
/external/llvm/include/llvm/Analysis/ |
BranchProbabilityInfo.h | 111 // Since we allow duplicate edges from one basic block to another, we use
|
/external/llvm/lib/TableGen/ |
StringMatcher.cpp | 52 assert(Matches.size() == 1 && "Had duplicate keys to match on");
|
/external/openssl/crypto/x509v3/ |
pcy_cache.c | 92 /* Duplicate policy OIDs are illegal: reject if matches
|
v3err.c | 149 {ERR_REASON(X509V3_R_DUPLICATE_ZONE_ID) ,"duplicate zone id"},
|
/external/qemu/distrib/jpeg-6b/ |
rdcolmap.c | 54 /* Check for duplicate color. */
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglevents.c | 51 /* Ugh, we have to duplicate the kernel's keysym mapping code...
|
/external/sepolicy/tools/ |
insertkeys.py | 88 sys.exit("Duplicate tag detected " + tag)
|
/external/skia/src/core/ |
SkData.cpp | 93 rather than referencing it. This would duplicate the storage (of the
|
/external/skia/src/gpu/effects/ |
GrConfigConversionEffect.cpp | 163 // Fill with every possible premultiplied A, color channel value. There will be 256-y duplicate
|
/external/v8/test/preparser/ |
duplicate-property.pyt | 28 # Tests of duplicate properties in object literals.
|
Completed in 318 milliseconds
<<21222324252627282930>>