Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/contrib/lite/kernels/
Dgather_test.cc99 TEST(FloatGatherOpTest, Duplicate) { in TEST() argument
/external/libchrome/base/process/
Dprocess_posix.cc280 Process Process::Duplicate() const { in Duplicate() function in base::Process
/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py178 def Duplicate(emitter, registers, rows, cols, min_register, values): function
/external/libchrome/base/files/
Dfile_posix.cc375 File File::Duplicate() const { in Duplicate() function in base::File
Dfile_unittest.cc454 TEST(FileTest, Duplicate) { argument
/external/libmojo/mojo/android/system/
Dcore_impl.cc288 static ScopedJavaLocalRef<jobject> Duplicate( in Duplicate() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc893 TEST_F(LabelTest, Duplicate) { in TEST_F() argument
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py174 def Duplicate(a): function
/external/v8/src/compiler/
Dinstruction.h1157 static StateValueDescriptor Duplicate(size_t id) { in Duplicate() function