Searched refs:duplicate (Results 51 - 75 of 161) sorted by relevance

1234567

/external/iproute2/tc/
H A Dq_netem.c37 " [ duplicate PERCENT [CORRELATION]]\n" \
228 explain1("duplicate loss argument\n");
383 } else if (matches(*argv, "duplicate") == 0) {
385 if (get_percent(&opt.duplicate, *argv)) {
386 explain1("duplicate");
392 explain1("duplicate");
640 if (qopt.duplicate) {
641 fprintf(f, " duplicate %s",
642 sprint_percent(qopt.duplicate, b1));
/external/kmod/tools/
H A Ddepmod.c236 int duplicate = 0; local
239 /* report the presence of duplicate values */
242 duplicate = 1;
256 return duplicate;
668 DBG("Ignoring duplicate config file: %.*s/%s\n",
1889 int duplicate; local
1931 duplicate = index_insert(idx, mod->modname, line, mod->idx);
1932 if (duplicate && depmod->cfg->warn_dups)
1933 WRN("duplicate module deps:\n%s\n", line);
1989 int duplicate; local
2082 int duplicate; local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dloopfilter_8_neon.asm34 vld1.8 {d0[]}, [r2] ; duplicate *blimit
38 vld1.8 {d1[]}, [r3] ; duplicate *limit
39 vld1.8 {d2[]}, [r2] ; duplicate *thresh
115 vld1.8 {d0[]}, [r2] ; duplicate *blimit
116 vld1.8 {d1[]}, [r3] ; duplicate *limit
121 vld1.8 {d2[]}, [r3] ; duplicate *thresh
/external/skia/src/pdf/
H A DSkPDFTypes.cpp457 std::unique_ptr<SkStreamAsset> dup(fAsset->duplicate());
478 std::unique_ptr<SkStreamAsset> dup(fAsset->duplicate()); // Cheap copy
535 // duplicate (a cheap operation) preserves const on fCompressedData.
536 std::unique_ptr<SkStreamAsset> dup(fCompressedData->duplicate());
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py302 duplicate = duplicate_check(
310 return (bug for bug in bugs if not duplicate(bug))
/external/skia/src/pathops/
H A DSkOpSpan.cpp99 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { argument
104 fDuplicatePt = duplicate;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h195 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
200 virtual MachineInstr *duplicate(MachineInstr *Orig,
345 /// if-converter to duplicate instructions of specified accumulated
756 virtual MachineInstr *duplicate(MachineInstr *Orig,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c942 int duplicate; local
944 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
945 if (sm->workaround && duplicate &&
949 * duplicate EAP requests. However, this misses cases where the
952 * an extra verification for the packets being duplicate to
958 "duplicate packet");
959 duplicate = 0;
962 return duplicate;
977 int duplicate = eap_peer_req_is_duplicate(sm); local
1008 else if (sm->rxReq && duplicate)
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c942 int duplicate; local
944 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
945 if (sm->workaround && duplicate &&
949 * duplicate EAP requests. However, this misses cases where the
952 * an extra verification for the packets being duplicate to
958 "duplicate packet");
959 duplicate = 0;
962 return duplicate;
977 int duplicate = eap_peer_req_is_duplicate(sm); local
1008 else if (sm->rxReq && duplicate)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c942 int duplicate; local
944 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
945 if (sm->workaround && duplicate &&
949 * duplicate EAP requests. However, this misses cases where the
952 * an extra verification for the packets being duplicate to
958 "duplicate packet");
959 duplicate = 0;
962 return duplicate;
977 int duplicate = eap_peer_req_is_duplicate(sm); local
1008 else if (sm->rxReq && duplicate)
[all...]
/external/freetype/src/sfnt/
H A Dttload.c412 FT_Bool duplicate; local
463 /* ignore duplicate tables – the first one wins */
464 duplicate = 0;
469 duplicate = 1;
473 if ( duplicate )
475 FT_TRACE2(( " (duplicate, ignored)\n" ));
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_mfqe_sse2.asm11 ; This file is a duplicate of mfqe_sse2.asm in VP8.
12 ; TODO(jackychen): Find a way to fix the duplicate.
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c412 FT_Bool duplicate; local
463 /* ignore duplicate tables – the first one wins */
464 duplicate = 0;
469 duplicate = 1;
473 if ( duplicate )
475 FT_TRACE2(( " (duplicate, ignored)\n" ));
/external/skia/bench/
H A DPDFBench.cpp158 std::unique_ptr<SkStreamAsset>(fAsset->duplicate()));
/external/skia/src/ports/
H A DSkFontMgr_custom.cpp63 return fData->getStream()->duplicate();
H A DSkFontMgr_FontConfigInterface.cpp29 return stream->duplicate();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundleReader.java421 CharBuffer temp = b16BitUnits.duplicate();
668 ByteBuffer temp = bytes.duplicate();
687 return emptyByteBuffer.duplicate();
696 return emptyByteBuffer.duplicate();
699 ByteBuffer result = bytes.duplicate();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleReader.java419 CharBuffer temp = b16BitUnits.duplicate();
666 ByteBuffer temp = bytes.duplicate();
685 return emptyByteBuffer.duplicate();
694 return emptyByteBuffer.duplicate();
697 ByteBuffer result = bytes.duplicate();
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java247 SharedBufferHandle handle2 = handle.duplicate(null);
518 handle.duplicate(null).close();
520 handle.duplicate(new SharedBufferHandle.DuplicateOptions()).close();
531 SharedBufferHandle newHandle = handle.duplicate(null);
897 SharedBufferHandle newHandle = handle.duplicate(null);
/external/icu/icu4c/source/common/
H A Duloc.cpp661 UBool duplicate = FALSE; local
731 /* If this is a duplicate keyword, then ignore it */
734 duplicate = TRUE;
738 if (!duplicate) {
745 UBool duplicate = FALSE; local
747 /* Search for duplicate; if found, do nothing. Explicit keyword
751 duplicate = TRUE;
755 if (!duplicate) {
2367 while(*s==',') { /* eat duplicate commas */
/external/libnl/lib/route/qdisc/
H A Dnetem.c66 netem->qnm_duplicate = opts->duplicate;
233 opts.duplicate = netem->qnm_duplicate;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m51 % remove duplicate received frames that were never decoded (RED codec)
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h514 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
521 __u32 dup_corr; /* duplicate correlation */
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h140 MachineInstr *duplicate(MachineInstr *Orig, MachineFunction &MF) const;
/external/v8/src/runtime/
H A Druntime-scopes.cc445 // Detect duplicate names to the right in the parameter list.
448 bool duplicate = false; local
451 duplicate = true;
456 if (duplicate) {

Completed in 1229 milliseconds

1234567