/external/chromium_org/webkit/browser/quota/ |
special_storage_policy.h | 19 // storage subsystems query this interface to determine which origins 45 // Protected storage is not subject to removal by the browsing data remover. 48 // Unlimited storage is not subject to 'quotas'. 59 // Checks if the origin contains per-site isolated storage. 66 // Returns true if some origins are only allowed session-only storage.
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
XmlStorageEditorInput.java | 31 * Storage associated with this editor input 36 * Constructs an editor input on the given storage 38 * @param storage 40 public XmlStorageEditorInput(IStorage storage) { 41 mStorage = storage;
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 43 #define ICV_FREE_PTR(storage) \ 44 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space) 78 * Functions for manipulating memory storage - list of memory blocks * 81 /* Initialize allocated storage: */ 83 icvInitMemStorage( CvMemStorage* storage, int block_size ) 89 if( !storage ) 98 memset( storage, 0, sizeof( *storage )); 110 CvMemStorage *storage = 0; local 132 CvMemStorage *storage = 0; local 755 CvMemStorage *storage = seq->storage; local 1036 CvMemStorage *storage = seq->storage; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_list_data_source_test.py | 46 ('storage', ['apps', 'extensions']), 61 ('storage', u'<code>storage</code>'), 76 ('storage', 'storage.json'), 100 'storage.html', 109 'storage.html', 152 'name': 'storage', 156 'description': u'<code>storage</code>' 208 'name': 'storage', [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
storage.html | 1 <h1>Manifest for storage areas</h1> 4 Unlike the <code>local</code> and <code>sync</code> storage areas, the 5 <code>managed</code> storage area requires its structure to be declared as 9 <code>"storage"</code> manifest key and declares the enterprise 23 <a href="../storage.html#property-managed">storage.managed</a> API. 31 The <code>storage.managed_schema</code> property indicates a file 38 "storage": { 48 <a href="../storage.html#event-onChanged">storage.onChanged</a [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMStorageAgent.cpp | 45 #include "core/storage/Storage.h" 46 #include "core/storage/StorageNamespace.h" 66 *errorString = "Unknown DOM storage error"; 147 *errorString = "Storage not found"; 161 *errorString = "Storage not found"; 170 String InspectorDOMStorageAgent::storageId(Storage* storage) 172 ASSERT(storage); 173 Document* document = storage->frame()->document() [all...] |
/device/generic/goldfish/ |
init.goldfish.rc | 6 # See storage config details at http://source.android.com/tech/storage/ 8 mkdir /storage/sdcard 0700 root root 10 export EXTERNAL_STORAGE /storage/sdcard 13 symlink /storage/sdcard /sdcard 14 symlink /storage/sdcard /mnt/sdcard 98 service fuse_sdcard /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard /storage/sdcard
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_backend.h | 17 #include "chrome/browser/extensions/api/storage/settings_observer.h" 18 #include "chrome/browser/extensions/api/storage/settings_storage_factory.h" 19 #include "chrome/browser/extensions/api/storage/settings_storage_quota_enforcer.h" 36 // |storage_factory| is use to create leveldb storage areas. 50 // Gets a weak reference to the storage area for |extension_id|. 71 // Gets a weak reference to the storage area for a given extension, 85 // The Factory to use for creating leveldb storage areas.
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioChannel.h | 46 AudioChannel(float* storage, size_t length) 48 , m_rawPointer(storage) 53 // Manage storage for us. 71 // storage represents external memory not managed by this object. 72 void set(float* storage, size_t length) 74 m_memBuffer.clear(); // cleanup managed storage 75 m_rawPointer = storage;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkKernel33MaskFilter.cpp | 43 uint8_t storage[3][3]; local 45 srcRows[0] = storage[0]; 46 srcRows[1] = storage[1]; 47 srcRows[2] = storage[2]; 54 memset(storage, 0, sizeof(storage)); 55 uint8_t* storagePtr = &storage[0][0];
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_storage.cc | 31 Delegate* delegate, AppCacheStorage* storage) 32 : delegate(delegate), storage(storage) { 33 storage->delegate_references_.insert( 39 storage->delegate_references_.erase(delegate); 46 AppCacheStorage* storage) 47 : storage_(storage),
|
appcache_storage.h | 84 // Schedules a cache to be loaded from storage. Upon load completion 91 // Schedules a group and its newest cache, if any, to be loaded from storage. 99 // Schedules response info to be loaded from storage. 113 // old caches and responses from persistent storage (although they may still 115 // cache will be added as the group's newest complete cache only if storage 134 // Immediately updates in-memory storage, if the cache is in memory, 135 // and schedules a task to update persistent storage. If the cache is 140 // Schedules a task to update persistent storage and doom the group and all 156 // Creates a reader to read a response from storage. 160 // Creates a writer to write a new response to storage. This cal 214 AppCacheStorage* storage; member in struct:appcache::AppCacheStorage::DelegateReference [all...] |
/external/skia/src/effects/ |
SkKernel33MaskFilter.cpp | 43 uint8_t storage[3][3]; local 45 srcRows[0] = storage[0]; 46 srcRows[1] = storage[1]; 47 srcRows[2] = storage[2]; 54 memset(storage, 0, sizeof(storage)); 55 uint8_t* storagePtr = &storage[0][0];
|
/frameworks/base/docs/html/guide/topics/data/ |
data-storage.jd | 1 page.title=Storage Options 9 <h2>Storage quickview</h2> 12 <li>Use internal device storage for private data</li> 13 <li>Use external storage for large data sets that are not private</li> 14 <li>Use SQLite databases for structured storage</li> 20 <li><a href="#filesInternal">Using the Internal Storage</a></li> 21 <li><a href="#filesExternal">Using the External Storage</a></li> 40 <p>Your data storage options are the following:</p> 45 <dt><a href="#filesInternal">Internal Storage</a></dt> 47 <dt><a href="#filesExternal">External Storage</a></dt [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-element.jd | 133 <td>The application must be installed on the internal device storage only. If this is set, 134 the application will never be installed on the external storage. If the internal 135 storage is full, then the system will not install the application. This is also the default behavior 139 <td>The application may be installed on the external storage, but the system will install the 140 application on the internal storage by default. If the internal storage is full, then the system 141 will install it on the external storage. Once installed, the user can move the application 142 to either internal or external storage through the system settings.</td> 145 <td>The application prefers to be installed on the external storage (SD card). There is no 147 storage if the external media is unavailable or full. Once installed, the user can move the application t [all...] |
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper.h | 22 // This class fetches local storage information in the WebKit thread, and 32 // Contains detailed information about local storage. 71 // Requests a single local storage file to be deleted in the WEBKIT thread. 97 // Enumerates all local storage files in the WEBKIT thread. 99 // Delete a single local storage file in the WEBKIT thread. 106 // not fetch its information from the local storage tracker, but gets them 113 // Return a copy of the local storage helper. Only one consumer can use the 118 // Add a local storage to the set of canned local storages that is returned 136 // Convert the pending local storage info to local storage info objects [all...] |
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor.h | 32 // Base class for platform-specific instances watching for removable storage 49 // This interface is provided to generators of storage notifications. 79 // Ensures that the storage monitor is initialized. The provided callback, if 88 // Return true if the storage monitor has already been initialized. 93 // storage. Returns false if unable to find the device. 101 // Gets the MTP device storage information specified by |storage_device_id|. 142 // Called to initialize the storage monitor. 145 // Called by subclasses to mark the storage monitor as 156 void ProcessAttach(const StorageInfo& storage); 174 // Map of all known storage devices,including fixed and removable storages [all...] |
/external/chromium_org/chrome/browser/value_store/ |
value_store.h | 15 // Interface for a storage area for Value objects. 18 // Error codes returned from storage methods. 80 // Gets the settings read from the storage. Note that this represents 165 // Gets the total amount of space being used by this storage area, in bytes. 168 // Gets a single value from storage. 171 // Gets multiple values from storage. 174 // Gets all values from storage. 186 // Removes a key from the storage. 189 // Removes multiple keys from the storage. 192 // Clears the storage [all...] |
/external/chromium_org/remoting/webapp/ |
jscompiler_hacks.js | 74 chrome.storage = {}; 76 /** @type {chrome.Storage} */ 77 chrome.storage.local; 79 /** @type {chrome.Storage} */ 80 chrome.storage.sync; 83 chrome.Storage = function() {}; 90 chrome.Storage.prototype.get = function(items, callback) {}; 97 chrome.Storage.prototype.set = function(items, opt_callback) {}; 104 chrome.Storage.prototype.remove = function(items, opt_callback) {}; 110 chrome.Storage.prototype.clear = function(opt_callback) {} [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 43 * bucket ID (i.e., directory hash) change in JB and JB MR1 (The external storage path has changed 44 * from /mnt/sdcard in pre-JB releases, to /storage/sdcard0 in JB, then again 45 * to /external/storage/sdcard/0 in JB MR1). 50 private static final String JB_EXT_PATH = "/storage/sdcard0"; 62 // Migration is only needed when external storage path has changed 71 // exception may be thrown if external storage is not available(?) 86 // path combined with external storage path. Otherwise, iterate through old external 87 // storage paths to find the relative path that matches the old bucket id, and then update 95 // update entry using relative path + external storage path 114 // If old external storage path is unknown, it could be either Pre-JB or JB versio [all...] |
/frameworks/base/core/java/android/os/storage/ |
StorageVolume.java | 17 package android.os.storage; 30 * Description of a storage volume and its capabilities, including the 47 /** Maximum file size for the storage, or zero for no limit */ 146 * Returns the MTP storage ID for the volume. 149 * @return MTP storage ID 159 // storage ID is 0x00010001 for primary storage, 168 * be added via MTP if there is less than this amount left free in the storage. 169 * If MTP has dedicated storage this value should be zero, but if MTP is 170 * sharing storage with the rest of the system, set this to a positive valu [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpDevice.java | 121 * Returns the list of IDs for all storage units on this device 122 * Information about each storage unit can be accessed via {@link #getStorageInfo}. 124 * @return the list of storage IDs 131 * Returns the list of object handles for all objects on the given storage unit, 135 * @param storageId the storage unit to query 137 * @param objectHandle the parent object to query, or zero for the storage root 173 * Retrieves the {@link MtpStorageInfo} for a storage unit. 175 * @param storageId the ID of the storage unit 208 * @return the parent's handle, or zero if it is in the root of the storage 215 * Retrieves the ID of the storage unit containing the given object on the device [all...] |
/external/chromium_org/base/ |
bind_internal.h | 1113 StorageType* storage = static_cast<StorageType*>(base); local 1136 StorageType* storage = static_cast<StorageType*>(base); local 1157 StorageType* storage = static_cast<StorageType*>(base); local 1185 StorageType* storage = static_cast<StorageType*>(base); local 1210 StorageType* storage = static_cast<StorageType*>(base); local 1236 StorageType* storage = static_cast<StorageType*>(base); local 1272 StorageType* storage = static_cast<StorageType*>(base); local 1301 StorageType* storage = static_cast<StorageType*>(base); local 1331 StorageType* storage = static_cast<StorageType*>(base); local 1362 StorageType* storage = static_cast<StorageType*>(base); local 1404 StorageType* storage = static_cast<StorageType*>(base); local 1437 StorageType* storage = static_cast<StorageType*>(base); local 1471 StorageType* storage = static_cast<StorageType*>(base); local 1506 StorageType* storage = static_cast<StorageType*>(base); local 1542 StorageType* storage = static_cast<StorageType*>(base); local 1591 StorageType* storage = static_cast<StorageType*>(base); local 1627 StorageType* storage = static_cast<StorageType*>(base); local 1664 StorageType* storage = static_cast<StorageType*>(base); local 1702 StorageType* storage = static_cast<StorageType*>(base); local 1741 StorageType* storage = static_cast<StorageType*>(base); local 1781 StorageType* storage = static_cast<StorageType*>(base); local 1836 StorageType* storage = static_cast<StorageType*>(base); local 1876 StorageType* storage = static_cast<StorageType*>(base); local 1917 StorageType* storage = static_cast<StorageType*>(base); local 1959 StorageType* storage = static_cast<StorageType*>(base); local 2002 StorageType* storage = static_cast<StorageType*>(base); local 2046 StorageType* storage = static_cast<StorageType*>(base); local 2091 StorageType* storage = static_cast<StorageType*>(base); local 2153 StorageType* storage = static_cast<StorageType*>(base); local 2196 StorageType* storage = static_cast<StorageType*>(base); local 2240 StorageType* storage = static_cast<StorageType*>(base); local 2285 StorageType* storage = static_cast<StorageType*>(base); local 2331 StorageType* storage = static_cast<StorageType*>(base); local 2378 StorageType* storage = static_cast<StorageType*>(base); local 2426 StorageType* storage = static_cast<StorageType*>(base); local 2475 StorageType* storage = static_cast<StorageType*>(base); local [all...] |