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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
static-data-member.cpp 13 extern double ABC::b = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
15 __private_extern__ double ABC::d = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
16 auto double ABC::e = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
17 register double ABC::f = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
  /external/skia/src/images/
SkStreamHelpers.cpp 12 size_t CopyStreamToStorage(SkAutoMalloc* storage, SkStream* stream) {
13 SkASSERT(storage != NULL);
18 void* dst = storage->reset(length);
37 void* dst = storage->reset(length);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 5 // Store CSS data in the "local" storage area.
11 // However, "sync" is expensive with a strict quota (both in storage space and
14 var storage = chrome.storage.local; variable
35 // Save it using the Chrome extension storage API.
36 storage.set({'css': cssCode}, function() {
43 storage.get('css', function(items) {
44 // To avoid checking items.css we could specify storage.get({css: ''}) to
54 // Remove the saved value from storage. storage.clear would achieve the sam
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_storage_apitest.cc 11 #define MAYBE_Storage Storage
14 ASSERT_TRUE(RunExtensionTest("storage")) << message_;
  /external/chromium_org/net/disk_cache/flash/
storage.cc 5 #include "net/disk_cache/flash/storage.h"
16 Storage::Storage(const base::FilePath& path,
24 bool Storage::Init() {
43 Storage::~Storage() {
47 bool Storage::Read(void* buffer, int32 size, int32 offset) {
55 bool Storage::Write(const void* buffer, int32 size, int32 offset) {
storage_unittest.cc 10 #include "net/disk_cache/flash/storage.h"
21 disk_cache::Storage storage(path_, kStorageSize);
22 EXPECT_TRUE(storage.Init());
33 bool rv = storage.Write(write_buffer->data(), size, offset);
36 rv = storage.Read(read_buffer->data(), size, offset);
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper_map_service.h 21 // Creates and returns the MTPDeviceTaskHelper object for the storage device
27 // |storage_name| specifies the name of the storage device.
30 // Gets the MTPDeviceTaskHelper object associated with the device storage.
31 // |storage_name| specifies the name of the storage device.
33 // corresponding storage device is detached, etc).
39 // Key: Storage name.
  /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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 3 // A storage-class-specifier shall not be specified in an explicit
10 template<> static void f<int>(int); // expected-error{{explicit specialization has extraneous, inconsistent storage class 'static'}}
11 template static void f<float>(float); // expected-error{{explicit instantiation cannot have a storage class}}
16 template<> static void g<int>(int); // expected-warning{{explicit specialization cannot have a storage class}}
17 template static void g<float>(float); // expected-error{{explicit instantiation cannot have a storage class}}
30 template static int X<int>::value; // expected-error{{explicit instantiation cannot have a storage class}}
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
copy_constant_to_storage_tests.cpp 32 copy_constant_to_storage(union gl_constant_value *storage,
49 gl_constant_value storage[17]; member in class:copy_constant_to_storage
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
73 fill_storage_array_with_sentinels(storage,
77 linker::copy_constant_to_storage(storage,
82 verify_data(storage, 0, val, red_zone_size);
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
92 fill_storage_array_with_sentinels(storage,
96 linker::copy_constant_to_storage(storage,
101 verify_data(storage, 0, val, red_zone_size)
    [all...]
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 32 copy_constant_to_storage(union gl_constant_value *storage,
49 gl_constant_value storage[17]; member in class:copy_constant_to_storage
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
73 fill_storage_array_with_sentinels(storage,
77 linker::copy_constant_to_storage(storage,
82 verify_data(storage, 0, val, red_zone_size);
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
92 fill_storage_array_with_sentinels(storage,
96 linker::copy_constant_to_storage(storage,
101 verify_data(storage, 0, val, red_zone_size)
    [all...]
  /dalvik/vm/jdwp/
ExpandBuf.cpp 31 u1* storage; member in struct:ExpandBuf
39 * Allocate a JdwpBuf and some initial storage.
46 newBuf->storage = (u1*) malloc(kInitialStorage);
54 * Free a JdwpBuf and associated storage.
61 free(pBuf->storage);
70 return pBuf->storage;
96 newPtr = (u1*) realloc(pBuf->storage, pBuf->maxLen);
102 pBuf->storage = newPtr;
113 gapStart = pBuf->storage + pBuf->curLen;
126 *(pBuf->storage + pBuf->curLen) = val
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
install-location.jd 11 <li>You can allow your application to install on the device's external storage.</li>
13 storage.</li>
14 <li>Installing on the external storage is ideal for large applications that are not tightly
21 <li><a href="#ShouldNot">Applications That Should NOT Install on External Storage</a></li>
22 <li><a href="#Should">Applications That Should Install on External Storage</a></li>
35 external storage (for example, the device's SD card). This is an optional feature you can declare
39 <em>not</em> declare this attribute, your application will be installed on the internal storage
40 only and it cannot be moved to the external storage.</p>
42 <p>To allow the system to install your application on the external storage, modify your
56 external storage, but the system does not guarantee that your application will be installed o
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 43 ** Description BTIF storage API - Fetches the adapter property->type
58 ** Description BTIF storage API - Stores the adapter property
71 ** Description BTIF storage API - Fetches the remote device property->type
87 ** Description BTIF storage API - Stores the remote device property
101 ** Description BTIF storage API - Adds a newly discovered device to NVRAM
117 ** Description BTIF storage API - Adds the newly bonded device to NVRAM
133 ** Description BTIF storage API - Deletes the bonded device from NVRAM
145 ** Description BTIF storage API - Deletes the bonded device from NVRAM
157 ** Description BTIF storage API - Read HL application control block from NVRAM
169 ** Description BTIF storage API - Write HL application control block to NVRA
    [all...]
  /external/skia/tests/
Writer32Test.cpp 16 SkAutoSMalloc<256> storage(size);
18 writer.flatten(storage.get());
19 REPORTER_ASSERT(reporter, !memcmp(storage.get(), expected, size));
25 // fit in external storage if you used it. This would crash in debug mode.
26 uint8_t storage[4]; local
27 SkWriter32 writer(0, storage, sizeof(storage));
32 uint8_t storage[8]; local
33 SkWriter32 writer(0, storage, sizeof(storage));
205 uint32_t storage[256]; local
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
media_transfer_protocol_device_observer_linux_unittest.cc 25 // Sample mtp device storage information.
37 // Helper function to get the device storage details such as device id, label
45 return; // Do not set any storage details.
65 // mtp storage device given the |storage_name|.
72 // mtp storage device given the |storage_name|.
128 // Test to verify basic mtp storage attach and detach notifications.
132 // Attach a mtp storage.
141 // Detach the attached storage.
149 // When a mtp storage device with invalid storage label and id i
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.h 34 class Storage;
43 RefPtr<Storage> storageArea;
49 static PassRefPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
57 Storage* storageArea() const { return m_storageArea.get(); }
58 Storage* storageArea(bool& isNull) const { isNull = !m_storageArea; return m_storageArea.get(); }
60 void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
63 // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, Storage storageAreaArg);
69 StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
76 RefPtr<Storage> m_storageArea;
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
retriever.cc 19 #include <libaddressinput/storage.h>
41 Storage* storage)
45 storage_(storage),
81 Storage* storage_;
83 scoped_ptr<Storage::Callback> data_ready_;
92 Storage* storage)
95 storage_(storage) {
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_storage_unittest.cc 18 permissions->Append(new base::StringValue("storage"));
23 "'storage' requires manifest version of at least 2.";
25 // Extension with no manifest version cannot use storage API.
31 // Extension with manifest version 1 cannot use storage API.
41 // Extension with manifest version 2 *can* use storage API.
  /external/chromium_org/mojo/shell/
storage.cc 5 #include "mojo/shell/storage.h"
23 Storage::Storage() {
48 Storage::~Storage() {
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
clear-localstorage.html 4 <p>This test case is used to test the function of clear local storage by clicking "Clear Local Storage" button
14 // notify to clear the local storage and refresh the page.
15 document.write("<p>Please clear the local storage from Settings -> Privacy & Security by pressing \"Clear Local Storage\" button, then reload this page to see the result.</p>");
  /external/chromium_org/tools/json_schema_compiler/test/
functions_on_types.json 13 "description": "Gets one or more items from storage.",
21 "description": "Storage items to return in the callback, where the values are replaced with those from storage if they exist.",
26 "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.",
32 "description": "Callback with storage items, or on failure (in which case lastError will be set).",
  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 17 package android.os.storage;
26 * Called when the detection state of a USB Mass Storage host has changed.
27 * @param connected true if the USB mass storage is connected.
33 * Called when storage has changed state
34 * @param path the filesystem path for the storage
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.h 17 * @param storage Java byte array for retrieving data from the
25 jbyteArray storage);
31 * @param storage Java byte array for retrieving data from the
37 jbyteArray storage);
40 jbyteArray storage);
  /frameworks/base/media/java/android/mtp/
MtpServer.java 54 public void addStorage(MtpStorage storage) {
55 native_add_storage(storage);
58 public void removeStorage(MtpStorage storage) {
59 native_remove_storage(storage.getStorageId());
67 private native final void native_add_storage(MtpStorage storage);

Completed in 1746 milliseconds

1 23 4 5 6 7 8 91011>>