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

1 2 3 45 6 7 8 91011>>

  /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/chromium_org/content/browser/dom_storage/
dom_storage_database_unittest.cc 39 // as far as the DOM Storage db is concerned.
49 // as far as the DOM Storage db is concerned.
117 DOMStorageValuesMap storage; local
118 CreateMapWithValues(&storage);
125 ASSERT_TRUE(db.CommitChanges(false, storage));
135 EXPECT_EQ(storage.size(), values.size());
139 storage.clear();
143 ASSERT_TRUE(db.CommitChanges(true, storage));
149 CreateMapWithValues(&storage);
152 ASSERT_TRUE(db.CommitChanges(false, storage));
238 DOMStorageValuesMap storage; local
248 DOMStorageValuesMap storage; local
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
storage.json 7 "namespace": "storage",
8 "description": "Use the <code>chrome.storage</code> API to store, retrieve, and track changes to user data.",
35 "description": "Gets one or more items from storage.",
44 "description": "Storage items to return in the callback, where the values are replaced with those from storage if they exist.",
48 "description": "A single key to get, list of keys to get, or a dictionary specifying default values (see description of the object). An empty list or object will return an empty result object. Pass in <code>null</code> to get the entire contents of storage.",
54 "description": "Callback with storage items, or on failure (in which case $ref:runtime.lastError will be set).",
77 "description": "A single key or list of keys to get the total usage for. An empty list will return 0. Pass in <code>null</code> to get the total usage of all of storage.",
83 "description": "Callback with the amount of space being used by storage, or on failure (in which case $ref:runtime.lastError will be set).",
88 "description": "Amount of space being used in storage, in bytes.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store_test.py 13 'storage.html': 'storage',
17 'storage.html': 'storage',
22 'storage.html': 'storage',
28 self.assertEqual('storage', self._store.Get('storage.html').Get())
34 self.assertEqual('storage', self._store.Get('storage.html').Get()
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 23 import android.os.storage.OnObbStateChangeListener;
24 import android.os.storage.StorageManager;
291 // Paths outside external storage should remain untouched
292 assertEquals("/storage/random/foo",
293 buildObbPath("/storage/random/foo", userId, true));
294 assertEquals("/storage/random/foo",
295 buildObbPath("/storage/random/foo", userId, false));
297 // Paths on user-specific emulated storage
299 buildObbPath("/storage/emulated_legacy/foo", userId, true));
300 assertEquals("/storage/emulated/10/foo"
    [all...]
  /device/asus/deb/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/asus/flo/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/asus/grouper/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/asus/tilapia/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/lge/mako/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /device/samsung/manta/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
23 <!-- internal emulated storage -->
24 <storage
  /external/chromium_org/chrome/browser/extensions/api/storage/
value_store_cache.cc 5 #include "chrome/browser/extensions/api/storage/value_store_cache.h"
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_api.h 14 // Implementation of the systeminfo.storage.get API. It is an asynchronous
18 DECLARE_EXTENSION_FUNCTION("system.storage.getInfo", SYSTEM_STORAGE_GETINFO);
31 DECLARE_EXTENSION_FUNCTION("system.storage.ejectDevice",
50 DECLARE_EXTENSION_FUNCTION("system.storage.getAvailableCapacity",
  /external/chromium_org/chrome/browser/resources/chromeos/crosh_builtin/
manifest.json 15 "storage",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
manifest.json 8 "storage"
popup.js 5 // Store CSS data in the "local" storage area.
8 var storage = chrome.storage.local; variable
13 storage.get('css', function(items) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
manifest.json 15 "webNavigation", "storage"
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
manifest.json 12 "permissions": ["storage"]
  /external/chromium_org/content/public/browser/
session_storage_usage_info.h 10 // Used to report Session Storage usage info by DOMStorageContext.
  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest0.json 11 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.228691/sdk_tools.tgz"
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_validator.cc 20 #include <libaddressinput/storage.h>
32 Storage* storage,
35 VALIDATION_DATA_URL, downloader, new ValidatingStorage(storage)))),
  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 18 SkIRect storage; local
30 storage = *clipBounds;
31 storage.inset(-margin.fX, -margin.fY);
32 clipBounds = &storage;
  /external/clang/test/Sema/
attr-nodebug.c 6 int b __attribute__((nodebug)); // expected-warning {{'nodebug' only applies to variables with static storage duration and functions}}
  /external/clang/test/SemaCXX/
auto-cxx0x.cpp 3 auto int a; // expected-warning {{'auto' storage class specifier is not permitted in C++11, and will not be supported in future releases}}

Completed in 1703 milliseconds

1 2 3 45 6 7 8 91011>>