HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 201 - 225 of 2467) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/
defaults.cc 38 // that in a regular window, which we duplicate here for GTK.
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 25 // Avoid pushing duplicate copy onto queue. We may fetch this url again later
  /external/chromium/sdch/open-vcdiff/man/
vcdiff.1 64 Find duplicate strings in target data as well as dictionary data.
  /external/compiler-rt/lib/
int_util.c 17 * duplicate strong definitions of the same symbol.
  /external/e2fsprogs/lib/ext2fs/
dupfs.c 2 * dupfs.c --- duplicate a ext2 filesystem handle
  /external/elfutils/
NOTES 13 in y2.o at all (no duplicate symbol message). Correct is to use the
  /external/guava/guava/src/com/google/common/collect/
ImmutableTable.java 178 * value} in the built table. Duplicate key pairs are not allowed and will
188 * necessary. Duplicate key pairs are not allowed and will cause {@link
208 * Duplicate row key column key pairs are not allowed, and will cause
224 * @throws IllegalArgumentException if duplicate key pairs were added
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 53 * with duplicate keys instead of discarding all but one.
  /external/kernel-headers/original/asm-mips/
siginfo.h 19 * We duplicate the generic versions - <asm-generic/siginfo.h> is just borked
  /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/open-vcdiff/man/
vcdiff.1 64 Find duplicate strings in target data as well as dictionary data.
  /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/legacy/src/core/
SkData.cpp 85 rather than referencing it. This would duplicate the storage (of the
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeclonefalsenocopytext.js 83 duplicate node returned by the method should not copy
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeclonefalsenocopytext.js 83 duplicate node returned by the method should not copy
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebKitCSSMatrixConstructor.cpp 54 // FIXME: The logic here is almost exact duplicate of V8::constructDOMObject.
  /external/webkit/Source/WebCore/xml/
XPathResult.h 80 XPath::NodeSet m_nodeSet; // FIXME: why duplicate the node set stored in m_value?
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests_unittest.py 94 # If we found a duplicate in our first fallback, we have no
111 # our duplicate file.
117 # duplicate is with the file in 'base'.
123 # duplicate is in 'base'.
  /external/webp/
README.android 6 - Rewrite Android.mk to remove duplicate definitions and set module name
  /frameworks/base/core/res/res/layout/
resolve_list_item.xml 28 <!-- Extended activity info to distinguish between duplicate activity names -->
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 584 assertFalse(mKeyStore.duplicate(TEST_KEYNAME1, -1, TEST_KEYNAME1, Process.WIFI_UID));
588 assertTrue(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME1, Process.WIFI_UID));
593 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME1, Process.WIFI_UID));
596 assertTrue(mKeyStore.duplicate(TEST_KEYNAME1, Process.WIFI_UID, TEST_KEYNAME2,
601 assertFalse(mKeyStore.duplicate(TEST_KEYNAME1, Process.WIFI_UID, TEST_KEYNAME2,
604 assertTrue(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, -1));
608 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, -1));
621 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, -1, TEST_KEYNAME2, Process.BLUETOOTH_UID));
622 assertFalse(mKeyStore.duplicate(TEST_KEYNAME, Process.BLUETOOTH_UID, TEST_KEYNAME2,

Completed in 602 milliseconds

1 2 3 4 5 6 7 891011>>