Home
last modified time | relevance | path

Searched defs:M3 (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/
H A Dm3.pb.go17 type M3 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *M3) Reset() {
32 func (x *M3) String() string {
36 func (*M3) ProtoMessage() {}
38 func (x *M3) ProtoReflect() protoreflect.Message {
51 func (*M3) Descriptor() ([]byte, []int) {
H A Dm3.proto8 message M3 {} message
/aosp_15_r20/external/llvm/unittests/Support/
H A DMemoryTest.cpp76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P() local
132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local
190 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local
245 MemoryBlock M3 = Memory::allocateMappedMemory(32, &M2, Flags, EC); in TEST_P() local
271 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local
293 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local
319 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dany_ambiguous_aliases_generated.rs35 pub const M3: Self = Self(3); constant
127 M3(Box<MonsterT>), enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dany_ambiguous_aliases_generated.rs33 pub const M3: Self = Self(3); constant
116 M3(Box<MonsterT>), enumerator
/aosp_15_r20/external/clang/lib/Driver/
H A DMultilib.cpp158 const Multilib &M3) { in Either()
163 const Multilib &M3, const Multilib &M4) { in Either()
168 const Multilib &M3, const Multilib &M4, in Either()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DChainedMap.java20 public static class M3<K2, K1, V> extends ChainedMap class in ChainedMap
23 private M3(Map<K2, Object> map2, Map<K1, Object> map1, Class<V> valueClass) { in M3() method in ChainedMap.M3
27 private M3( in M3() method in ChainedMap.M3
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dbuiltins1.go110 type M3 interface{ map[string]int | map[rune]int } interface
130 func _[T M3](m T) {
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/
Dlib.rs1403 const M3: Flags = Flags::C; in test_const_fn() constant
/aosp_15_r20/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c239 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
428 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c239 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
428 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/poly1305/
Dpoly1305_vec.c241 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
430 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/aosp_15_r20/external/clang/test/Driver/Inputs/
H A Dgen-response.c4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dany-ambiguous-aliases.ts10 M3 = 3 enumerator
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAnyAmbiguousAliases.py9 M3 = 3 variable in AnyAmbiguousAliases
H A DAnyAmbiguousAliases.php11 const M3 = 3; define in MyGame\\Example\\AnyAmbiguousAliases
H A DAnyAmbiguousAliases.java11 public static final byte M3 = 3; field in AnyAmbiguousAliases
H A DAnyAmbiguousAliases.kt11 const val M3: UByte = 3u constant
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue58341.go23 func (s S[T]) M3(node T) { func
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp15-star-this-capture.cpp15 const auto &M3 = [*this] () mutable -> auto&& { //expected-error{{call to deleted}} in foo() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue15838.dir/
Da.go48 func (T) M3() { func
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c252 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
441 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c252 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
441 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dpp-record.c32 #define M3 int x2 macro
/aosp_15_r20/external/clang/test/CoverageMapping/
H A Dmacro-expansion.c25 #define M3(x) do { M2(x); } while (0) macro

12345