/external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/ |
D | m1.pb.go | 23 type M1 struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 XXX_unrecognized []byte `json:"-"` 26 XXX_sizecache int32 `json:"-"` 29 func (m *M1) Reset() { *m = M1{} } 30 func (m *M1) String() string { return proto.CompactTextString(m) } 31 func (*M1) ProtoMessage() {} 32 func (*M1) Descriptor() ([]byte, []int) { 36 func (m *M1) XXX_Unmarshal(b []byte) error { 39 func (m *M1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { [all …]
|
D | m1.proto | 35 message M1 {} message
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/ |
D | m1.pb.go | 45 type M1 struct { struct 46 XXX_NoUnkeyedLiteral struct{} `json:"-"` 47 XXX_unrecognized []byte `json:"-"` 48 XXX_sizecache int32 `json:"-"` 51 func (m *M1) Reset() { *m = M1{} } 52 func (m *M1) String() string { return proto.CompactTextString(m) } 53 func (*M1) ProtoMessage() {} 54 func (*M1) Descriptor() ([]byte, []int) { 58 func (m *M1) XXX_Unmarshal(b []byte) error { 61 func (m *M1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { [all …]
|
/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/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/swiftshader/third_party/llvm-7.0/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/clang/test/PCH/ |
D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | MultiJITTest.cpp | 34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { in createModule1() 73 Module *M1 = 0; in TEST() local 103 Module *M1 = 0; in TEST() local 137 Module *M1 = 0; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.h | 5 #define M1 NewValue1 macro
|
D | dwarfdump-macro.cc | 1 #define M1 Value1 macro
|
/external/clang/test/Preprocessor/ |
D | annotate_in_macro_arg.c | 2 #define M1() // expected-note{{macro 'M1' defined here}} macro
|
D | macro_rescan.c | 3 #define M1(a) (a+1) macro
|
D | macro_paste_simple.c | 9 #define M1(A) A 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/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
|
D | Tutorial_SlicingCol.cpp | 1 MatrixXf M1 = MatrixXf::Random(3,8); variable
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 4 #define M1 M2 macro
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | scary.pass.cpp | 20 typedef std::set<int> M1; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | scary.pass.cpp | 20 typedef std::unordered_map<int, int> M1; in main() typedef
|
/external/libcxx/test/std/containers/associative/multimap/ |
D | scary.pass.cpp | 20 typedef std::map<int, int> M1; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | scary.pass.cpp | 20 typedef std::unordered_set<int> M1; in main() typedef
|