/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | PR22806_constrain_tuple_like_ctor.pass.cpp | 37 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/ |
D | PR22806_constrain_tuple_like_ctor.pass.cpp | 38 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/ |
D | copied.rs | 14 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/ |
D | license.txt | 25 "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/ |
D | GPL-3.0-with-autoconf-exception.txt | 25 "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/ |
D | README | 1 Copied from kernel tree: tools/testing/selftests/vDSO/parse_vdso.c
|
/external/oss-fuzz/infra/ |
D | .dockerignore | 3 # Copied from .gitignore.
|
/external/oss-fuzz/ |
D | .dockerignore | 5 # Copied from .gitignore.
|
/external/autotest/utils/side_effects/proto/ |
D | README.md | 7 Copied from `chromite/api/gen/test_platform/side_effects/`.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-icbt-pwr8.ll | 2 ; Copied from the ppc64-prefetch.ll test
|
/external/cpuinfo/deps/clog/ |
D | BUILD.bazel | 1 # Copied from TensorFlow's `https://github.com/tensorflow/tensorflow/blob/master/third_party/clog/c…
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ |
D | Podfile | 20 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
|
/external/webrtc/test/ios/ |
D | google_test_runner.mm | 11 // Copied from Chromium base/test/ios/google_test_runner.mm to avoid
|
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/proto/ |
D | timestamp.proto | 19 // Copied from
|
/external/rust/crates/serde_json/src/ |
D | read.rs | 127 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/ |
D | SIFixSGPRCopies.cpp | 726 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/ |
D | Podfile | 36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
|
/external/grpc-grpc/src/objective-c/examples/Sample/ |
D | Podfile | 36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | Podfile | 19 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
|
/external/python/cpython3/Lib/test/xmltestdata/c14n-20/ |
D | README | 11 Copied and distributed under these terms:
|
/external/trace-cmd/ |
D | DCO | 2 (Copied from the Linux Kernel's Documentation/process/submitting-patches.rst)
|
/external/grpc-grpc/test/cpp/cocoapods/ |
D | Podfile | 38 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
|
/external/ruy/ |
D | CMakeLists.txt | 18 cmake_minimum_required(VERSION 3.13) # Copied from IREE
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 63 Copied the coding standards from shUnit2, but haven't fully implemented them in
|
/external/pigweed/pw_build/ |
D | zip.gni | 61 # "//source/file1.txt > /", # Copied to the zip root dir.
|