Home
last modified time | relevance | path

Searched refs:Duplicate (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/e2fsprogs/tests/f_dup_de/
Dexpect.13 Duplicate entry 'mailcap.dpkg-old' found.
8 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
10 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
12 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
14 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
19 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
21 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
Dexpect-nohtree.16 Duplicate entry 'mailcap.dpkg-old' found.
11 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
13 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
15 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
17 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
22 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
24 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
/external/llvm/test/tools/llvm-dwp/X86/
Dduplicate.test21 DWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
22 1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from '{{.*}}ac.dwp') and 'c.c'{{$}}
23 2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from '{{.*}}bc.dwp'){{$}}
25 DWODWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
26 DWO1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from 'c.dwo' in '{{.*}}ac.dwp') and 'c.c'{{$}}
27 DWO2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from 'c.dwo' in '{{.*}}bc.dwp'){{$}}
/external/rust/crates/pin-project/tests/ui/pinned_drop/
Dinvalid.rs26 struct Duplicate(()); struct
30 impl PinnedDrop for Duplicate { implementation
121 struct Duplicate(()); struct
124 impl PinnedDrop for Duplicate { implementation
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D135-duplicate-parameter.c.expected1 0:1(9): preprocessor error: Duplicate macro parameter "a"
2 0:2(9): preprocessor error: Duplicate macro parameter "x"
/external/llvm-project/clang/test/Modules/Inputs/
Dcategory_left.h11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
Dcategory_right.h12 @interface Foo(Duplicate)
/external/clang/test/Modules/Inputs/
Dcategory_left.h11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
Dcategory_right.h12 @interface Foo(Duplicate)
/external/libchrome/base/posix/
Dfile_descriptor_shuffle.h37 virtual bool Duplicate(int* result, int fd) = 0;
51 bool Duplicate(int* result, int fd) override;
Dfile_descriptor_shuffle.cc42 if (!delegate->Duplicate(&temp_fd, i->dest)) in PerformInjectiveMultimapDestructive()
86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) { in Duplicate() function in base::FileDescriptorTableInjection
/external/e2fsprogs/tests/f_dup_de_crypt/
Dexpect.13 Duplicate entry '+M-^AT^EM-1M-^CM-/)*M-L^RM-^L^@M-WM-)M-+' found.
8 Duplicate filename entry '+M-^AT^EM-1M-^CM-/)*M-L^RM-^L^@M-WM-)M-+' in /test (12) found. Clear? yes
/external/libchrome/base/memory/
Dunsafe_shared_memory_region.cc41 UnsafeSharedMemoryRegion UnsafeSharedMemoryRegion::Duplicate() const { in Duplicate() function in base::UnsafeSharedMemoryRegion
42 return UnsafeSharedMemoryRegion(handle_.Duplicate()); in Duplicate()
Dread_only_shared_memory_region.cc61 ReadOnlySharedMemoryRegion ReadOnlySharedMemoryRegion::Duplicate() const { in Duplicate() function in base::ReadOnlySharedMemoryRegion
62 return ReadOnlySharedMemoryRegion(handle_.Duplicate()); in Duplicate()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_adapter_duplicator.cc130 bool DxgiAdapterDuplicator::Duplicate(Context* context, in Duplicate() function in webrtc::DxgiAdapterDuplicator
134 if (!duplicators_[i].Duplicate(&context->contexts[i], in Duplicate()
149 return duplicators_[monitor_id].Duplicate(&context->contexts[monitor_id], in DuplicateMonitor()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp66 TEST_F(X86SnippetRepetitorTest, Duplicate) { in TEST_F() argument
67 TestCommon(InstructionBenchmark::Duplicate); in TEST_F()
/external/parameter-framework/upstream/test/xml-generator/PFConfig/
Dduplicate_criterion_value.txt1 InclusiveCriterion Duplicate : Foo Foo
/external/libchrome/base/process/
Dprocess_unittest.cc81 TEST_F(ProcessTest, Duplicate) { in TEST_F() argument
85 Process process2 = process1.Duplicate(); in TEST_F()
100 Process process2 = process1.Duplicate(); in TEST_F()
/external/libxml2/result/schemas/
Dderivation-ok-extension-err_0_0.err1 ….xsd:6: element complexType: Schemas parser error : local complex type: Duplicate attribute use 'b…
Dchangelog093_1_0.err1 … error : Element '{http://www.blackperl.com/XML/ChangeLog}description': Duplicate key-sequence ['P…
/external/grpc-grpc/src/ruby/pb/grpc/testing/duplicate/
Decho_duplicate_services_pb.rb26 module Duplicate module
/external/llvm-project/lldb/cmake/modules/
DdebugserverConfig.cmake1 # Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
/external/flatbuffers/net/FlatBuffers/
DByteBufferUtil.cs34 ByteBuffer s = bb.Duplicate(); in RemoveSizePrefix()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util.h46 static HloInstruction* Duplicate(HloInstruction* input_tuple) { in Duplicate() function
/external/llvm-project/lldb/include/lldb/Host/
DFileAction.h32 bool Duplicate(int fd, int dup_fd);

12345678910>>...12