Home
last modified time | relevance | path

Searched defs:M2 (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/
H A Dm2.pb.go17 type M2 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *M2) Reset() {
32 func (x *M2) String() string {
36 func (*M2) ProtoMessage() {}
38 func (x *M2) ProtoReflect() protoreflect.Message {
51 func (*M2) Descriptor() ([]byte, []int) {
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/
H A Dm2.pb.go17 type M2 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *M2) Reset() {
32 func (x *M2) String() string {
36 func (*M2) ProtoMessage() {}
38 func (x *M2) ProtoReflect() protoreflect.Message {
51 func (*M2) Descriptor() ([]byte, []int) {
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/
H A Db.pb.go17 type M2 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *M2) Reset() {
32 func (x *M2) String() string {
36 func (*M2) ProtoMessage() {}
38 func (x *M2) ProtoReflect() protoreflect.Message {
51 func (*M2) Descriptor() ([]byte, []int) {
/aosp_15_r20/external/clang/unittests/Driver/
H A 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
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 …]
/aosp_15_r20/external/llvm/unittests/Support/
H A DMemoryTest.cpp45 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
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs205 pub async fn unary<M1, M2, C>( in unary() argument
210 ) -> Result<Response<M2>, Status> in unary()
224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() argument
229 ) -> Result<Response<M2>, Status> in client_streaming()
261 pub async fn server_streaming<M1, M2, C>( in server_streaming() argument
266 ) -> Result<Response<Streaming<M2>>, Status> in server_streaming()
280 pub async fn streaming<S, M1, M2, C>( in streaming() argument
285 ) -> Result<Response<Streaming<M2>>, Status> in streaming()
325 ) -> Result<Response<Streaming<M2>>, Status> in create_response()
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
H A Dis_equal.pass.cpp49 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res/mem.res.public/
H A Dis_equal.pass.cpp49 const std::pmr::memory_resource& M2 = R2; in main() local
66 const std::pmr::memory_resource& M2 = R2; in main() local
83 const std::pmr::memory_resource& M2 = R2; in main() local
/aosp_15_r20/external/clang/lib/Driver/
H A 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()
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/embed3.dir/
Dembed1.go27 type X6 struct{ p.M2 } anonMember
29 type X7 struct{ p.M2 } anonMember
33 type X8 struct{ p.M2 } anonMember
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_iface.go137 type M2 struct { struct
138 p *int
141 func (*M2) M() {
Dnilptr2.go128 type M2 struct { struct
129 x int
130 M anonMember
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dany_ambiguous_aliases_generated.rs34 pub const M2: Self = Self(2); constant
126 M2(Box<MonsterT>), enumerator
H A Dany_unique_aliases_generated.rs35 pub const M2: Self = Self(3); constant
127 M2(Box<super::example_2::MonsterT>), enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dany_unique_aliases_generated.rs33 pub const M2: Self = Self(3); constant
116 M2(Box<super::example_2::MonsterT>), enumerator
H A Dany_ambiguous_aliases_generated.rs32 pub const M2: Self = Self(2); constant
115 M2(Box<MonsterT>), enumerator
/aosp_15_r20/external/clang/test/PCH/
H A Dmacro-redef.c14 #define M2 3 macro
19 #define M2 4 // expected-warning {{redefined}} macro
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dtypes.pass.cpp58 using M2 = std::recursive_mutex; in main() typedef
64 using M2 = std::recursive_mutex; in main() typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/alias3.dir/
Da.go32 M2() Context methodSpec
37 M2() build.Context methodSpec
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dtypes.pass.cpp57 using M2 = std::recursive_mutex; in main() typedef
63 using M2 = std::recursive_mutex; in main() typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue15470.dir/
Da.go8 M2() (x, _ int) methodSpec
15 func (S) M2() (x, _ int) { return } func
/aosp_15_r20/external/skia/src/core/
H A DSkKnownRuntimeEffects.h55 #define SK_ALL_STABLEKEYS(M, M1, M2) \ argument
96 #define M2(type, initializer) k##type = k##initializer, macro
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/builder/
H A DPrivateConstructorsTest.kt40 class M2 private constructor() { in provideString() class
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1z-lambda-star-this.cpp105 auto M2 = [*this] () mutable { in foo() local
123 auto M2 = [*this] (auto a) mutable { in foo() local
171 auto M2 = [*this] () { in foo() local
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex_method_pointer_test.cc75 class M2 { class
79 M2() {} in M2() function in __anon6d5dc42e0111::M2

12345678910>>...13