/external/chromium_org/chrome/browser/extensions/api/storage/ |
leveldb_settings_storage_factory.h | 8 #include "chrome/browser/extensions/api/storage/settings_storage_factory.h"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 15 "storage",
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
incognito.html | 47 <a href="/{{platform}}s/storage.html#property-sync">chrome.storage.sync</a> and 48 <a href="/{{platform}}s/storage.html#property-local">chrome.storage.local</a>
|
/external/chromium_org/content/public/browser/ |
session_storage_namespace.h | 17 // On destruction it ensures that the storage namespace is destroyed. 36 // a transaction log of operations on the session storage namespace since 45 // Creates a new session storage namespace which is an alias of the current 63 // be merged into the other session storage namespace supplied.
|
/external/chromium_org/content/shell/browser/ |
shell_quota_permission_context.cc | 22 // for Persistent storage type.
|
/external/chromium_org/content/test/gpu/page_sets/ |
PRESUBMIT.py | 22 """Searches for .sha1 files and uploads them to Cloud Storage. 42 'File already in Cloud Storage, skipping upload: %s' % hash_path)) 61 'Uploaded file to Cloud Storage: %s' % hash_path)) 64 'Unable to upload to Cloud Storage: %s\n\n%s' % (hash_path, e)))
|
/external/chromium_org/net/disk_cache/ |
storage_block.h | 21 // The following example shows how to share storage with another object: 44 // Sets the internal storage to share the memory provided by other instance. 60 // Gets a pointer to the internal storage (allocates storage if needed).
|
/external/chromium_org/third_party/WebKit/Source/web/ |
StorageAreaProxy.h | 29 #include "core/storage/StorageArea.h" 43 class Storage; 50 // The HTML5 DOM Storage API 72 static bool isEventSource(Storage*, blink::WebStorageArea* sourceAreaInstance);
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
memenv.h | 13 // all non-file-storage tasks to base_env. The caller must delete the result
|
/external/chromium_org/third_party/openssl/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/tools/perf/page_sets/ |
PRESUBMIT.py | 27 """Searches for .sha1 files and uploads them to Cloud Storage. 50 'File already in Cloud Storage, skipping upload: %s' % hash_path)) 69 'Uploaded file to Cloud Storage: %s' % hash_path)) 72 'Unable to upload to Cloud Storage: %s\n\n%s' % (hash_path, e)))
|
/external/clang/test/SemaObjC/ |
stmts.m | 14 } @catch (static NSObject *y) { // expected-error {{@catch parameter cannot have storage specifier 'static'}}
|
/external/clang/test/SemaOpenCL/ |
storageclass.cl | 10 auto int Y = 7; // expected-error{{OpenCL does not support the 'auto' storage class specifier}}
|
/external/icu4c/extra/uconv/unicode/ |
uwmsg.h | 19 Caller owns storage.
|
/external/icu4c/layout/ |
KernTable.cpp | 170 void KernTable::process(LEGlyphStorage& storage) 175 le_uint32 key = storage[0]; // no need to mask off high bits 178 for (int i = 1, e = storage.getGlyphCount(); i < e; ++i) { 179 key = key << 16 | (storage[i] & 0xffff); 212 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value)); 223 storage.adjustPosition(i, adjust, 0, success); 226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
KernTable.h | 46 void process(LEGlyphStorage& storage);
|
/external/libmtp/examples/ |
newfolder.c | 40 printf("Usage: newfolder name <parent> <storage>\n"); 42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
|
/external/llvm/include/llvm/Support/ |
RecyclingAllocator.h | 40 /// Allocate - Return a pointer to storage for an object of type 41 /// SubClass. The storage may be either newly allocated or recycled. 48 /// Deallocate - Release storage for the pointed-to object. The 49 /// storage will be kept track of and may be recycled.
|
/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/pixman/pixman/ |
config.h | 22 /* The compiler supported TLS storage class */
|
/frameworks/base/core/java/android/os/storage/ |
StorageVolume.aidl | 17 package android.os.storage;
|
/frameworks/support/tests/res/xml/ |
paths.xml | 12 <!-- /storage/emulated/0/Android/com.example/files -->
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pythread.h | 27 /* Thread Local Storage (TLS) API */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pythread.h | 27 /* Thread Local Storage (TLS) API */
|
/system/core/rootdir/etc/ |
mountd.conf | 11 ## true if this mount point can be shared via USB mass storage
|