Home
last modified time | relevance | path

Searched defs:M1 (Results 1 – 25 of 180) sorted by relevance

12345678

/external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/
Dm1.pb.go23 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 …]
Dm1.proto35 message M1 {} message
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm1.pb.go45 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/
Dtypes.pass.cpp47 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-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dtypes.pass.cpp46 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/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-builtins.cpp28 MyMatrix<int, 4, 10> M1; in test_transpose_template1() local
99 matrix_t<double, 10, 4> M1 = column_major_load_with_stride<double, 10, 4, 15>(Ptr); in test_column_major_load_with_stride_template_double() local
111 matrix_t<int, 3, 2> M1 = column_major_load_with_stride<int, 3, 2, 12>(Ptr); in test_column_major_load_with_stride_template_int() local
128 matrix_t<int, 2, 2> M1 = __builtin_matrix_column_major_load(Ptr, 2, 2, W); in test_column_major_load_stride_wrapper() local
138 matrix_t<int, 3, 2> M1 = __builtin_matrix_column_major_load(Ptr, constexpr3(), 2, 3); in test_column_major_load_constexpr_num_rows() local
147 matrix_t<int, 2, 1> M1 = __builtin_matrix_column_major_load(Ptr, 2, constexpr1(), 3); in test_column_major_load_constexpr_num_columns() local
157 matrix_t<int, 2, 5> M1 = __builtin_matrix_column_major_load(Ptr, 2, constexpr_plus1<4>(), 3); in test_column_major_load_constexpr_num_columns_temp() local
167 matrix_t<int, 2, 2> M1 = __builtin_matrix_column_major_load(Ptr, 2, 2, constexpr3()); in test_column_major_load_constexpr_stride_constexpr() local
205 matrix_t<double, 10, 4> M1; in test_column_major_store_with_stride_template_double() local
219 matrix_t<int, 3, 2> M1; in test_column_major_store_with_stride_template_int() local
[all …]
/external/llvm-project/llvm/unittests/Support/
DMemoryTest.cpp74 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap()
99 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local
111 MemoryBlock M1 = Memory::allocateMappedMemory( in TEST_P() local
127 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local
163 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local
184 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags, in TEST_P() local
247 MemoryBlock M1 = Memory::allocateMappedMemory(2 * sizeof(int), nullptr, Flags, in TEST_P() local
305 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local
332 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local
355 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local
[all …]
/external/llvm/unittests/Support/
DMemoryTest.cpp45 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/
DMultilibTest.cpp54 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/llvm-project/clang/unittests/Driver/
DMultilibTest.cpp53 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
84 Multilib M1("64"); in TEST() local
94 Multilib M1("", "32"); in TEST() local
104 Multilib M1("", "", "16"); in TEST() local
114 Multilib M1("foo"); in TEST() local
122 Multilib M1("", "foo"); in TEST() local
130 Multilib M1("", "", "foo"); in TEST() local
[all …]
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp45 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/llvm-project/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp46 memory_resource const& M1 = R1; in main() local
63 memory_resource const& M1 = R1; in main() local
80 memory_resource const& M1 = R1; in main() local
/external/clang/test/PCH/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
/external/llvm-project/clang/test/PCH/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
/external/clang/test/Preprocessor/
Dannotate_in_macro_arg.c2 #define M1() // expected-note{{macro 'M1' defined here}} macro
/external/llvm-project/clang/test/Preprocessor/
Dannotate_in_macro_arg.c2 #define M1() // expected-note{{macro 'M1' defined here}} macro
/external/llvm-project/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.h5 #define M1 NewValue1 macro
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.h5 #define M1 NewValue1 macro
/external/clang/lib/Driver/
DMultilib.cpp153 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/
DTutorial_ReshapeMat2Mat.cpp1 MatrixXf M1(2,6); // Column-major storage variable
DTutorial_ReshapeMat2Vec.cpp1 MatrixXf M1(3,3); // Column-major storage variable
DTutorial_SlicingCol.cpp1 MatrixXf M1 = MatrixXf::Random(3,8); variable
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dfnt.py105 M1 = M2 = RADIX-1 # Maximum value per single word. variable
145 M1 = M2 = RADIX-1 # Maximum value per single word. variable
/external/llvm-project/clang/lib/Driver/
DMultilib.cpp152 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/
Dmacroception.c4 #define M1 M2 macro

12345678