Home
last modified time | relevance | path

Searched refs:Copied (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp37 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
40 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(Copied) {} in ConstructibleFromTupleAndInt()
50 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
53 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(Copied) {} in ConvertibleFromTupleAndInt()
63 enum State { FromInt, Copied, Moved }; enumerator
66 ConstructibleFromInt(ConstructibleFromInt const&) : state(Copied) {} in ConstructibleFromInt()
73 enum State { FromInt, Copied, Moved }; enumerator
76 ConvertibleFromInt(ConvertibleFromInt const&) : state(Copied) {} in ConvertibleFromInt()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp38 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
41 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(Copied) {} in ConstructibleFromTupleAndInt()
51 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
54 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(Copied) {} in ConvertibleFromTupleAndInt()
64 enum State { FromInt, Copied, Moved }; enumerator
67 ConstructibleFromInt(ConstructibleFromInt const&) : state(Copied) {} in ConstructibleFromInt()
74 enum State { FromInt, Copied, Moved }; enumerator
77 ConvertibleFromInt(ConvertibleFromInt const&) : state(Copied) {} in ConvertibleFromInt()
/external/rust/crates/rayon/src/iter/
Dcopied.rs14 pub struct Copied<I: ParallelIterator> { struct
18 impl<I> Copied<I> argument
24 Copied { base } in new()
28 impl<'a, T, I> ParallelIterator for Copied<I> implementation
48 impl<'a, T, I> IndexedParallelIterator for Copied<I> implementation
105 type IntoIter = iter::Copied<P::IntoIter>;
/external/licenseclassifier/v2/assets/License/GPL-3.0-with-autoconf-exception/
Dlicense.txt25 "Normally Copied Code" for a version of Autoconf means all parts of its
29 "Ineligible Code" is Covered Code that is not Normally Copied Code.
35 Copied Code of your modified version, then you void this Exception for the
/external/licenseclassifier/licenses/
DGPL-3.0-with-autoconf-exception.txt25 "Normally Copied Code" for a version of Autoconf means all parts of its
29 "Ineligible Code" is Covered Code that is not Normally Copied Code.
35 Copied Code of your modified version, then you void this Exception for the
/external/ltp/libs/libltpvdso/
DREADME1 Copied from kernel tree: tools/testing/selftests/vDSO/parse_vdso.c
/external/oss-fuzz/infra/
D.dockerignore3 # Copied from .gitignore.
/external/oss-fuzz/
D.dockerignore5 # Copied from .gitignore.
/external/autotest/utils/side_effects/proto/
DREADME.md7 Copied from `chromite/api/gen/test_platform/side_effects/`.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-icbt-pwr8.ll2 ; Copied from the ppc64-prefetch.ll test
/external/cpuinfo/deps/clog/
DBUILD.bazel1 # Copied from TensorFlow's `https://github.com/tensorflow/tensorflow/blob/master/third_party/clog/c…
/external/grpc-grpc/src/objective-c/tests/Connectivity/
DPodfile20 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/webrtc/test/ios/
Dgoogle_test_runner.mm11 // Copied from Chromium base/test/ios/google_test_runner.mm to avoid
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/proto/
Dtimestamp.proto19 // Copied from
/external/rust/crates/serde_json/src/
Dread.rs127 Copied(&'c T), enumerator
139 Reference::Copied(c) => c, in deref()
329 .map(Reference::Copied) in parse_str()
337 .map(Reference::Copied) in parse_str_raw()
465 return result(self, scratch).map(Reference::Copied); in parse_str_bytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp726 const MachineOperand &Copied = DefMI->getOperand(1); in runOnMachineFunction() local
727 if (Copied.isImm() && in runOnMachineFunction()
728 TII->isInlineConstant(APInt(64, Copied.getImm(), true))) { in runOnMachineFunction()
729 MO->ChangeToImmediate(Copied.getImm()); in runOnMachineFunction()
/external/grpc-grpc/src/objective-c/examples/SwiftSample/
DPodfile36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/grpc-grpc/src/objective-c/examples/Sample/
DPodfile36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile19 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/python/cpython3/Lib/test/xmltestdata/c14n-20/
DREADME11 Copied and distributed under these terms:
/external/trace-cmd/
DDCO2 (Copied from the Linux Kernel's Documentation/process/submitting-patches.rst)
/external/grpc-grpc/test/cpp/cocoapods/
DPodfile38 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/ruy/
DCMakeLists.txt18 cmake_minimum_required(VERSION 3.13) # Copied from IREE
/external/shflags/doc/
DCHANGES-1.0.md63 Copied the coding standards from shUnit2, but haven't fully implemented them in
/external/pigweed/pw_build/
Dzip.gni61 # "//source/file1.txt > /", # Copied to the zip root dir.

1234567891011