Searched
full:duplicate (Results
376 -
400 of
3770) sorted by null
<<11121314151617181920>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
MapFeature.java | 53 * with duplicate keys instead of discarding all but one.
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
StandaloneJarProcessor.java | 55 throw new IllegalArgumentException("Duplicate jar entries: " + struct.name);
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
siginfo.h | 19 * We duplicate the generic versions - <asm-generic/siginfo.h> is just borked
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
e820.h | 14 * plus E820MAX, allowing space for the possible duplicate E820
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct8x8_1_add_neon.asm | 47 vdup.s16 q0, r0 ; duplicate a1
|
/external/lldb/test/unittest2/ |
util.py | 31 "expected" list. Duplicate elements in either input list are ignored.
|
/external/llvm/lib/Support/ |
README.txt.system | 31 9. No duplicate function impementations are permitted within an operating
|
/external/llvm/test/CodeGen/ARM/ |
tail-dup.ll | 3 ; We should be able to tail-duplicate the basic block containing the indirectbr
|
tail-opts.ll | 14 ; BranchFolding should tail-duplicate the indirect jump to avoid
|
/external/ltrace/ |
common.h | 67 /* Set *RET to either a duplicate of STR (if WHETHER), or STR
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_memory.h | 68 * Duplicate a block of memory.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.c | 69 * LLVM will detect and remove the duplicate expression.
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11dyn.h | 53 * When using the "dynamic X11" functionality, we duplicate all the Xlib
|
/external/qemu/slirp-android/ |
tcp_var.h | 207 u_long tcps_rcvduppack; /* duplicate-only packets received */ 208 u_long tcps_rcvdupbyte; /* duplicate-only bytes received */ 209 u_long tcps_rcvpartduppack; /* packets with some duplicate data */ 217 u_long tcps_rcvdupack; /* rcvd duplicate acks */
|
/external/regex-re2/re2/ |
prefilter.h | 94 // and -1 for duplicate nodes.
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.h | 82 // and not have to duplicate this calculation.
|
/frameworks/av/services/audioflinger/ |
FastMixerState.h | 75 NBAIO_Sink* mTeeSink; // if non-NULL, then duplicate write()s to this non-blocking sink
|
/frameworks/base/core/res/res/layout/ |
resolve_list_item.xml | 58 <!-- Extended activity info to distinguish between duplicate activity names -->
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 599 assertFalse(mKeyStore.duplicate(TEST_KEYNAME1, -1, TEST_KEYNAME1, Process.WIFI_UID)); 603 assertTrue(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME1, Process.WIFI_UID)); 608 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME1, Process.WIFI_UID)); 611 assertTrue(mKeyStore.duplicate(TEST_KEYNAME1, Process.WIFI_UID, TEST_KEYNAME2, 616 assertFalse(mKeyStore.duplicate(TEST_KEYNAME1, Process.WIFI_UID, TEST_KEYNAME2, 619 assertTrue(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, -1)); 623 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, -1)); 637 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, Process.BLUETOOTH_UID)); 638 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, Process.BLUETOOTH_UID, TEST_KEYNAME2,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct8x8_1_add_neon.asm | 47 vdup.s16 q0, r0 ; duplicate a1
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documenttypegetentitieslength.java | 31 * Duplicate entities are to be discarded.
|
nodeclonetruecopytext.java | 33 * duplicate node returned by the method should copy
|
/libcore/luni/src/main/java/libcore/util/ |
CollectionUtils.java | 82 * Sorts and removes duplicate elements from {@code list}. This method does
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
sort | 3 ."will also remove any duplicate entries. This will also\n"
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastContentProvider.java | 187 * @return true if the broadcast is new, false if it's a duplicate broadcast. 193 // Note: this method previously queried the database for duplicate message IDs, but this 196 // Use duplicate message ID detection in CellBroadcastAlertService instead of DB query. 207 return true; // broadcast is not a duplicate
|
Completed in 1003 milliseconds
<<11121314151617181920>>