/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/ |
H A D | m1.pb.go | 17 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) {
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/ |
H A D | m1.pb.go | 60 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
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A 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 …]
|
/aosp_15_r20/external/clang/unittests/Driver/ |
H A 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 …]
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | types.pass.cpp | 46 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/ |
D | grpc.rs | 205 pub async fn unary<M1, M2, C>( in unary() 207 request: Request<M1>, in unary() 224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() argument 261 pub async fn server_streaming<M1, M2, C>( in server_streaming() 263 request: Request<M1>, in server_streaming() 280 pub async fn streaming<S, M1, M2, C>( in streaming() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | escape_iface.go | 81 type M1 struct { struct 82 p *int 83 x int 86 func (M1) M() {
|
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
H A D | is_equal.pass.cpp | 45 const std::pmr::memory_resource& M1 = R1; in main() local 62 const std::pmr::memory_resource& M1 = R1; in main() local 79 const std::pmr::memory_resource& M1 = R1; in main() local
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/ |
D | boolean.rs | 55 pub fn new(a: M1, b: M2) -> AndPredicate<M1, M2, Item> { in new() 227 pub fn new(a: M1, b: M2) -> OrPredicate<M1, M2, Item> { in new()
|
/aosp_15_r20/external/kotlinx.coroutines/ |
H A D | CHANGES_UP_TO_1.7.md | 485 ### Breaking changes 493 ### New experimental features 498 ### Other 505 ### External contributions
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | any_ambiguous_aliases_generated.rs | 33 pub const M1: Self = Self(1); constant 125 M1(Box<MonsterT>), enumerator
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | any_ambiguous_aliases_generated.rs | 31 pub const M1: Self = Self(1); constant 114 M1(Box<MonsterT>), enumerator
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | crossModuleTypeAlias.kt | 28 class M1 class
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | devirtualize2.go | 13 func (t *S) M1() { func 19 M1() methodSpec
|
D | builtins.go | 41 type M1 interface{ map[string]int } interface 48 func g1[T M1](m T) {
|
/aosp_15_r20/prebuilts/go/linux-x86/test/alias3.dir/ |
D | a.go | 31 M1(IntAlias2) Float64 methodSpec 36 M1(Int) float64 methodSpec
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue15470.dir/ |
D | a.go | 7 M1(x, _ int) // _ (blank) caused crash methodSpec 14 func (S) M1(x, _ int) {} func
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkKnownRuntimeEffects.h | 55 #define SK_ALL_STABLEKEYS(M, M1, M2) \ argument 95 #define M1(type) k##type, macro
|
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/embed3.dir/ |
D | embed1.go | 21 type X4 struct{ p.M1 } anonMember 23 type X5 struct{ p.M1 } anonMember
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | fnt.py | 105 M1 = M2 = RADIX-1 # Maximum value per single word. variable 145 M1 = M2 = RADIX-1 # Maximum value per single word. variable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | switch-implicit-fallthrough-macro.cpp | 37 #define M1 [[clang::fallthrough]] macro 39 #define M1 [[fallthrough]] macro
|