Searched refs:Duplicate (Results 1 - 9 of 9) sorted by relevance

/external/chromium/base/
H A Dfile_descriptor_shuffle.h33 // Duplicate |fd|, an element of the domain, and write a fresh element of the
35 virtual bool Duplicate(int* result, int fd) = 0;
49 virtual bool Duplicate(int* result, int fd);
H A Dfile_descriptor_shuffle.cc38 if (!delegate->Duplicate(&temp_fd, i->dest))
82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) { function in class:base::FileDescriptorTableInjection
H A Dfile_descriptor_shuffle_unittest.cc50 bool Duplicate(int* result, int fd) { function in class:InjectionTracer
256 bool Duplicate(int* result, int fd) { function in class:FailingDelegate
/external/webrtc/src/modules/audio_processing/agc/main/source/
H A DAndroid.mk40 # Duplicate the static libraries to fix circular references
/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request_unittest.cc56 TEST_F(DirectoryAddRequestTest, Duplicate) {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp559 static std::string Duplicate(unsigned nElts, StringRef typestr, function
636 s += "__a * " + Duplicate(nElts, typestr, "__b") + ";";
649 s += "__a + (__b * " + Duplicate(nElts, typestr, "__c") + ");";
659 Duplicate(nElts, typestr, "__c") + ");";
669 s += "__a - (__b * " + Duplicate(nElts, typestr, "__c") + ");";
679 Duplicate(nElts, typestr, "__c") + ");";
760 s += Duplicate(nElts, typestr, "__a") + ";";
969 args = Duplicate(GetNumElements(typestr, argQuad), typestr, args);
/external/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm392 ; Duplicate and expand dc across
/external/iproute2/doc/
H A Dip-cref.tex3016 \# {\bf Step 2} --- IP Duplicate Address Detection~\cite{RFC-DHCP}.\\
3094 addresses, but also carries out Duplicate Address Detection~\cite{RFC-DHCP},
3261 \# {\bf Step 1} --- IP Duplicate Address Detection~\cite{RFC-DHCP}.\\
/external/bison/tests/
H A Dtestsuite427 116;regression.at:117;Duplicate string;;
456 145;glr-regression.at:337;Duplicate representation of merged trees;;
[all...]

Completed in 253 milliseconds