| /external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/ |
| D | b.pb.go | 23 type M2 struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 proto.XXX_InternalExtensions `json:"-"` 26 XXX_unrecognized []byte `json:"-"` 27 XXX_sizecache int32 `json:"-"` 30 func (m *M2) Reset() { *m = M2{} } 31 func (m *M2) String() string { return proto.CompactTextString(m) } 32 func (*M2) ProtoMessage() {} 33 func (*M2) Descriptor() ([]byte, []int) { 64 proto.RegisterType((*M2)(nil), "goproto.test.import_public.sub.M2")
|
| D | b.proto | 38 message M2 { message
|
| /external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/ |
| D | m2.pb.go | 23 type M2 struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 XXX_unrecognized []byte `json:"-"` 26 XXX_sizecache int32 `json:"-"` 29 func (m *M2) Reset() { *m = M2{} } 30 func (m *M2) String() string { return proto.CompactTextString(m) } 31 func (*M2) ProtoMessage() {} 32 func (*M2) Descriptor() ([]byte, []int) { 36 func (m *M2) XXX_Unmarshal(b []byte) error { 39 func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { [all …]
|
| D | m2.proto | 35 message M2 {} message
|
| /external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/ |
| D | m2.pb.go | 23 type M2 struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 XXX_unrecognized []byte `json:"-"` 26 XXX_sizecache int32 `json:"-"` 29 func (m *M2) Reset() { *m = M2{} } 30 func (m *M2) String() string { return proto.CompactTextString(m) } 31 func (*M2) ProtoMessage() {} 32 func (*M2) Descriptor() ([]byte, []int) { 36 func (m *M2) XXX_Unmarshal(b []byte) error { 39 func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { [all …]
|
| D | m2.proto | 35 message M2 {} message
|
| /external/llvm/unittests/Support/ |
| D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local 129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 187 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 243 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); in TEST_P() local 269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 317 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local
|
| /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 86 Multilib M2; in TEST() local 96 Multilib M2; in TEST() local 106 Multilib M2; in TEST() local 116 Multilib M2("bar"); in TEST() local 124 Multilib M2("", "bar"); in TEST() local 132 Multilib M2("", "", "bar"); in TEST() local [all …]
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | MemoryTest.cpp | 74 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 129 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local 187 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 250 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 307 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); in TEST_P() local 334 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 357 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 384 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local
|
| /external/llvm-project/clang/unittests/Driver/ |
| D | MultilibTest.cpp | 53 Multilib M1, M2; in TEST() local 60 Multilib M1, M2; in TEST() local 69 Multilib M1, M2; in TEST() local 75 Multilib M1, M2; in TEST() local 85 Multilib M2; in TEST() local 95 Multilib M2; in TEST() local 105 Multilib M2; in TEST() local 115 Multilib M2("bar"); in TEST() local 123 Multilib M2("", "bar"); in TEST() local 131 Multilib M2("", "", "bar"); in TEST() local [all …]
|
| /external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
| D | is_equal.pass.cpp | 49 memory_resource const& M2 = R2; in main() local 66 memory_resource const& M2 = R2; in main() local 83 memory_resource const& M2 = R2; in main() local
|
| /external/llvm-project/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
| D | is_equal.pass.cpp | 50 memory_resource const& M2 = R2; in main() local 67 memory_resource const& M2 = R2; in main() local 84 memory_resource const& M2 = R2; in main() local
|
| /external/clang/test/PCH/ |
| D | macro-redef.c | 14 #define M2 3 macro 19 #define M2 4 // expected-warning {{redefined}} macro
|
| /external/llvm-project/clang/test/PCH/ |
| D | macro-redef.c | 14 #define M2 3 macro 19 #define M2 4 // expected-warning {{redefined}} macro
|
| /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
| D | types.pass.cpp | 58 using M2 = std::recursive_mutex; in main() typedef 64 using M2 = std::recursive_mutex; in main() typedef
|
| /external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
| D | types.pass.cpp | 57 using M2 = std::recursive_mutex; in main() typedef 63 using M2 = std::recursive_mutex; in main() typedef
|
| /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/eigen/doc/snippets/ |
| D | Tutorial_ReshapeMat2Mat.cpp | 5 Map<MatrixXf> M2(M1.data(), 6,2); variable
|
| D | Tutorial_SlicingCol.cpp | 3 Map<MatrixXf,0,OuterStride<> > M2(M1.data(), M1.rows(), (M1.cols()+2)/3, OuterStride<>(M1.outerStri… variable
|
| /external/llvm-project/clang/lib/Driver/ |
| D | Multilib.cpp | 152 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() 156 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 161 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 166 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
|
| /external/clang/test/CoverageMapping/ |
| D | macroception.c | 3 #define M2 { macro
|
| /external/llvm/test/DebugInfo/Inputs/ |
| D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2) macro
|
| /external/llvm-project/llvm/test/DebugInfo/Inputs/ |
| D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2) macro
|
| /external/llvm-project/clang/test/CoverageMapping/ |
| D | macroception.c | 3 #define M2 { macro
|
| /external/clang/test/SemaCXX/ |
| D | switch-implicit-fallthrough-macro.cpp | 42 #define M2 M1 macro 44 #define M2 macro
|