/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 38 struct Storage { struct 39 Storage() : NumDiagArgs(0) { } in Storage() function 41 enum { 51 unsigned char NumDiagArgs; 76 /// \brief An allocator for Storage objects, which uses a small cache to argument
|
/external/python/google-api-python-client/docs/ |
D | oauth.md | 123 ## Storage section in OAuth 2.0 129 ### file.Storage 142 ### multistore_file 150 ### keyring_storage
|
D | django.md | 33 ## Storage section in Using Django
|
D | google_app_engine.md | 132 ## Storage section in Using Google App Engine
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 43 Metadata *InlinedAt, StorageType Storage, in getImpl() 164 StorageType Storage, bool ShouldCreate) { in getImpl() 216 StorageType Storage, bool ShouldCreate) { in getImpl() 222 MDString *Name, StorageType Storage, in getImpl() 233 StorageType Storage, bool ShouldCreate) { in getImpl() 246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl() 262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl() 341 StorageType Storage, in getImpl() 349 MDString *Directory, StorageType Storage, in getImpl() [all …]
|
D | MetadataImpl.h | 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | User.cpp | 128 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 156 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 190 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
/external/skqp/src/shaders/ |
D | SkComposeShader.cpp | 82 struct Storage { in onAppendStages() struct 83 float fRGBA[4 * SkRasterPipeline_kMaxStride]; in onAppendStages() 84 float fAlpha; in onAppendStages()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 25 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 46 Metadata *InlinedAt, StorageType Storage, in getImpl() 195 StorageType Storage, bool ShouldCreate) { in getImpl() 251 StorageType Storage, bool ShouldCreate) { in getImpl() 258 int64_t Lo, StorageType Storage, in getImpl() 267 StorageType Storage, bool ShouldCreate) { in getImpl() 277 StorageType Storage, bool ShouldCreate) { in getImpl() 304 StorageType Storage, bool ShouldCreate) { in getImpl() 322 StorageType Storage, bool ShouldCreate) { in getImpl() 401 StorageType Storage, in getImpl() [all …]
|
D | MetadataImpl.h | 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | User.cpp | 124 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 152 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 183 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 186 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 230 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local 239 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local 269 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local 281 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local 293 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DJB.cpp | 38 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() 66 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHashCharSlow() local
|
/external/libcxx/test/std/utilities/memory/storage.iterator/ |
D | raw_storage_iterator.pass.cpp | 45 Storage; in main() typedef 61 Storage; in main() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolSerializer.h | 30 BumpPtrAllocator &Storage; variable 53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/external/skia/src/shaders/ |
D | SkComposeShader.cpp | 98 struct Storage { in append_two_shaders() struct 99 float fRes0[4 * SkRasterPipeline_kMaxStride]; in append_two_shaders() 190 struct Storage { in onAppendStages() struct 191 float fRed[4 * SkRasterPipeline_kMaxStride]; in onAppendStages()
|
/external/clang/lib/AST/ |
D | TemplateName.cpp | 59 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName() 61 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName() 63 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
|
/external/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 48 class Storage; variable 248 BoundedPool<T, N, POLICY>::Storage::Storage() { in Storage() function 371 UnboundedPool<T, POLICY>::Storage::Storage(Allocator* allocator) in Storage() function
|
/external/python/oauth2client/oauth2client/contrib/ |
D | keyring_storage.py | 30 class Storage(client.Storage): class
|
D | sqlalchemy.py | 107 class Storage(client.Storage): class
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill_n.pass.cpp | 136 struct Storage struct 147 Storage foo[5]; in test6() argument
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | CredentialsUploadView.java | 35 "Boto key is for legacy access to Google Storage.")); in uploadMap.put() 44 + "such as Google Storage, Cloud PubSub or others.")); in uploadMap.put()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 37 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>()); in operator new() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSymbol.cpp | 43 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
/external/python/oauth2client/oauth2client/ |
D | file.py | 34 class Storage(client.Storage): class
|