Home
last modified time | relevance | path

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

12

/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_2/
Dm3.pb.go23 type M3 struct { struct
24 XXX_NoUnkeyedLiteral struct{} `json:"-"`
25 XXX_unrecognized []byte `json:"-"`
26 XXX_sizecache int32 `json:"-"`
29 func (m *M3) Reset() { *m = M3{} }
30 func (m *M3) String() string { return proto.CompactTextString(m) }
31 func (*M3) ProtoMessage() {}
32 func (*M3) Descriptor() ([]byte, []int) {
36 func (m *M3) XXX_Unmarshal(b []byte) error {
39 func (m *M3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
[all …]
Dm3.proto35 message M3 {} message
/external/llvm/unittests/Support/
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
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
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
DTaskQueueTest.cpp32 std::mutex M1, M2, M3; in TEST_F() local
/external/flatbuffers/tests/MyGame/Example/
DAnyAmbiguousAliases.py9 M3 = 3 variable in AnyAmbiguousAliases
DAnyAmbiguousAliases.cs13 M3 = 3, enumerator
DAnyAmbiguousAliases.php11 const M3 = 3; define in MyGame\\Example\\AnyAmbiguousAliases
DAnyAmbiguousAliases.java10 public static final byte M3 = 3; field in AnyAmbiguousAliases
/external/clang/test/Driver/Inputs/
Dgen-response.c4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp15-star-this-capture.cpp15 const auto &M3 = [*this] () mutable -> auto&& { //expected-error{{call to deleted}} in foo() local
/external/clang/test/Preprocessor/
Dpp-record.c32 #define M3 int x2 macro
/external/clang/lib/Driver/
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()
/external/clang/test/CoverageMapping/
Dmacro-expansion.c25 #define M3(x) do { M2(x); } while (0) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java50 private static final int M3 = 5; field in Well512a
DWell1024a.java50 private static final int M3 = 10; field in Well1024a
DWell19937a.java50 private static final int M3 = 449; field in Well19937a
DWell19937c.java50 private static final int M3 = 449; field in Well19937c
DWell44497b.java50 private static final int M3 = 229; field in Well44497b
DWell44497a.java50 private static final int M3 = 229; field in Well44497a
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMeasureMapInternalTest.java145 private static final MeasureLong M3 = makeSimpleMeasureLong("m3"); field in MeasureMapInternalTest
/external/cldr/tools/java/org/unicode/cldr/util/
DChainedMap.java21 …public static class M3<K2, K1, V> extends ChainedMap implements Iterable<Map.Entry<K2, Map<K1, V>>… 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(Map<?, ?> map2, Constructor<Map<Object, Object>>[] constructors, int indexStart) { in M3() method in ChainedMap.M3
/external/clang/test/Misc/
Dmacro-backtrace.c6 #define M3(A, B) M2(A, B) macro
/external/clang/test/Sema/
Dunused-expr.c132 #define M3(a) (t3(a), fn2()) macro
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DVerifierTest.cpp69 Module M3("M3", C); in TEST() local

12