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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/coregrind/m_debuginfo/
README.txt 12 storage.c
16 storage.c contains the SegInfo structure and stuff for
21 call storage.c to store the results.
23 readelf.c reads ELF format, hands syms directly to storage.c,
51 storage, just leaving the line-number reader in place.
54 type storage/reader stuff but with DWARF as its primary target.
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.cc 5 #include "chrome/browser/extensions/api/storage/settings_frontend.h"
13 #include "chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.h"
14 #include "chrome/browser/extensions/api/storage/settings_backend.h"
15 #include "chrome/browser/extensions/api/storage/sync_or_local_value_store_cache.h"
20 #include "chrome/common/extensions/api/storage.h"
25 #include "chrome/browser/extensions/api/storage/managed_value_store_cache.h"
32 namespace storage = api::storage;
54 storage::OnChanged::kEventName, args.Pass()));
65 static_cast<size_t>(api::storage::local::QUOTA_BYTES)
    [all...]
settings_frontend_unittest.cc 12 #include "chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.h"
13 #include "chrome/browser/extensions/api/storage/settings_frontend.h"
14 #include "chrome/browser/extensions/api/storage/settings_namespace.h"
15 #include "chrome/browser/extensions/api/storage/settings_test_util.h"
101 ValueStore* storage = util::GetStorage(id, frontend_.get()); local
107 ValueStore::WriteResult result = storage->Set(DEFAULTS, "foo", bar);
112 ValueStore::ReadResult result = storage->Get();
118 storage = util::GetStorage(id, frontend_.get());
121 ValueStore::ReadResult result = storage->Get();
134 ValueStore* storage = util::GetStorage(id, frontend_.get()) local
162 ValueStore* storage = util::GetStorage(id, frontend_.get()); local
    [all...]
  /external/chromium_org/net/udp/
udp_socket_libevent.cc 126 SockaddrStorage storage; local
127 if (getpeername(socket_, storage.addr, &storage.addr_len))
130 if (!address->FromSockAddr(storage.addr, storage.addr_len))
146 SockaddrStorage storage; local
147 if (getsockname(socket_, storage.addr, &storage.addr_len))
150 if (!address->FromSockAddr(storage.addr, storage.addr_len)
279 SockaddrStorage storage; local
466 SockaddrStorage storage; local
490 SockaddrStorage storage; local
607 SockaddrStorage storage; local
    [all...]
  /external/chromium_org/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/storage_monitor/
storage_info.h 14 // A removable mass storage device with a DCIM directory.
16 // A removable mass storage device without a DCIM directory.
18 // A fixed mass storage device.
61 // Looks inside |device_id| to determine if it is a mass storage device
88 // storage device when interacting with the API. Clients should treat
92 // Human readable removable storage device name.
95 // Current attached removable storage device location.
98 // Label given to this storage device by the user.
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler_unittest.cc 5 #include "chrome/common/extensions/api/storage/storage_schema_manifest_handler.h"
79 manifest_.SetInteger("storage.managed_schema", 123);
84 manifest_.SetString("storage.managed_schema", "schema.json");
91 permissions.AppendString("storage");
96 manifest_.SetString("storage.managed_schema", "/etc/passwd");
100 manifest_.SetString("storage.managed_schema", "../../../../../etc/passwd");
104 manifest_.SetString("storage.managed_schema", "not-there");
108 manifest_.SetString("storage.managed_schema", "schema.json");
  /external/chromium_org/content/renderer/dom_storage/
webstoragenamespace_impl.h 15 // The default constructor creates a local storage namespace, the second
16 // constructor should be used for session storage namepaces.
  /external/chromium_org/mojo/public/bindings/lib/
array_internal.cc 13 ArrayDataTraits<bool>::BitRef::BitRef(uint8_t* storage, uint8_t mask)
14 : storage_(storage),
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MakeNames.cpp.tmpl 21 DEFINE_GLOBAL(AtomicString, {{entry|symbol}}Storage)
22 {{export}} const AtomicString& {{entry|symbol}} = *reinterpret_cast<const AtomicString*>(&{{entry|symbol}}Storage);
  /external/chromium_org/third_party/angle/src/compiler/
ossource_win.cpp 18 // Thread Local Storage Operations
24 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter.h 35 void* storage, size_t storageSize);
37 void* storage, size_t storageSize);
  /external/skia/src/core/
SkSpriteBlitter.h 35 void* storage, size_t storageSize);
37 void* storage, size_t storageSize);
  /frameworks/base/docs/html/guide/topics/data/
index.jd 1 page.title=Data Storage
3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
  /frameworks/base/packages/SettingsProvider/res/values/
strings.xml 20 <!-- Name of the activity for Settings storage. -->
21 <string name="app_label">Settings Storage</string>
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 9 import android.os.storage.StorageManager;
10 import android.os.storage.StorageVolume;
29 Slog.e(TAG, "Unable to access Storage Manager");
34 * Full backup of the shared-storage filesystem
38 // If there are shared-storage volumes available, run the inherited directory-
39 // hierarchy backup process on them. By convention in the Storage Manager, the
40 // "primary" shared storage volume is first in the list.
62 * Full restore of one file to shared storage
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.h 10 // Clears cookies and local storage for origins that are session-only and clears
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/
manifest.json 15 "storage"
  /external/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet_test.py 40 test_path('extensions/storage.html')
41 test_path('apps/storage.html')
45 test_path('beta/extensions/storage.html', status=301)
46 test_path('beta/apps/storage.html', status=301)
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
expected_list.json 30 "storage/",
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
declare_permissions.html 23 the <a href="storage.html">Storage</a> page
25 declare the "storage" permission.
46 "storage",
  /external/chromium_org/content/public/browser/
local_storage_usage_info.h 14 // Used to report Local Storage usage info by DOMStorageContext.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image9.h 48 virtual void setManagedSurface(TextureStorageInterface2D *storage, int level);
49 virtual void setManagedSurface(TextureStorageInterfaceCube *storage, int face, int level);
50 virtual bool updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
51 virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
  /external/clang/test/PCH/
chain-empty-initial-namespace.cpp 8 namespace foo {} // no external storage
  /external/clang/test/Parser/
builtin_classify_type.c 12 static int ary2[(__builtin_classify_type)(a)]; // expected-error{{variable length array declaration can not have 'static' storage duration}}

Completed in 1118 milliseconds

1 2 3 4 5 67 8 91011>>