Searched refs:Store (Results 26 - 50 of 272) sorted by relevance

1234567891011

/external/chromium_org/tools/valgrind/gtest_exclude/
H A Dunit_tests.gtest-drmemory_win32.txt59 UserCloudPolicyStoreTest.Store
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store_unittest.cc61 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData1));
75 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData2));
98 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData2));
120 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData1));
121 EXPECT_TRUE(store.Store(kPolicy2, kData2Hash, kData2));
159 EXPECT_TRUE(store1.Store(kPolicy1, kData1Hash, kData1));
161 EXPECT_TRUE(store2.Store(kPolicy2, kData2Hash, kData2));
H A Dcloud_external_data_store.h44 bool Store(const std::string& policy,
H A Ddevice_cloud_policy_store_chromeos.h42 virtual void Store(
46 // Installs initial policy. This is different from Store() in that it skips
H A Dcloud_external_data_store.cc54 bool CloudExternalDataStore::Store(const std::string& policy, function in class:policy::CloudExternalDataStore
58 return cache_->Store(cache_key_, GetSubkey(policy, hash), data);
H A Ddevice_cloud_policy_store_chromeos_unittest.cc147 store_->Store(device_policy_.policy());
155 store_->Store(device_policy_.policy());
165 store_->Store(device_policy_.policy());
176 store_->Store(device_policy_.policy());
H A Ddevice_local_account_policy_store.h51 virtual void Store(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dremove_stale_cache_files_unittest.cc67 cache_->Store(local_id, md5, dummy_file,
93 cache_->Store(local_id_1, md5_1, dummy_file,
110 cache_->Store(local_id_2, md5_2_cache, dummy_file,
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc40 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc50 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block.h71 bool Store();
H A Dstorage_block-inl.h27 Store();
124 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
126 if (file_->Store(this)) {
H A Dstats.h74 void Store();
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_cache.cc27 bool Store(const em::PolicyData& policy, PrefService* local_state) { function in namespace:chromeos::device_settings_cache
/external/chromium_org/components/policy/core/common/cloud/
H A Dmock_cloud_policy_store.h18 MOCK_METHOD1(Store, void(const enterprise_management::PolicyFetchResponse&));
H A Dcomponent_cloud_policy_store_unittest.cc186 EXPECT_TRUE(store_->Store(
213 // Store policy for an unsupported domain.
216 EXPECT_FALSE(store_->Store(
219 // Store policy with the wrong hash.
224 EXPECT_FALSE(store_->Store(
227 // Store policy without a hash.
229 EXPECT_FALSE(store_->Store(
232 // Store policy with invalid JSON data.
236 EXPECT_FALSE(store_->Store(
246 EXPECT_TRUE(store_->Store(
[all...]
H A Dcloud_policy_service_unittest.cc65 EXPECT_CALL(store_, Store(ProtoMatches(policy))).Times(1);
89 EXPECT_CALL(store_, Store(_)).Times(0);
109 EXPECT_CALL(store_, Store(ProtoMatches(policy))).Times(1);
114 // Store reloads policy, callback gets triggered.
164 EXPECT_CALL(store_, Store(ProtoMatches(policy))).Times(1);
167 // Store fails, which should trigger the callback.
192 EXPECT_CALL(store_, Store(ProtoMatches(policy))).Times(1);
205 EXPECT_CALL(store_, Store(ProtoMatches(policy))).Times(1);
H A Duser_cloud_policy_store_unittest.cc165 TEST_F(UserCloudPolicyStoreTest, Store) {
169 // Store a simple policy and make sure it ends up as the currently active
174 store_->Store(policy_.policy());
189 // Store a simple policy and make sure the file exists.
194 store_->Store(policy_.policy());
225 // Store a simple policy then store a second policy before the first one
235 store_->Store(first_policy.policy());
245 store_->Store(policy_.policy());
257 // Store a simple policy and make sure it can be read back in.
262 store_->Store(policy
[all...]
/external/chromium_org/ui/base/gtk/
H A Dfocus_store_gtk.cc20 void FocusStoreGtk::Store(GtkWidget* widget) { function in class:ui::FocusStoreGtk
/external/chromium_org/v8/src/
H A Dtyping.h63 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef in class:v8::internal::AstTyper
67 Store store_;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java4 import org.bouncycastle.util.Store;
223 * a {@link Store}.
235 if (!(i.next() instanceof Store))
239 + "of type org.bouncycastle.util.Store.");
247 * Adds a Bouncy Castle {@link Store} to find CRLs, certificates, attribute
260 public void addStore(Store store)
269 * Adds an additional Bouncy Castle {@link Store} to find CRLs, certificates,
282 public void addAdditionalStore(Store store)
293 public void addAddionalStore(Store store)
300 * <code>Store</cod
[all...]
/external/chromium_org/net/disk_cache/
H A Dstorage_block-inl.h27 Store();
133 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
136 if (file_->Store(this)) {
162 template<typename T> bool StorageBlock<T>::Store(FileIOCallback* callback, function in class:disk_cache::StorageBlock
166 if (file_->Store(this, callback, completed)) {
/external/llvm/test/MC/Mips/
H A Dmicromips-loadstore-instructions.s5 # Load and Store Instructions
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java44 import org.bouncycastle.util.Store;
236 Store certStore)
259 Store crlStore)
285 Store attrStore)
306 // * Add a Store of otherRevocationData to the CRL set to be included with the generated SignedData message.
309 // * @param otherRevocationInfos a Store of otherRevocationInfo data to add.
313 // Store otherRevocationInfos)
325 * @deprecated use basic Store method
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.cc26 bool SignedSettingsTempStorage::Store(const std::string& name, function in class:chromeos::SignedSettingsTempStorage

Completed in 590 milliseconds

1234567891011