HomeSort by relevance Sort by last modified time
    Searched defs:Store (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/net/disk_cache/
mapped_file.cc 16 bool MappedFile::Store(const FileBlock* block) {
28 bool MappedFile::Store(const FileBlock* block,
storage_block-inl.h 27 Store();
133 template<typename T> bool StorageBlock<T>::Store() {
136 if (file_->Store(this)) {
141 LOG(ERROR) << "Failed data store.";
142 Trace("Failed data store.");
162 template<typename T> bool StorageBlock<T>::Store(FileIOCallback* callback,
166 if (file_->Store(this, callback, completed)) {
171 LOG(ERROR) << "Failed data store.";
172 Trace("Failed data store.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Store.java 5 public interface Store
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 26 bool SignedSettingsTempStorage::Store(const std::string& name,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_cache.cc 27 bool Store(const em::PolicyData& policy, PrefService* local_state) {
  /external/chromium_org/content/browser/
signed_certificate_timestamp_store_impl.cc 27 int SignedCertificateTimestampStoreImpl::Store(
30 return store_.Store(sct, process_id);
renderer_data_memoizing_store.h 39 // Store adds |item| to this collection, associates it with the given render
42 int Store(T* item, int process_id) {
160 // Removes all the items associated with the specified process from the store.
  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.cc 20 void FocusStoreGtk::Store(GtkWidget* widget) {
  /external/chromium/net/disk_cache/
mapped_file_posix.cc 40 bool MappedFile::Store(const FileBlock* block) {
mapped_file_win.cc 50 bool MappedFile::Store(const FileBlock* block) {
storage_block-inl.h 27 Store();
124 template<typename T> bool StorageBlock<T>::Store() {
126 if (file_->Store(this)) {
131 LOG(ERROR) << "Failed data store.";
132 Trace("Failed data store.");
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.cc 54 bool CloudExternalDataStore::Store(const std::string& policy,
58 return cache_->Store(cache_key_, GetSubkey(policy, hash), data);
device_cloud_policy_store_chromeos.cc 33 void DeviceCloudPolicyStoreChromeOS::Store(
115 device_settings_service_->Store(
device_local_account_policy_store.cc 44 void DeviceLocalAccountPolicyStore::Store(
user_policy_disk_cache.cc 39 void UserPolicyDiskCache::Store(
  /external/chromium_org/ui/base/gtk/
focus_store_gtk.cc 20 void FocusStoreGtk::Store(GtkWidget* widget) {
  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 33 * Tests of StoreInfo & Store lookup in the Store abstract class
36 * runtest -c com.android.email.mail.store.StoreTests email
49 Store.sStores.clear();
61 Store testStore;
71 testStore = Store.getInstance(testAccount, getContext());
72 assertEquals(1, Store.sStores.size());
73 assertSame(testStore, Store.sStores.get(testAccount.mId));
74 Store.sStores.clear();
83 testStore = Store.getInstance(testAccount, getContext())
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_store.cc 24 void CloudPolicyStore::Store(
28 Store(policy);
resource_cache.cc 71 bool ResourceCache::Store(const std::string& key,
user_cloud_policy_store.cc 116 // Cancel any pending Load/Store/Validate operations.
136 // Cancel any pending Load/Store/Validate operations.
197 void UserCloudPolicyStore::Store(const em::PolicyFetchResponse& policy) {
198 // Stop any pending requests to store policy, then validate the new policy
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
StoreRef.h 1 //== StoreRef.h - Smart pointer for store objects ---------------*- C++ -*--==//
22 /// Store - This opaque type encapsulates an immutable mapping from
26 typedef const void *Store;
31 Store store; member in class:clang::ento::StoreRef
34 StoreRef(Store, StoreManager &);
40 return x.store == store;
46 Store getStore() const { return store; }
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 32 Store = (1<<2),
58 /// store to a stack slot, return the virtual or physical register number of
  /art/runtime/
memory_region.h 51 template<typename T> void Store(uintptr_t offset, T value) const {
  /external/chromium_org/v8/src/
typing.h 63 typedef v8::internal::NestedEffects<int, kNoVar> Store;
67 Store store_;
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 38 void Store(const std::string& token, const std::string& device_id);
70 void UserPolicyIdentityStrategy::TokenCache::Store(
198 cache_->Store(device_token_, device_id_);

Completed in 1324 milliseconds

1 2 3 4