/external/golang-protobuf/protoc-gen-go/testdata/import_public/importing/ |
D | importing.pb.go | 25 type M struct { struct 27 M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"` argument 28 XXX_NoUnkeyedLiteral struct{} `json:"-"` 29 XXX_unrecognized []byte `json:"-"` 30 XXX_sizecache int32 `json:"-"` 33 func (m *M) Reset() { *m = M{} } 34 func (m *M) String() string { return proto.CompactTextString(m) } 35 func (*M) ProtoMessage() {} 36 func (*M) Descriptor() ([]byte, []int) { 40 func (m *M) XXX_Unmarshal(b []byte) error { [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/fmt/ |
D | m.pb.go | 23 type M struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 XXX_unrecognized []byte `json:"-"` 26 XXX_sizecache int32 `json:"-"` 29 func (m *M) Reset() { *m = M{} } 30 func (m *M) String() string { return proto.CompactTextString(m) } 31 func (*M) ProtoMessage() {} 55 proto.RegisterType((*M)(nil), "fmt.M")
|
/external/harfbuzz_ng/src/ |
D | hb-mutex.hh | 57 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 59 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 61 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 62 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 63 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 71 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 72 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 73 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 74 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 89 #define hb_mutex_impl_init(M) *(M) = 0 argument [all …]
|
/external/clang/lib/Headers/ |
D | avx512erintrin.h | 36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 73 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 76 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 85 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 90 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument [all …]
|
D | smmintrin.h | 59 #define _mm_round_ps(X, M) __extension__ ({ \ argument 62 #define _mm_round_ss(X, Y, M) __extension__ ({ \ argument 66 #define _mm_round_pd(X, M) __extension__ ({ \ argument 69 #define _mm_round_sd(X, Y, M) __extension__ ({ \ argument 74 #define _mm_blend_pd(V1, V2, M) __extension__ ({ \ argument 80 #define _mm_blend_ps(V1, V2, M) __extension__ ({ \ argument 108 #define _mm_blend_epi16(V1, V2, M) __extension__ ({ \ argument 134 #define _mm_dp_ps(X, Y, M) __extension__ ({ \ argument 138 #define _mm_dp_pd(X, Y, M) __extension__ ({\ argument 270 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 3502 #define DISASM_INST(M, S) \ in TEST() argument 3523 #define DISASM_INST(M, S) \ in TEST() argument 3620 #define DISASM_INST(M, S) \ in TEST() argument 3639 #define DISASM_INST(M, S) \ in TEST() argument 4631 #define DISASM_INST(M, S) \ in TEST() argument 4636 #define DISASM_INST(M, S) \ in TEST() argument 4641 #define DISASM_INST(M, S) \ in TEST() argument 4646 #define DISASM_INST(M, S) \ in TEST() argument 4651 #define DISASM_INST(M, S) \ in TEST() argument 4656 #define DISASM_INST(M, S) \ in TEST() argument [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/ |
D | a.pb.go | 134 type M struct { struct 136 M2 *M2 `protobuf:"bytes,1,opt,name=m2" json:"m2,omitempty"` 140 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` 141 … *M_Grouping `protobuf:"group,4,opt,name=Grouping,json=grouping" json:"grouping,omitempty"` 142 …protobuf:"bytes,6,opt,name=default_field,json=defaultField,def=def" json:"default_field,omitempty"` 143 XXX_NoUnkeyedLiteral struct{} `json:"-"` 144 XXX_unrecognized []byte `json:"-"` 145 XXX_sizecache int32 `json:"-"` 148 func (m *M) Reset() { *m = M{} } 149 func (m *M) String() string { return proto.CompactTextString(m) } [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 97 void addModule(std::unique_ptr<Module> M) { in addModule() 101 bool removeModule(Module *M) { in removeModule() 106 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 110 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 116 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 120 bool ownsModule(Module* M) { in ownsModule() 125 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 139 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 159 Module *M = *I; in markAllLoadedModulesAsFinalized() local 173 Module *M = *I; in freeModulePtrSet() local [all …]
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 97 void addModule(std::unique_ptr<Module> M) { in addModule() 101 bool removeModule(Module *M) { in removeModule() 106 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 110 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 116 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 120 bool ownsModule(Module* M) { in ownsModule() 125 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 139 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 159 Module *M = *I; in markAllLoadedModulesAsFinalized() local 173 Module *M = *I; in freeModulePtrSet() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-sizeof.cpp | 18 struct M { struct 19 …M() {}; // expected-note {{in instantiation of default member initializer 'M<S>::m' requested here… in M() function 28 template struct M<S>; // expected-note {{in instantiation of member function 'M<S>::M' requested he… variable
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | emplace_hint.pass.cpp | 29 typedef std::multimap<int, DefaultOnly> M; in main() typedef 58 typedef std::multimap<int, Emplaceable> M; in main() typedef 84 typedef std::multimap<int, double> M; in main() typedef 94 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
D | emplace.pass.cpp | 29 typedef std::multimap<int, DefaultOnly> M; in main() typedef 56 typedef std::multimap<int, Emplaceable> M; in main() typedef 79 typedef std::multimap<int, double> M; in main() typedef 89 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 116 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 139 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | emplace.pass.cpp | 30 typedef std::map<int, DefaultOnly> M; in main() typedef 60 typedef std::map<int, Emplaceable> M; in main() typedef 86 typedef std::map<int, double> M; in main() typedef 97 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 127 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 153 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
D | emplace_hint.pass.cpp | 29 typedef std::map<int, DefaultOnly> M; in main() typedef 58 typedef std::map<int, Emplaceable> M; in main() typedef 84 typedef std::map<int, double> M; in main() typedef 94 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/external/swiftshader/src/Device/ |
D | Matrix.cpp | 42 const Matrix &M = *this; in operator -() local 52 const Matrix &M = *this; in operator !() local 106 const Matrix &M = *this; in operator ~() local 116 Matrix &M = *this; in operator +=() local 128 Matrix &M = *this; in operator -=() local 140 Matrix &M = *this; in operator *=() local 150 Matrix &Matrix::operator*=(const Matrix &M) in operator *=() 162 bool operator==(const Matrix &M, const Matrix &N) in operator ==() 173 bool operator!=(const Matrix &M, const Matrix &N) in operator !=() 184 Matrix operator+(const Matrix &M, const Matrix &N) in operator +() [all …]
|
/external/swiftshader/src/Renderer/ |
D | Matrix.cpp | 42 const Matrix &M = *this; in operator -() local 52 const Matrix &M = *this; in operator !() local 106 const Matrix &M = *this; in operator ~() local 116 Matrix &M = *this; in operator +=() local 128 Matrix &M = *this; in operator -=() local 140 Matrix &M = *this; in operator *=() local 150 Matrix &Matrix::operator*=(const Matrix &M) in operator *=() 162 bool operator==(const Matrix &M, const Matrix &N) in operator ==() 173 bool operator!=(const Matrix &M, const Matrix &N) in operator !=() 184 Matrix operator+(const Matrix &M, const Matrix &N) in operator +() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | constructor-for-array-members.cpp | 18 struct M { struct 19 double dM; argument 33 S MULTI_ARR[2][3][4]; argument 37 M m1; in main() argument
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | emplace_hint.pass.cpp | 29 typedef std::multiset<DefaultOnly> M; in main() typedef 47 typedef std::multiset<Emplaceable> M; in main() typedef 64 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | emplace.pass.cpp | 29 typedef std::multiset<DefaultOnly> M; in main() typedef 47 typedef std::multiset<Emplaceable> M; in main() typedef 64 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/external/libcxx/test/std/containers/associative/set/ |
D | emplace_hint.pass.cpp | 29 typedef std::set<DefaultOnly> M; in main() typedef 47 typedef std::set<Emplaceable> M; in main() typedef 64 typedef std::set<int> M; in main() typedef 73 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | emplace.pass.cpp | 29 typedef std::set<DefaultOnly> M; in main() typedef 49 typedef std::set<Emplaceable> M; in main() typedef 69 typedef std::set<int> M; in main() typedef 79 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 21 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 32 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 40 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 44 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|
/external/brotli/c/enc/ |
D | memory.h | 44 #define BROTLI_ALLOC(M, T, N) \ argument 48 #define BROTLI_FREE(M, P) { \ argument 54 #define BROTLI_IS_OOM(M) (!!0) argument 56 #define BROTLI_IS_OOM(M) (!!(M)->is_oom) argument 69 #define BROTLI_ENSURE_CAPACITY(M, T, A, C, R) { \ argument 92 #define BROTLI_ENSURE_CAPACITY_APPEND(M, T, A, C, S, V) { \ argument
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p2.cpp | 9 namespace M { } namespace 14 namespace M { namespace 18 namespace M { namespace
|