/external/clang/test/Parser/ |
D | cxx0x-member-initializers.cpp | 26 struct V1 { struct 28 V1() : a(), b{} {} in V1() argument
|
/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_serde.rs | 752 pub const V1: f32 = 1.0; constant 760 pub const V1: f64 = 1.0; constant 768 pub const V1: i8 = 1; constant 776 pub const V1: i16 = 1; constant 784 pub const V1: i32 = 1; constant 792 pub const V1: i64 = 1; constant 800 pub const V1: u8 = 1; constant 808 pub const V1: u16 = 1; constant 816 pub const V1: u32 = 1; constant 824 pub const V1: u64 = 1; constant [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
/external/ksp/test-utils/testData/api/ |
D | recordJavaOverrides.kt | 68 class V1 class
|
D | recordJavaGetAllMembers.kt | 62 class V1 class
|
/external/rust/android-crates-io/crates/weak-table/src/ |
D | ptr_weak_weak_hash_map.rs | 171 …pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument 184 pub fn is_submap<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in is_submap() 197 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in domain_is_subset() 247 fn eq(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool { in eq() argument
|
D | ptr_weak_key_hash_map.rs | 177 … pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument 189 pub fn is_submap<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in is_submap() 190 where V: PartialEq<V1>, in is_submap() 201 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in domain_is_subset() 262 fn eq(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool { in eq() argument
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/eigen/test/ |
D | diagonal_matrix_variadic_ctor.cpp | 36 #define VERIFY_IMPLICIT_CONVERSION_3(DIAGTYPE, V0, V1, V2) \ argument 43 #define VERIFY_IMPLICIT_CONVERSION_4(DIAGTYPE, V0, V1, V2, V3) \ argument 51 #define VERIFY_IMPLICIT_CONVERSION_5(DIAGTYPE, V0, V1, V2, V3, V4) \ argument
|
/external/ow2-asm/asm-commons/src/resources/java/ |
D | SerialVersionEnum.java | 34 V1, enumConstant
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/resource/v1/ |
D | resource_pb.rb | 16 module V1 module
|
/external/grpc-grpc/src/ruby/pb/grpc/health/v1/ |
D | health_pb.rb | 36 module V1 module
|
D | health_services_pb.rb | 27 module V1 module
|
/external/rust/android-crates-io/crates/merge/tests/compile/ |
D | derive-enum.rs | 8 V1, enumerator
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/metrics/v1/ |
D | metrics_service_pb.rb | 23 module V1 module
|
D | metrics_service_services_pb.rb | 26 module V1 module
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/trace/v1/ |
D | trace_service_services_pb.rb | 26 module V1 module
|
D | trace_service_pb.rb | 32 module V1 module
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/trace/v1/ |
D | trace_config_pb.rb | 37 module V1 module
|
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
D | EnumSwitchTarget.java | 23 V1, V2 enumConstant
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/common/v1/ |
D | common_pb.rb | 45 module V1 module
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-abi-examples.cpp | 205 struct V1 { struct 225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
|
/external/arm-trusted-firmware/plat/arm/css/sgi/aarch64/ |
D | sgi_helper.S | 93 V1: label
|
/external/trusty/arm-trusted-firmware/plat/arm/board/neoverse_rd/common/arch/aarch64/ |
D | nrd_helper.S | 93 V1: label
|