Home
last modified time | relevance | path

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

12345

/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/
Dm1.pb.go17 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) {
Dm1.proto8 message M1 {} message
/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/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/
Dm1.pb.go60 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
Dm1.proto9 message M1 {} message
/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/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/clang/test/PCH/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} 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/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/test/DebugInfo/Inputs/
Ddwarfdump-macro.h5 #define M1 NewValue1 macro
Ddwarfdump-macro.cc1 #define M1 Value1 macro
/external/clang/test/Preprocessor/
Dannotate_in_macro_arg.c2 #define M1() // expected-note{{macro 'M1' defined here}} macro
Dmacro_rescan.c3 #define M1(a) (a+1) macro
Dmacro_paste_simple.c9 #define M1(A) A macro
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp37 #define M1 [[clang::fallthrough]] macro
39 #define M1 [[fallthrough]] macro
/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/clang/test/CoverageMapping/
Dmacroception.c4 #define M1 M2 macro
/external/libcxx/test/std/containers/unord/unord.multimap/
Dscary.pass.cpp20 typedef std::unordered_map<int, int> M1; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/
Dscary.pass.cpp20 typedef std::unordered_set<int> M1; in main() typedef
/external/libcxx/test/std/containers/associative/multiset/
Dscary.pass.cpp20 typedef std::set<int> M1; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/
Dscary.pass.cpp20 typedef std::map<int, int> M1; in main() typedef

12345