/external/chromium/base/ |
file_descriptor_shuffle.h | 33 // 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);
|
file_descriptor_shuffle.cc | 38 if (!delegate->Duplicate(&temp_fd, i->dest)) 82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
|
file_descriptor_shuffle_unittest.cc | 24 DUPLICATE, 50 bool Duplicate(int* result, int fd) { 52 actions_.push_back(Action(Action::DUPLICATE, *result, fd)); 152 Action(Action::DUPLICATE, kDuplicateBase, 1)); 167 Action(Action::DUPLICATE, kDuplicateBase, 1)); 182 Action(Action::DUPLICATE, kDuplicateBase, 1)); 197 Action(Action::DUPLICATE, kDuplicateBase, 1)); 256 bool Duplicate(int* result, int fd) {
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 113 INSTALL=Duplicate -y 114 INSTALL_PROGRAM=Duplicate -y 115 INSTALL_DATA=Duplicate -y 116 INSTALL_SETUID=Duplicate -y 135 CP = Duplicate -y
|
mac-mf.inp | 113 INSTALL=Duplicate -y 114 INSTALL_PROGRAM=Duplicate -y 115 INSTALL_DATA=Duplicate -y 116 INSTALL_SETUID=Duplicate -y 135 CP = Duplicate -y
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
Android.mk | 40 # Duplicate the static libraries to fix circular references
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request_unittest.cc | 56 TEST_F(DirectoryAddRequestTest, Duplicate) { 59 "a duplicate host.\"}],\"code\":400,\"message\":\"Attempt to " 60 "register a duplicate host.\"}}", 62 "Attempt to register a duplicate host.");
|
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 559 static std::string Duplicate(unsigned nElts, StringRef typestr, 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); [all...] |
/external/openssl/crypto/objects/ |
obj_dat.pl | 59 print "WARNING: Duplicate short name \"$d\"\n"; 69 print "WARNING: Duplicate long name \"$d\"\n";
|
/external/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 392 ; Duplicate and expand dc across
|
/external/v8/test/mjsunit/ |
strict-mode.js | 107 // Duplicate function parameter name. 116 // Function constructor: duplicate parameter name. 166 // Duplicate data properties. [all...] |
/external/v8/src/ |
messages.js | 199 duplicate_regexp_flag: ["Duplicate RegExp flag ", "%0"], 219 strict_param_dupe: ["Strict mode function may not have duplicate parameter names"], 223 strict_duplicate_property: ["Duplicate data property in object literal not allowed in strict mode"], [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 710 --- (IPv6 only) only list addresses which did not pass duplicate 780 --- the address is not used because duplicate address detection~\cite{RFC-ADDRCONF} [all...] |
/prebuilt/common/ant/ |
ant.jar | |
/external/bison/tests/ |
testsuite | 427 116;regression.at:117;Duplicate string;; 456 145;glr-regression.at:337;Duplicate representation of merged trees;; [all...] |