HomeSort by relevance Sort by last modified time
    Searched refs:Storage (Results 26 - 50 of 710) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 57 void *Storage = ::operator new(s + sizeof(Use) * Us);
58 Use *Start = static_cast<Use*>(Storage);
73 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
76 ::operator delete(Storage);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
  /packages/apps/Camera2/src/com/android/camera/session/
StackSaverImpl.java 23 import com.android.camera.Storage;
51 * store. TODO: Replace with a media storage storer that can be
65 Storage.generateFilepath(mStackDirectory.getAbsolutePath(), title, mimeType);
69 if (Storage.renameFile(inputImagePath, outputImagePath)) {
72 return Storage.addImageToMediaStore(mContentResolver, title, captureTimeEpoch,
PlaceholderManager.java 28 import com.android.camera.Storage;
72 Uri uri = Storage.addEmptyPlaceholder(size);
94 Uri uri = Storage.addPlaceholder(placeholder);
137 Uri resultUri = Storage.updateImage(placeholder.outputUri, mContext.getContentResolver(),
151 Storage.replacePlaceholder(session.outputUri, placeholder);
161 return Storage.getPlaceholderForSession(placeholder.outputUri);
171 Storage.removePlaceholder(placeholder.outputUri);
199 if (name.toLowerCase().endsWith(Storage.JPEG_POSTFIX)) {
200 name = name.substring(0, name.length() - Storage.JPEG_POSTFIX.length());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/storage.iterator/
raw_storage_iterator.pass.cpp 38 Storage;
39 Storage buffer;
54 Storage;
55 Storage buffer;
raw_storage_iterator.base.pass.cpp 36 Storage;
37 Storage buffer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 607 Get or set data to the storage.
618 @param Storage The pointer to the storage.
629 IN BROWSER_STORAGE *Storage
644 Status = StorageToConfigResp (Storage, &ConfigResp, Storage->ConfigRequest, TRUE);
672 BrowserStorage = GetFstStgFromBrsStg (Storage);
687 Status = ConfigRespToStorage (Storage, ConfigResp);
737 BROWSER_STORAGE *Storage;
747 Storage = NULL;
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 140 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
142 : MDNode(C, ID, Storage, Ops1, Ops2) {
242 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
245 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) {
255 StorageType Storage, bool ShouldCreate = true) {
257 DwarfOps, Storage, ShouldCreate);
262 StorageType Storage, bool ShouldCreate = true);
317 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
319 : DINode(C, DISubrangeKind, Storage, dwarf::DW_TAG_subrange_type, None),
324 int64_t LowerBound, StorageType Storage,
    [all...]
  /external/libcxx/test/std/utilities/memory/storage.iterator/
raw_storage_iterator.base.pass.cpp 36 Storage;
37 Storage buffer;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 62 LVM_INT32 Storage[1];
69 LVM_FLOAT Storage[1];
  /external/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
228 /// the storage inside DynTypedNode. For those nodes, do not
232 return BaseConverter<T>::get(NodeKind, Storage.buffer);
240 return BaseConverter<T>::getUnchecked(NodeKind, Storage.buffer);
252 ? *reinterpret_cast<void *const *>(Storage.buffer)
374 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
376 return &getUnchecked(NodeKind, Storage);
379 static const T &getUnchecked(ASTNodeKind NodeKind, const char Storage[]) {
382 *reinterpret_cast<const void *const *>(Storage)));
387 new (Result.Storage.buffer) const void *(&Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
230 /// the storage inside DynTypedNode. For those nodes, do not
234 return BaseConverter<T>::get(NodeKind, Storage.buffer);
242 return BaseConverter<T>::getUnchecked(NodeKind, Storage.buffer);
254 ? *reinterpret_cast<void *const *>(Storage.buffer)
376 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
378 return &getUnchecked(NodeKind, Storage);
381 static const T &getUnchecked(ASTNodeKind NodeKind, const char Storage[]) {
384 *reinterpret_cast<const void *const *>(Storage)));
389 new (Result.Storage.buffer) const void *(&Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
230 /// the storage inside DynTypedNode. For those nodes, do not
234 return BaseConverter<T>::get(NodeKind, Storage.buffer);
242 return BaseConverter<T>::getUnchecked(NodeKind, Storage.buffer);
254 ? *reinterpret_cast<void *const *>(Storage.buffer)
376 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
378 return &getUnchecked(NodeKind, Storage);
381 static const T &getUnchecked(ASTNodeKind NodeKind, const char Storage[]) {
384 *reinterpret_cast<const void *const *>(Storage)));
389 new (Result.Storage.buffer) const void *(&Node)
    [all...]

Completed in 1295 milliseconds

12 3 4 5 6 7 8 91011>>