HomeSort by relevance Sort by last modified time
    Searched defs:Storage (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/net/disk_cache/flash/
storage.cc 5 #include "net/disk_cache/flash/storage.h"
16 Storage::Storage(const base::FilePath& path,
24 bool Storage::Init() {
43 Storage::~Storage() {
47 bool Storage::Read(void* buffer, int32 size, int32 offset) {
55 bool Storage::Write(const void* buffer, int32 size, int32 offset) {
storage.h 14 class NET_EXPORT_PRIVATE Storage {
16 Storage(const base::FilePath& path, int32 size);
18 ~Storage();
30 DISALLOW_COPY_AND_ASSIGN(Storage);
  /external/clang/include/clang/Lex/
ModuleLoader.h 33 llvm::PointerIntPair<Module *, 1, bool> Storage;
36 ModuleLoadResult() : Storage() { }
39 : Storage(module, missingExpected) { }
41 operator Module *() const { return Storage.getPointer(); }
47 bool isMissingExpected() const { return Storage.getInt(); }
ModuleMap.h 71 // Adjust the number of bits for KnownHeader::Storage.
80 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage;
83 KnownHeader() : Storage(0, NormalHeader) { }
84 KnownHeader(Module *M, ModuleHeaderRole Role) : Storage(M, Role) { }
87 Module *getModule() const { return Storage.getPointer(); }
90 ModuleHeaderRole getRole() const { return Storage.getInt(); }
99 LLVM_EXPLICIT operator bool() const { return Storage.getPointer() != 0; }
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
BIQUAD.h 33 LVM_INT32 Storage[6];
126 LVM_INT32 Storage[ (1*2) ]; /* One channel, two taps of size LVM_INT32 */
131 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */
139 LVM_INT32 Storage[ (1*4) ]; /* One channel, four taps of size LVM_INT32 */
144 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/storage.iterator/
raw_storag_iterator.pass.cpp 33 Storage;
34 Storage buffer;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 27 #include "core/storage/Storage.h"
36 PassRefPtr<Storage> Storage::create(Frame* frame, PassOwnPtr<StorageArea> storageArea)
38 return adoptRef(new Storage(frame, storageArea));
41 Storage::Storage(Frame* frame, PassOwnPtr<StorageArea> storageArea)
50 Storage::~Storage()
54 String Storage::anonymousIndexedGetter(unsigned index, ExceptionState& es
    [all...]
Storage.h 31 #include "core/storage/StorageArea.h"
41 class Storage : public ScriptWrappable, public RefCounted<Storage>, public DOMWindowProperty {
43 static PassRefPtr<Storage> create(Frame*, PassOwnPtr<StorageArea>);
44 ~Storage();
66 Storage(Frame*, PassOwnPtr<StorageArea>);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointManager.js 40 this._storage = new WebInspector.BreakpointManager.Storage(this, breakpointStorage);
269 // Remove all breakpoints from UI and debugger, do not update storage.
600 WebInspector.BreakpointManager.Storage = function(breakpointManager, setting)
605 /** @type {Object.<string,WebInspector.BreakpointManager.Storage.Item>} */
608 var breakpoint = /** @type {WebInspector.BreakpointManager.Storage.Item} */ (breakpoints[i]);
613 WebInspector.BreakpointManager.Storage.prototype = {
636 this._breakpoints[breakpoint._breakpointStorageId()] = new WebInspector.BreakpointManager.Storage.Item(breakpoint);
664 WebInspector.BreakpointManager.Storage.Item = function(breakpoint)
  /external/llvm/lib/IR/
User.cpp 60 void *Storage = ::operator new(s + sizeof(Use) * Us);
61 Use *Start = static_cast<Use*>(Storage);
76 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
79 ::operator delete(Storage);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 43 LVM_INT32 Storage[1];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_all.hpp 200 // Instantiate replacement storage
202 BOOST_STRING_TYPENAME range_value<InputT>::type> Storage;
212 Storage,
221 // Copy formated replace to the storage
222 ::boost::algorithm::detail::copy_to_storage( Storage, M.format_result() );
230 Storage,
236 if ( Storage.empty() )
244 ::boost::algorithm::detail::insert( Input, ::boost::end(Input), Storage.begin(), Storage.end() );
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 77 SmallString<32> Storage;
78 StringRef Val = sn->getValue(Storage);
  /external/chromium_org/remoting/webapp/
jscompiler_hacks.js 71 chrome.storage = {};
73 /** @type {chrome.Storage} */
74 chrome.storage.local;
76 /** @type {chrome.Storage} */
77 chrome.storage.sync;
80 chrome.Storage = function() {};
87 chrome.Storage.prototype.get = function(items, callback) {};
94 chrome.Storage.prototype.set = function(items, opt_callback) {};
101 chrome.Storage.prototype.remove = function(items, opt_callback) {};
107 chrome.Storage.prototype.clear = function(opt_callback) {}
    [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 65 struct Storage : StorageBase {
  /frameworks/av/libvideoeditor/vss/common/inc/
SSRC.h 89 LVM_INT32 Storage [ SSRC_INSTANCE_SIZE/4 ];
  /external/llvm/unittests/ADT/
StringRefTest.cpp 317 std::string Storage;
318 raw_string_ostream OS(Storage);
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 32 public class Storage {
107 Log.d(TAG, "External storage state=" + state);
125 Log.i(TAG, "Fail to access external storage", e);
131 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
  /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
157 /// the storage inside DynTypedNode. For those nodes, do not
161 return BaseConverter<T>::get(NodeKind, Storage.buffer);
204 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
206 return dyn_cast<T>(*reinterpret_cast<BaseT *const *>(Storage));
212 new (Result.Storage.buffer) const BaseT * (&Node);
219 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
221 return *reinterpret_cast<T *const *>(Storage);
227 new (Result.Storage.buffer) const T * (&Node);
234 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
    [all...]
TemplateName.h 181 StorageType Storage;
184 Storage = StorageType::getFromOpaqueValue(Ptr);
209 TemplateName() : Storage() { }
210 explicit TemplateName(TemplateDecl *Template) : Storage(Template) { }
211 explicit TemplateName(OverloadedTemplateStorage *Storage)
212 : Storage(Storage) { }
213 explicit TemplateName(SubstTemplateTemplateParmStorage *Storage);
214 explicit TemplateName(SubstTemplateTemplateParmPackStorage *Storage)
215 : Storage(Storage) {
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 34 // here so that the nested Storage class below can access them.
38 struct Storage {
39 Storage() : NumDiagArgs(0), NumDiagRanges(0) { }
81 /// \brief An allocator for Storage objects, which uses a small cache to
85 Storage Cached[NumCached];
86 Storage *FreeList[NumCached];
93 /// \brief Allocate new storage.
94 Storage *Allocate() {
96 return new Storage;
98 Storage *Result = FreeList[--NumFreeListEntries]
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 200 // An NodeGroup's storage type is actually very much like a TinyPtrVector:
207 // 2. The group is empty, in which case the storage value is null.
225 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
226 assert(Storage.is<ExplodedNode *>());
227 Storage = node;
228 assert(Storage.is<ExplodedNode *>());
234 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
235 if (Storage.isNull()) {
236 Storage = N;
237 assert(Storage.is<ExplodedNode *>())
    [all...]
  /external/clang/tools/driver/
driver.cpp 279 StringSetSaver(std::set<std::string> &Storage) : Storage(Storage) {}
281 return SaveStringInSet(Storage, Str);
284 std::set<std::string> &Storage;
  /external/llvm/include/llvm/Support/
ErrorOr.h 86 T *Storage;
89 ReferenceStorage(T &Ref) : Storage(&Ref) {}
91 operator T &() const { return *Storage; }
92 T &get() const { return *Storage; }

Completed in 506 milliseconds

1 2