/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/ |
D | m1.pb.go | 17 type M1 struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M1) Reset() { 32 func (x *M1) String() string { 36 func (*M1) ProtoMessage() {} 38 func (x *M1) ProtoReflect() protoreflect.Message { 51 func (*M1) Descriptor() ([]byte, []int) {
|
D | m1.proto | 8 message M1 {} message
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | types.pass.cpp | 47 using M1 = std::mutex; in main() typedef 52 using M1 = std::recursive_mutex; in main() typedef 57 using M1 = std::mutex; in main() typedef 63 using M1 = std::mutex; in main() typedef 69 using M1 = std::mutex; in main() typedef 74 using M1 = std::recursive_mutex; in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | types.pass.cpp | 46 using M1 = std::mutex; in main() typedef 51 using M1 = std::recursive_mutex; in main() typedef 56 using M1 = std::mutex; in main() typedef 62 using M1 = std::mutex; in main() typedef 68 using M1 = std::mutex; in main() typedef 73 using M1 = std::recursive_mutex; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | types.pass.cpp | 46 using M1 = std::mutex; in main() typedef 51 using M1 = std::recursive_mutex; in main() typedef 56 using M1 = std::mutex; in main() typedef 62 using M1 = std::mutex; in main() typedef 68 using M1 = std::mutex; in main() typedef 73 using M1 = std::recursive_mutex; in main() typedef
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/ |
D | m1.pb.go | 60 type M1 struct { struct 61 state protoimpl.MessageState 62 sizeCache protoimpl.SizeCache 63 unknownFields protoimpl.UnknownFields 66 func (x *M1) Reset() { 75 func (x *M1) String() string { 79 func (*M1) ProtoMessage() {} 81 func (x *M1) ProtoReflect() protoreflect.Message { 94 func (*M1) Descriptor() ([]byte, []int) { 103 M1 *M1 `protobuf:"bytes,1,opt,name=m1,proto3" json:"m1,omitempty"` member
|
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local 72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local 107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local 126 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags, in TEST_P() local 184 MemoryBlock M1 = Memory::allocateMappedMemory(2 * sizeof(int), nullptr, Flags, in TEST_P() local 241 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local 267 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 289 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 315 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local [all …]
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 54 Multilib M1, M2; in TEST() local 61 Multilib M1, M2; in TEST() local 70 Multilib M1, M2; in TEST() local 76 Multilib M1, M2; in TEST() local 85 Multilib M1("64"); in TEST() local 95 Multilib M1("", "32"); in TEST() local 105 Multilib M1("", "", "16"); in TEST() local 115 Multilib M1("foo"); in TEST() local 123 Multilib M1("", "foo"); in TEST() local 131 Multilib M1("", "", "foo"); in TEST() local [all …]
|
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | is_equal.pass.cpp | 45 memory_resource const& M1 = R1; in main() local 62 memory_resource const& M1 = R1; in main() local 79 memory_resource const& M1 = R1; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
D | is_equal.pass.cpp | 45 const std::pmr::memory_resource& M1 = R1; in main() local 62 const std::pmr::memory_resource& M1 = R1; in main() local 79 const std::pmr::memory_resource& M1 = R1; in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
D | is_equal.pass.cpp | 45 const std::pmr::memory_resource& M1 = R1; in main() local 62 const std::pmr::memory_resource& M1 = R1; in main() local 79 const std::pmr::memory_resource& M1 = R1; in main() local
|
/external/clang/test/PCH/ |
D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro
|
/external/ksp/test-utils/testData/api/ |
D | crossModuleTypeAlias.kt | 28 class M1 class
|
/external/rust/android-crates-io/crates/tonic/src/client/ |
D | grpc.rs | 205 pub async fn unary<M1, M2, C>( in unary() 207 request: Request<M1>, in unary() 224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() argument 261 pub async fn server_streaming<M1, M2, C>( in server_streaming() 263 request: Request<M1>, in server_streaming() 280 pub async fn streaming<S, M1, M2, C>( in streaming() argument
|
/external/skia/src/core/ |
D | SkKnownRuntimeEffects.h | 49 #define SK_ALL_STABLEKEYS(M, M1, M2) \ argument 89 #define M1(type) k##type, macro
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() 157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
|
/external/clang/test/Preprocessor/ |
D | annotate_in_macro_arg.c | 2 #define M1() // expected-note{{macro 'M1' defined here}} macro
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.h | 5 #define M1 NewValue1 macro
|
D | dwarfdump-macro.cc | 1 #define M1 Value1 macro
|
/external/mpdecimal/libmpdec/literature/ |
D | fnt.py | 104 M1 = M2 = RADIX-1 # Maximum value per single word. variable 144 M1 = M2 = RADIX-1 # Maximum value per single word. variable
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | fnt.py | 105 M1 = M2 = RADIX-1 # Maximum value per single word. variable 145 M1 = M2 = RADIX-1 # Maximum value per single word. variable
|
/external/eigen/doc/snippets/ |
D | Tutorial_ReshapeMat2Mat.cpp | 1 MatrixXf M1(2,6); // Column-major storage variable
|
D | Tutorial_ReshapeMat2Vec.cpp | 1 MatrixXf M1(3,3); // Column-major storage variable
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-macro.cpp | 37 #define M1 [[clang::fallthrough]] macro 39 #define M1 [[fallthrough]] macro
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 4 #define M1 M2 macro
|