HomeSort by relevance Sort by last modified time
    Searched refs:duplicate (Results 101 - 125 of 343) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iproute2/tc/
q_netem.c 37 " [ duplicate PERCENT [CORRELATION]]\n" \
224 explain1("duplicate loss argument\n");
365 } else if (matches(*argv, "duplicate") == 0) {
367 if (get_percent(&opt.duplicate, *argv)) {
368 explain1("duplicate");
374 explain1("duplicate");
587 if (qopt.duplicate) {
588 fprintf(f, " duplicate %s",
589 sprint_percent(qopt.duplicate, b1));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 48 from multiprocessing.forking import duplicate, close namespace
275 fd = duplicate(s.fileno())
308 fd = duplicate(s.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 48 from multiprocessing.forking import duplicate, close namespace
275 fd = duplicate(s.fileno())
308 fd = duplicate(s.fileno())
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 23 // Note the addListener function does not end up creating duplicate
74 // duplicate registrations.
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 92 // notification, but ignores duplicate add notifications.
115 // notification, but ignores duplicate remove notifications.
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp 174 SkAutoTUnref<SkStream> dupStream(stream->duplicate());
  /external/chromium_org/third_party/skia/src/utils/
SkFrontBufferedStream.cpp 31 virtual SkStreamRewindable* duplicate() const SK_OVERRIDE { return NULL; }
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 174 SkAutoTUnref<SkStream> dupStream(stream->duplicate());
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 31 virtual SkStreamRewindable* duplicate() const SK_OVERRIDE { return NULL; }
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 179 public abstract DoubleBuffer duplicate(); method in class:DoubleBuffer
FloatBuffer.java 180 public abstract FloatBuffer duplicate(); method in class:FloatBuffer
IntBuffer.java 174 public abstract IntBuffer duplicate(); method in class:IntBuffer
LongBuffer.java 176 public abstract LongBuffer duplicate(); method in class:LongBuffer
ShortBuffer.java 176 public abstract ShortBuffer duplicate(); method in class:ShortBuffer
  /system/security/keystore/include/keystore/
IKeystoreService.h 65 DUPLICATE = IBinder::FIRST_CALL_TRANSACTION + 20,
117 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 630 int duplicate; local
632 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
633 if (sm->workaround && duplicate &&
637 * duplicate EAP requests. However, this misses cases where the
640 * an extra verification for the packets being duplicate to
646 "duplicate packet");
647 duplicate = 0;
650 return duplicate;
656 int duplicate = eap_peer_req_is_duplicate(sm); local
676 else if (sm->rxReq && duplicate)
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.js 13 // Note the addListener function does not end up creating duplicate
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 64 "duplicate item child1 should show up");
  /external/chromium_org/remoting/webapp/
menu_button.js 12 /** @suppress {duplicate} */
plugin_settings.js 11 /** @suppress {duplicate} */
  /external/chromium_org/v8/test/webkit/
duplicate-param-gc-crash.js 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
var-shadows-arg-gc-crash.js 25 'Tests to ensure that activations mark their values correctly in the face of duplicate parameter names and does not crash.'
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 359 boolean duplicate =
362 // Keep looping till we find a non-duplicate value.
363 if (!duplicate) {
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 40 vld1.8 {d0[]}, [r2] ; duplicate *blimit
48 vld1.8 {d1[]}, [r3] ; duplicate *limit
49 vld1.8 {d2[]}, [r2] ; duplicate *thresh
103 vld1.8 {d0[]}, [r2] ; duplicate *blimit
105 vld1.8 {d1[]}, [r3] ; duplicate *limit
112 vld1.8 {d2[]}, [r3] ; duplicate *thresh
293 vld1.8 {d0[]}, [r2] ; duplicate *blimit
301 vld1.8 {d1[]}, [r3] ; duplicate *limit
302 vld1.8 {d2[]}, [r2] ; duplicate *thresh
354 vld1.8 {d0[]}, [r2] ; duplicate *blimi
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 167 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
191 ByteBuffer sectionData = data.duplicate();
203 ByteBuffer sectionData = data.duplicate();
224 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
295 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
312 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
    [all...]

Completed in 505 milliseconds

1 2 3 45 6 7 8 91011>>