Searched refs:Duplicate (Results 1 - 12 of 12) sorted by relevance
/third_party/gn/src/base/posix/ |
H A D | file_descriptor_shuffle.h | 34 // Duplicate |fd|, an element of the domain, and write a fresh element of the 36 virtual bool Duplicate(int* result, int fd) = 0; 50 bool Duplicate(int* result, int fd) override;
|
H A D | file_descriptor_shuffle.cc | 42 if (!delegate->Duplicate(&temp_fd, i->dest)) in PerformInjectiveMultimapDestructive() 87 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) { in Duplicate() function in base::FileDescriptorTableInjection
|
/third_party/gn/src/base/files/ |
H A D | file.h | 253 File Duplicate() const;
|
H A D | file_win.cc | 209 File File::Duplicate() const { in Duplicate() function in base::File
|
/third_party/gn/src/gn/ |
H A D | function_template.cc | 196 *err = Err(function, "Duplicate template definition.",
|
H A D | args.cc | 180 arg.second.origin(), "Duplicate build argument declaration.",
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | varsub.bat | 59 print STDERR "Error: Duplicate definition of $var\n";
|
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 60 panic!("Duplicate rust_ios simulators found. Please \ in start_simulator()
|
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | llhttp.c | 7823 state->reason = "Duplicate Content-Length"; in llhttp__internal__run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 1055 << " (Tail Duplicate)\n"); in getBestTrellisSuccessor() 1084 bool Duplicate = true; in canTailDuplicateUnplacedPreds() 1134 Duplicate = false; in canTailDuplicateUnplacedPreds() 1175 if ((NumDup > Succ->succ_size()) || !Duplicate) in canTailDuplicateUnplacedPreds() 1612 << " (Tail Duplicate)\n"); in selectBestSuccessor()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 1232 static StateValueDescriptor Duplicate(size_t id) { in Duplicate() function in v8::internal::compiler::StateValueDescriptor 1344 fields_.push_back(StateValueDescriptor::Duplicate(id)); in PushDuplicate()
|
/third_party/node/deps/llhttp/src/ |
H A D | llhttp.c | 6831 state->reason = "Duplicate Content-Length"; in llhttp__internal__run() 14765 state->reason = "Duplicate Content-Length"; in llhttp__internal__run()
|
Completed in 32 milliseconds