HomeSort by relevance Sort by last modified time
    Searched refs:storage (Results 151 - 175 of 1526) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/utilities/memory/storage.iterator/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/storage.iterator/Android.mk
19 test_name := utilities/memory/storage.iterator/raw_storag_iterator
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util.cc 21 #include "storage/browser/fileapi/file_system_url.h"
28 const storage::FileSystemURL& file_system_url) {
29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal)
33 case storage::kFileSystemTypeDrive:
34 case storage::kFileSystemTypeDeviceMediaAsFileStorage:
35 case storage::kFileSystemTypeProvided:
67 const storage::FileSystemURL file_system_url =
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.h 15 #include "storage/browser/fileapi/file_system_url.h"
16 #include "storage/common/quota/quota_types.h"
18 namespace storage { namespace
70 typedef std::map<storage::FileSystemURL,
72 storage::FileSystemURL::Comparator> URLToStatusMap;
74 void DidGetFileStatus(const storage::FileSystemURL& file_system_url,
94 void DidGetUsageAndQuota(storage::QuotaStatusCode status,
113 storage::FileSystemContext* GetFileSystemContext();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_file_stream_reader.h 12 #include "storage/browser/blob/file_stream_reader.h"
13 #include "storage/browser/fileapi/file_system_url.h"
14 #include "storage/browser/storage_browser_export.h"
20 namespace storage { namespace
25 : public NON_EXPORTED_BASE(storage::FileStreamReader) {
27 MTPFileStreamReader(storage::FileSystemContext* file_system_context,
28 const storage::FileSystemURL& url,
55 scoped_refptr<storage::FileSystemContext> file_system_context_;
56 storage::FileSystemURL url_;
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 12 #include "storage/common/quota/quota_types.h"
21 // Represends global usage and quota information for specific type of storage.
24 explicit GlobalStorageInfo(storage::StorageType type);
43 storage::StorageType type_;
50 // Represents per host usage and quota information for the storage.
53 PerHostStorageInfo(const std::string& host, storage::StorageType type);
69 storage::StorageType type_;
78 PerOriginStorageInfo(const GURL& origin, storage::StorageType type);
102 storage::StorageType type_;
quota_internals_proxy.cc 25 scoped_refptr<storage::QuotaManager> quota_manager) {
42 storage::kStorageTypeTemporary));
45 storage::kStorageTypeTemporary,
48 storage::kStorageTypeTemporary));
51 storage::kStorageTypePersistent,
54 storage::kStorageTypePersistent));
57 storage::kStorageTypeSyncable,
60 storage::kStorageTypeSyncable));
99 void QuotaInternalsProxy::DidGetAvailableSpace(storage::QuotaStatusCode status,
101 if (status == storage::kQuotaStatusOk
    [all...]
quota_internals_types.cc 14 std::string StorageTypeToString(storage::StorageType type) {
16 case storage::kStorageTypeTemporary:
18 case storage::kStorageTypePersistent:
20 case storage::kStorageTypeSyncable:
22 case storage::kStorageTypeQuotaNotManaged:
24 case storage::kStorageTypeUnknown:
34 GlobalStorageInfo::GlobalStorageInfo(storage::StorageType type)
55 storage::StorageType type)
74 storage::StorageType type)
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_delegate_unittest.cc 5 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
14 #include "storage/browser/fileapi/file_system_url.h"
18 using storage::FileSystemURL;
26 return storage::FileSystemURL::CreateForTest(
28 storage::kFileSystemTypeTemporary,
38 delegate_.reset(new storage::SandboxFileSystemBackendDelegate(
52 scoped_ptr<storage::SandboxFileSystemBackendDelegate> delegate_;
65 storage::kFileSystemTypeTemporary,
plugin_private_file_system_backend_unittest.cc 15 #include "storage/browser/fileapi/file_system_context.h"
16 #include "storage/browser/fileapi/isolated_context.h"
17 #include "storage/browser/fileapi/obfuscated_file_util.h"
18 #include "storage/browser/fileapi/plugin_private_file_system_backend.h"
19 #include "storage/common/fileapi/file_system_util.h"
23 using storage::FileSystemContext;
24 using storage::FileSystemURL;
25 using storage::IsolatedContext;
34 const storage::FileSystemType kType = storage::kFileSystemTypePluginPrivate
    [all...]
  /external/chromium_org/content/shell/browser/
shell_message_filter.h 21 namespace storage { namespace
25 namespace storage { namespace
34 storage::DatabaseTracker* database_tracker,
35 storage::QuotaManager* quota_manager,
62 storage::DatabaseTracker* database_tracker_;
63 storage::QuotaManager* quota_manager_;
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer_test.cc 28 string storage; local
30 EXPECT_TRUE(boxer.Unbox(box, &storage, &result));
33 EXPECT_FALSE(boxer.Unbox(string(1, 'X') + box, &storage, &result));
34 EXPECT_FALSE(boxer.Unbox(box.substr(1, string::npos), &storage, &result));
35 EXPECT_FALSE(boxer.Unbox(string(), &storage, &result));
37 &storage, &result));
  /external/chromium_org/storage/browser/fileapi/
file_system_file_stream_reader.h 12 #include "storage/browser/blob/file_stream_reader.h"
13 #include "storage/browser/fileapi/file_system_url.h"
14 #include "storage/browser/storage_browser_export.h"
15 #include "storage/common/blob/shareable_file_reference.h"
26 namespace storage { namespace
36 : public NON_EXPORTED_BASE(storage::FileStreamReader) {
47 friend class storage::FileStreamReader;
63 const scoped_refptr<storage::ShareableFileReference>& file_ref);
69 scoped_ptr<storage::FileStreamReader> local_file_reader_;
70 scoped_refptr<storage::ShareableFileReference> snapshot_ref_
    [all...]
sandbox_file_system_backend.cc 5 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
12 #include "storage/browser/blob/file_stream_reader.h"
13 #include "storage/browser/fileapi/async_file_util_adapter.h"
14 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
15 #include "storage/browser/fileapi/file_stream_writer.h"
16 #include "storage/browser/fileapi/file_system_context.h"
17 #include "storage/browser/fileapi/file_system_operation.h"
18 #include "storage/browser/fileapi/file_system_operation_context.h"
19 #include "storage/browser/fileapi/file_system_options.h"
20 #include "storage/browser/fileapi/file_system_usage_cache.h
32 namespace storage { namespace
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
storage.css 5 #storage-profile-menu {
15 #storage-profile-menu li {
23 #storage-profile-menu li.header {
  /external/chromium_org/chrome/browser/sync_file_system/
subtree_set.cc 9 #include "storage/common/fileapi/file_system_util.h"
29 storage::VirtualPath::GetNormalizedFilePath(subtree_root);
37 while (!storage::VirtualPath::IsRootPath(path)) {
38 path = storage::VirtualPath::DirName(path);
51 storage::VirtualPath::GetNormalizedFilePath(subtree_root);
59 while (!storage::VirtualPath::IsRootPath(path)) {
60 path = storage::VirtualPath::DirName(path);
72 storage::VirtualPath::GetNormalizedFilePath(subtree_root);
86 while (!storage::VirtualPath::IsRootPath(path)) {
87 path = storage::VirtualPath::DirName(path)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
entry_watcher_service.cc 16 #include "storage/browser/fileapi/file_system_context.h"
31 storage::FileSystemContext* GetFileSystemContextImpl(
66 const storage::FileSystemURL& url,
68 const storage::WatcherManager::StatusCallback& callback) {
77 storage::FileSystemContext* const context =
81 storage::WatcherManager* const watcher_manager =
96 base::Bind(&storage::WatcherManager::WatchDirectory,
111 const storage::FileSystemURL& url,
112 const storage::WatcherManager::StatusCallback& callback) {
113 storage::FileSystemContext* const context
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_storage_unittest.cc 94 ServiceWorkerStorage* storage, int64 id,
98 storage->CreateResponseWriter(id);
120 ServiceWorkerStorage* storage, int64 id,
124 WriteResponse(storage, id, headers, body_buffer.get(), body.length());
127 void WriteBasicResponse(ServiceWorkerStorage* storage, int64 id) {
129 storage->CreateResponseWriter(id);
134 WriteStringResponse(storage, id, headers, std::string(kHttpBody));
137 bool VerifyBasicResponse(ServiceWorkerStorage* storage, int64 id,
141 storage->CreateResponseReader(id);
177 void WriteResponseOfSize(ServiceWorkerStorage* storage, int64 id
212 ServiceWorkerStorage* storage() { return context_->storage(); } function in class:content::ServiceWorkerStorageTest
    [all...]
  /art/runtime/jdwp/
jdwp_expand_buf.cc 38 uint8_t* storage; member in struct:art::JDWP::ExpandBuf
46 * Allocate a JdwpBuf and some initial storage.
50 newBuf->storage = reinterpret_cast<uint8_t*>(malloc(kInitialStorage));
57 * Free a JdwpBuf and associated storage.
64 free(pBuf->storage);
72 return pBuf->storage;
95 uint8_t* newPtr = reinterpret_cast<uint8_t*>(realloc(pBuf->storage, pBuf->maxLen));
100 pBuf->storage = newPtr;
110 gapStart = pBuf->storage + pBuf->curLen;
122 *(pBuf->storage + pBuf->curLen) = val
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage.cc 12 #include "storage/browser/quota/quota_client.h"
13 #include "storage/browser/quota/quota_manager_proxy.h"
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),
108 storage::QuotaClient::kAppcache
    [all...]
appcache_quota_client_unittest.cc 19 static const storage::StorageType kTemp = storage::kStorageTypeTemporary;
20 static const storage::StorageType kPerm = storage::kStorageTypePersistent;
34 delete_status_(storage::kQuotaStatusUnknown),
40 int64 GetOriginUsage(storage::QuotaClient* client,
42 storage::StorageType type) {
49 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client,
50 storage::StorageType type) {
57 const std::set<GURL>& GetOriginsForHost(storage::QuotaClient* client
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl.h 18 #include "storage/browser/quota/special_storage_policy.h"
31 storage::QuotaManager* quota_manager);
33 storage::SpecialStoragePolicy* special_storage_policy);
39 virtual storage::QuotaManager* GetQuotaManager() OVERRIDE;
41 virtual storage::FileSystemContext* GetFileSystemContext() OVERRIDE;
42 virtual storage::DatabaseTracker* GetDatabaseTracker() OVERRIDE;
101 // StoragePartition's on-disk storage.
112 storage::QuotaManager* quota_manager,
114 storage::FileSystemContext* filesystem_context,
115 storage::DatabaseTracker* database_tracker
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.cpp 31 fill_storage_array_with_sentinels(gl_constant_value *storage,
36 storage[i].u = 0xDEADBEEF;
39 storage[data_size + i].u = 0xBADDC0DE;
46 red_zone_is_intact(gl_constant_value *storage,
53 if (storage[idx].u != 0xBADDC0DE)
55 << "storage[" << idx << "].u = " << storage[idx].u
176 * \param storage Backing storage for the uniform
177 * \param storage_array_size Array size of the backing storage. This must b
    [all...]
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 31 fill_storage_array_with_sentinels(gl_constant_value *storage,
36 storage[i].u = 0xDEADBEEF;
39 storage[data_size + i].u = 0xBADDC0DE;
46 red_zone_is_intact(gl_constant_value *storage,
53 if (storage[idx].u != 0xBADDC0DE)
55 << "storage[" << idx << "].u = " << storage[idx].u
176 * \param storage Backing storage for the uniform
177 * \param storage_array_size Array size of the backing storage. This must b
    [all...]
  /external/openssl/crypto/
ex_data.c 407 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
417 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
418 if(!storage)
421 storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
425 if((mx > 0) && !storage)
432 if(storage[i] && storage[i]->new_func)
435 storage[i]->new_func(obj,ptr,ad,i,
436 storage[i]->argl,storage[i]->argp)
450 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
497 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 8 * Key to access wallpaper rss in chrome.local.storage.
13 * Key to access wallpaper manifest in chrome.storage.local.
18 * Key to access user wallpaper info in chrome.storage.local.
23 * Key to access user wallpaper info in chrome.storage.sync.
34 * chrome.local.storage.
46 WallpaperRssURL: 'https://storage.googleapis.com/' +
66 * Local storage.
68 WallpaperLocalStorage: chrome.storage.local,
71 * Sync storage.
73 WallpaperSyncStorage: chrome.storage.syn
    [all...]

Completed in 383 milliseconds

1 2 3 4 5 67 8 91011>>