/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/ |
H A D | m3.pb.go | 17 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 D | m3.proto | 8 message M3 {} message
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | MemoryTest.cpp | 76 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 D | any_ambiguous_aliases_generated.rs | 35 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 D | any_ambiguous_aliases_generated.rs | 33 pub const M3: Self = Self(3); constant 116 M3(Box<MonsterT>), enumerator
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Multilib.cpp | 158 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 D | ChainedMap.java | 20 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/ |
D | builtins1.go | 110 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/ |
D | lib.rs | 1403 const M3: Flags = Flags::C; in test_const_fn() constant
|
/aosp_15_r20/external/boringssl/src/crypto/poly1305/ |
H A D | poly1305_vec.c | 239 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 D | poly1305_vec.c | 239 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/ |
D | poly1305_vec.c | 241 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 D | gen-response.c | 4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | any-ambiguous-aliases.ts | 10 M3 = 3 enumerator
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | AnyAmbiguousAliases.py | 9 M3 = 3 variable in AnyAmbiguousAliases
|
H A D | AnyAmbiguousAliases.php | 11 const M3 = 3; define in MyGame\\Example\\AnyAmbiguousAliases
|
H A D | AnyAmbiguousAliases.java | 11 public static final byte M3 = 3; field in AnyAmbiguousAliases
|
H A D | AnyAmbiguousAliases.kt | 11 const val M3: UByte = 3u constant
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue58341.go | 23 func (s S[T]) M3(node T) { func
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p15-star-this-capture.cpp | 15 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/ |
D | a.go | 48 func (T) M3() { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
D | poly1305_vec.c | 252 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/ |
D | poly1305_vec.c | 252 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 D | pp-record.c | 32 #define M3 int x2 macro
|
/aosp_15_r20/external/clang/test/CoverageMapping/ |
H A D | macro-expansion.c | 25 #define M3(x) do { M2(x); } while (0) macro
|