Home
last modified time | relevance | path

Searched defs:Duplicate (Results 1 – 21 of 21) sorted by relevance

/external/grpc-grpc/src/ruby/pb/grpc/testing/duplicate/
Decho_duplicate_services_pb.rb26 module Duplicate module
/external/libchrome/base/memory/
Dunsafe_shared_memory_region.cc41 UnsafeSharedMemoryRegion UnsafeSharedMemoryRegion::Duplicate() const { in Duplicate() function in base::UnsafeSharedMemoryRegion
Dshared_memory_handle_posix.cc52 SharedMemoryHandle SharedMemoryHandle::Duplicate() const { in Duplicate() function in base::SharedMemoryHandle
Dread_only_shared_memory_region.cc61 ReadOnlySharedMemoryRegion ReadOnlySharedMemoryRegion::Duplicate() const { in Duplicate() function in base::ReadOnlySharedMemoryRegion
Dshared_memory_handle_android.cc69 SharedMemoryHandle SharedMemoryHandle::Duplicate() const { in Duplicate() function in base::SharedMemoryHandle
Dplatform_shared_memory_region_posix.cc121 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Duplicate() const { in Duplicate() function in base::subtle::PlatformSharedMemoryRegion
Dplatform_shared_memory_region_mac.cc50 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Duplicate() const { in Duplicate() function in base::subtle::PlatformSharedMemoryRegion
Dshared_memory_region_unittest.cc212 TYPED_TEST(DuplicatableSharedMemoryRegionTest, Duplicate) { in TYPED_TEST() argument
/external/libchrome/base/posix/
Dfile_descriptor_shuffle.cc86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) { in Duplicate() function in base::FileDescriptorTableInjection
Dfile_descriptor_shuffle_unittest.cc47 bool Duplicate(int* result, int fd) override { in Duplicate() function in base::InjectionTracer
251 bool Duplicate(int* result, int fd) override { return false; } in Duplicate() function in base::FailingDelegate
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dbyte_buffer.h112 void Duplicate() { in Duplicate() function
/external/libchrome/base/process/
Dprocess_posix.cc285 Process Process::Duplicate() const { in Duplicate() function in base::Process
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTarWriterTest.cpp161 TEST_F(TarWriterTest, Duplicate) { in TEST_F() argument
/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py178 def Duplicate(emitter, registers, rows, cols, min_register, values): function
/external/tensorflow/tensorflow/lite/kernels/
Dgather_test.cc118 TEST(FloatGatherOpTest, Duplicate) { in TEST() argument
/external/libchrome/base/files/
Dfile_posix.cc390 File File::Duplicate() const { in Duplicate() function in base::File
Dfile_unittest.cc500 TEST(FileTest, Duplicate) { argument
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs160 public ByteBuffer Duplicate() in Duplicate() method in FlatBuffers.ByteBuffer
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc927 TEST_F(LabelTest, Duplicate) { in TEST_F() argument
/external/v8/src/compiler/
Dinstruction.h1156 static StateValueDescriptor Duplicate(size_t id) { in Duplicate() function
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py197 def Duplicate(a): function