HomeSort by relevance Sort by last modified time
    Searched full:storage (Results 76 - 100 of 6397) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 28 EXTERNAL="/storage"
34 echo "Usage: $0 <file.db> [external storage root]"
59 echo "cat /storage/sdcard0/proto.jpg > \"$data\"" >> $CPFILES
63 echo "cat /storage/sdcard0/proto.png > \"$data\"" >> $CPFILES
67 echo "cat /storage/sdcard0/proto.gif > \"$data\"" >> $CPFILES
71 echo "cat /storage/sdcard0/proto.txt > \"$data\"" >> $CPFILES
75 echo "cat /storage/sdcard0/proto.html > \"$data\"" >> $CPFILES
79 echo "cat /storage/sdcard0/proto.mp3 > \"$data\"" >> $CPFILES
83 echo "cat /storage/sdcard0/proto.wav > \"$data\"" >> $CPFILES
87 echo "cat /storage/sdcard0/proto.m4v > \"$data\"" >> $CPFILE
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 5 #include "chrome/browser/extensions/api/storage/storage_api.h"
13 #include "chrome/browser/extensions/api/storage/settings_frontend.h"
16 #include "chrome/common/extensions/api/storage.h"
32 // Only apply quota if this is for sync storage.
68 void SettingsFunction::AsyncRunWithStorage(ValueStore* storage) {
69 bool success = RunWithStorage(storage);
134 // See storage.json for current value.
135 api::storage::sync::MAX_WRITE_OPERATIONS_PER_HOUR,
145 // See storage.json for current value.
146 api::storage::sync::MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE
    [all...]
sync_or_local_value_store_cache.cc 5 #include "chrome/browser/extensions/api/storage/sync_or_local_value_store_cache.h"
11 #include "chrome/browser/extensions/api/storage/settings_backend.h"
12 #include "chrome/browser/extensions/api/storage/settings_frontend.h"
13 #include "chrome/browser/extensions/api/storage/settings_storage_quota_enforcer.h"
14 #include "chrome/browser/extensions/api/storage/weak_unlimited_settings_storage.h"
70 ValueStore* storage = backend->GetStorage(extension->id()); local
72 // A neat way to implement unlimited storage; if the extension has the
73 // unlimited storage permission, force through all calls to Set() (in the
75 // But only if it's local storage (bad stuff would happen if sync'ed
76 // storage is allowed to be unlimited)
    [all...]
  /dalvik/vm/
BitVector.cpp 37 assert(sizeof(bv->storage[0]) == 4); /* assuming 32-bit units */
45 bv->storage = (u4*) calloc(count, sizeof(u4));
57 free(pBits->storage);
74 if (pBits->storage[word] != 0xffffffff) {
78 bit = ffs(~(pBits->storage[word])) -1;
80 pBits->storage[word] |= 1 << bit;
91 pBits->storage = (u4*)realloc(pBits->storage,
93 memset(&pBits->storage[pBits->storageSize], 0x00,
114 pBits->storage = (u4*)realloc(pBits->storage, newSize * sizeof(u4))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_api_test_util.cc 22 base::string16(), /* no storage label */
23 base::string16(), /* no storage vendor */
24 base::string16(), /* no storage model */
storage_api_test_util.h 19 // Total amount of the storage device space, in bytes.
21 // The available amount of the storage space, in bytes.
  /external/chromium_org/chrome/browser/storage_monitor/
removable_storage_observer.h 11 // removable storage devices attached to or removed from the system.
14 // When a removable storage device is attached, this
18 // When a removable storage device is detached, this
test_portable_device_watcher_win.h 23 // MTP device storage unique identifier.
29 // Returns the persistent storage unique id of the device specified by the
36 // Returns a list of storage object identifiers of the media transfer protocol
41 // Gets the media transfer protocol (MTP) device storage details given a
49 // Returns a list of device storage details for the given device specified by
69 // Set to true to get dummy storage details from
  /external/chromium_org/content/common/dom_storage/
dom_storage_messages.h 15 // Signals a local storage event.
17 // The key that generated the storage event. Null if clear() was called.
29 // The URL of the page that caused the storage event.
37 // this is a local storage event.
43 // DOM Storage messages sent from the browser to the renderer.
45 // Storage events are broadcast to all renderer processes.
60 // DOM Storage messages sent from the renderer to the browser.
63 // Open the storage area for a particular origin within a namespace.
69 // Close a previously opened storage area.
82 // Set a value that's associated with a key in a storage area
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
StorageLowState.java 23 * Holds the storage state of the system. Allows for registering a single handler which can
29 * Methods that are called when a device enters/leaves storage low mode.
33 * Method to be called when the device enters storage low mode.
38 * Method to be run when the device recovers from storage low mode.
53 * Checks if the device is in storage low state. If the state changes, the handler is notified
57 // Identify if we are in low storage mode. This works because storage low is a sticky
66 * Notifies {@link StorageLowState} that the device has entered storage low state.
85 * Sets the handler that can adjust application state to deal with storage low and
86 * storage ok intents
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_storage_test.cc 18 #include <libaddressinput/storage.h>
29 using i18n::addressinput::Storage;
37 Storage::Callback* BuildCallback() {
58 scoped_ptr<Storage::Callback> callback(BuildCallback());
69 scoped_ptr<Storage::Callback> callback(BuildCallback());
81 scoped_ptr<Storage::Callback> callback(BuildCallback());
  /external/chromium_org/ui/views/focus/
view_storage.h 16 // This class is a simple storage place for storing/retrieving views. It is
19 // It automatically removes a view from the storage if the view is removed from
22 // To use it, you first need to create a view storage id that can then be used
34 // Returns a unique storage id that can be used to store/retrieve views.
61 // Next id for the view storage.
64 // The association id to View used for the view storage.
  /external/chromium/chrome/browser/password_manager/
login_database_mac.cc 8 // rest of the database as a suplemental storage system to complement Keychain,
9 // providing storage of fields Keychain doesn't allow.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/
manifest.json 15 "storage",
20 "https://storage.googleapis.com/"
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
unlimited_storage.html 1 Provides an unlimited quota for storing HTML5 client-side data, such as databases and local storage files. Without this permission, the extension or app is limited to 5 MB of local storage.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
validating_storage.cc 21 #include <libaddressinput/storage.h>
40 const Storage::Callback& data_ready,
41 const Storage& wrapped_storage)
64 const Storage::Callback& data_ready_;
65 scoped_ptr<Storage::Callback> wrapped_data_ready_;
72 ValidatingStorage::ValidatingStorage(Storage* storage)
73 : wrapped_storage_(storage) {
  /external/chromium_org/third_party/skia/src/svg/
SkSVG.cpp 22 SkAutoMalloc storage(size);
23 char* data = (char*)storage.get();
  /external/clang/test/SemaCXX/
auto-cxx98.cpp 3 auto int a; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
4 int auto b; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
  /external/llvm/test/CodeGen/ARM/
emit-big-cst.ll 12 define void @accessBig(i64* %storage) {
13 %addr = bitcast i64* %storage to i82*
  /external/llvm/test/CodeGen/Mips/
emit-big-cst.ll 11 define void @accessBig(i64* %storage) {
12 %addr = bitcast i64* %storage to i82*
  /external/llvm/test/CodeGen/X86/
emit-big-cst.ll 11 define void @accessBig(i64* %storage) {
12 %addr = bitcast i64* %storage to i82*
  /external/skia/src/svg/
SkSVG.cpp 22 SkAutoMalloc storage(size);
23 char* data = (char*)storage.get();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/chromium_org/mojo/public/bindings/lib/
array_internal.h 30 static Ref ToRef(StorageType* storage, size_t offset) {
31 return storage[offset];
33 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
34 return storage[offset];
48 static Ref ToRef(StorageType* storage, size_t offset) {
49 return storage[offset].ptr;
51 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
52 return storage[offset].ptr;
73 BitRef(uint8_t* storage, uint8_t mask);
87 static BitRef ToRef(StorageType* storage, size_t offset)
    [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...]

Completed in 648 milliseconds

1 2 34 5 6 7 8 91011>>