Searched defs:store (Results 151 - 175 of 312) sorted by relevance

1234567891011>>

/external/zopfli/src/zopfli/
H A Dblocksplitter.c292 ZopfliLZ77Store store; local
294 ZopfliInitLZ77Store(&store);
308 ZopfliLZ77Greedy(&s, in, instart, inend, &store);
311 store.litlens, store.dists, store.size, maxblocks,
317 for (i = 0; i < store.size; i++) {
318 size_t length = store.dists[i] == 0 ? 1 : store.litlens[i];
329 ZopfliCleanLZ77Store(&store);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_browsertest.cc94 return policy_manager->core()->store();
642 virtual void OnStoreLoaded(policy::CloudPolicyStore* store) OVERRIDE {
647 virtual void OnStoreError(policy::CloudPolicyStore* store) OVERRIDE {
692 policy::CloudPolicyStore* store = GetStoreForUser(user); local
693 ASSERT_TRUE(store);
703 store->Load();
728 store->AddObserver(this);
729 store->Load();
731 store->RemoveObserver(this);
780 policy::CloudPolicyStore* store local
843 policy::CloudPolicyStore* store = GetStoreForUser(user); local
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_service.cc122 scoped_ptr<DeviceLocalAccountPolicyStore> store,
129 store_(store.Pass()),
204 void DeviceLocalAccountPolicyBroker::OnStoreLoaded(CloudPolicyStore* store) { argument
209 void DeviceLocalAccountPolicyBroker::OnStoreError(CloudPolicyStore* store) { argument
314 return broker && broker->core()->store()->is_managed();
447 scoped_ptr<DeviceLocalAccountPolicyStore> store(
455 store.get());
460 store.Pass(),
555 CloudPolicyStore* store) {
558 if (it->second->core()->store()
119 DeviceLocalAccountPolicyBroker( const DeviceLocalAccount& account, const base::FilePath& component_policy_cache_path, scoped_ptr<DeviceLocalAccountPolicyStore> store, scoped_refptr<DeviceLocalAccountExternalDataManager> external_data_manager, const base::Closure& policy_update_callback, const scoped_refptr<base::SequencedTaskRunner>& task_runner) argument
554 GetBrokerForStore( CloudPolicyStore* store) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api_prefs_unittest.cc279 scoped_refptr<ContentSettingsStore> store = content_settings_store(); variable
282 store->SetExtensionContentSetting(extension1()->id(),
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator.cc92 core_->store()->RemoveObserver(this);
139 OnStoreLoaded(core_->store());
140 core_->store()->AddObserver(this);
148 core_->store()->RemoveObserver(this);
153 void CloudPolicyInvalidator::OnStoreLoaded(CloudPolicyStore* store) { argument
156 bool policy_changed = IsPolicyChanged(store->policy());
170 const int64 store_invalidation_version = store->invalidation_version();
182 UpdateRegistration(store->policy());
183 UpdateMaxFetchDelay(store->policy_map());
186 void CloudPolicyInvalidator::OnStoreError(CloudPolicyStore* store) {} argument
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc63 PersistentPrefStore* store = new JsonPrefStore( local
65 Init(store);
73 scoped_refptr<PersistentPrefStore> store) {
75 store_ = store;
72 Init( scoped_refptr<PersistentPrefStore> store) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc58 // store local copies of the downloaded policies.
234 core_->store()->AddObserver(this);
236 // Wait for the store and the schema registry to become ready before
240 if (core_->store()->is_initialized())
241 OnStoreLoaded(core_->store());
253 core_->store()->RemoveObserver(this);
332 void ComponentCloudPolicyService::OnStoreLoaded(CloudPolicyStore* store) { argument
334 DCHECK_EQ(core_->store(), store);
338 // Send the current credentials to the backend; do this whenever the store
379 OnStoreError(CloudPolicyStore* store) argument
[all...]
/external/chromium_org/net/cert/
H A Dx509_certificate_openssl.cc142 // We allow the X509 store to leak, because it is used from a non-joinable
148 X509_STORE* store() const { return store_.get(); } function in class:net::__anon9111::X509InitSingleton
305 return X509InitSingleton::GetInstance()->store();
H A Dx509_certificate_win.cc76 void AddCertsFromStore(HCERTSTORE store, argument
80 while ((cert = CertEnumCertificatesInStore(store, cert)) != NULL) {
83 NULL, // The cert won't be persisted in any cert store. This breaks
84 // any association the context currently has to |store|, which
85 // allows us, the caller, to safely close |store| without
202 // Create an in-memory certificate store to hold this certificate and
203 // any intermediate certificates in |intermediate_ca_certs_|. The store
206 ScopedHCERTSTORE store(CertOpenStore(
209 if (!store.get())
218 BOOL ok = CertAddCertificateContextToStore(store
[all...]
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store.cc22 virtual void Run(DefaultChannelIDStore* store) = 0;
45 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
63 DefaultChannelIDStore* store) {
67 int err = store->GetChannelID(
87 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
114 DefaultChannelIDStore* store) {
115 store->SyncSetChannelID(server_identifier_, creation_time_,
127 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
147 DefaultChannelIDStore* store) {
148 store
62 Run( DefaultChannelIDStore* store) argument
113 Run( DefaultChannelIDStore* store) argument
146 Run( DefaultChannelIDStore* store) argument
184 Run( DefaultChannelIDStore* store) argument
214 Run( DefaultChannelIDStore* store) argument
225 DefaultChannelIDStore( PersistentStore* store) argument
[all...]
/external/chromium_org/rlz/lib/
H A Drlz_lib.cc148 rlz_lib::RlzValueStore* store = lock.GetStore(); local
149 if (!store || !store->HasAccess(rlz_lib::RlzValueStore::kWriteAccess))
152 // Write the new event to the value store.
163 return store->AddStatefulEvent(product, new_event_value.c_str());
168 rlz_lib::RlzValueStore* store) {
181 if (!store->ReadProductEvents(product, &events))
226 RlzValueStore* store = lock.GetStore(); local
227 if (!store || !store
166 GetProductEventsAsCgiHelper(rlz_lib::Product product, char* cgi, size_t cgi_size, rlz_lib::RlzValueStore* store) argument
245 RlzValueStore* store = lock.GetStore(); local
274 RlzValueStore* store = lock.GetStore(); local
303 RlzValueStore* store = lock.GetStore(); local
315 RlzValueStore* store = lock.GetStore(); local
500 rlz_lib::RlzValueStore* store = lock.GetStore(); local
615 RlzValueStore* store = lock.GetStore(); local
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c1060 /* Rearranging and check the chain: add everything to a store */
1153 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) argument
1162 *pstore = store;
1163 if (ref && store)
1164 CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h53 unsigned char *store; member in struct:x86_function
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h112 struct brw_instruction *store; member in struct:brw_compile
133 * Just store the instruction pointer(an index).
799 return &p->store[p->nr_insn];
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c282 struct gl_pixelstore_attrib store; local
289 store = ctx->Pack; /* save */
300 ctx->Pack = store; /* restore */
H A Duniform_query.cpp488 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; local
489 uint8_t *dst = (uint8_t *) store->data;
491 store->element_stride - (vectors * store->vector_stride);
499 vectors, count, store->vector_stride, extra_stride);
502 dst += array_index * store->element_stride;
504 switch (store->format) {
514 dst += store->vector_stride;
536 dst += store->vector_stride;
557 dst += store
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c1187 union sctp_sockstore store; local
1276 in6_sin6_2_sin(&store.sin, sin6);
1277 addr = &store.sa;
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_util_win.cc134 STGMEDIUM store;
138 if (GetData(data_object, Clipboard::GetMozUrlFormatType(), &store) ||
139 GetData(data_object, Clipboard::GetUrlWFormatType(), &store)) {
142 base::win::ScopedHGlobal<wchar_t*> data(store.hGlobal);
145 ReleaseStgMedium(&store);
149 if (GetData(data_object, Clipboard::GetUrlFormatType(), &store)) {
152 base::win::ScopedHGlobal<char*> data(store.hGlobal);
155 ReleaseStgMedium(&store);
228 STGMEDIUM store;
229 if (GetData(data_object, Clipboard::GetPlainTextWFormatType(), &store)) {
264 STGMEDIUM store; local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-load-elimination.cc37 // The main datastructure used during load/store elimination. Each in-object
38 // field is tracked separately. For each field, store a list of known field
69 HValue* result = store(s);
71 // The store is redundant. Remove it.
199 // load or store for this object and field exists, return the new value with
225 // Process a store instruction, updating internal table state. If a previous
226 // store to the same object and field makes this store redundant (e.g. because
227 // the stored values are the same), return NULL indicating that this store
229 HValue* store(HStoreNamedFiel function in class:v8::internal::HLoadEliminationTable
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { argument
63 return StoreRef(store, *this);
506 Store store,
505 HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, SVal val) argument
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp374 void VariableManager::reserve (ReservedScalars& store, int numScalars) argument
376 DE_ASSERT(store.numScalars == 0);
377 store.numScalars = numScalars;
381 void VariableManager::release (ReservedScalars& store) argument
383 m_numAllocatedScalars -= store.numScalars;
384 store.numScalars = 0;
472 // Build new intersected value and store into current scope.
/external/iproute2/misc/
H A Dnstat.c48 char store[128]; local
52 snprintf(store, sizeof(store)-1, "%s/%s", p, name);
53 p = store;
H A Drtacct.c48 char store[1024]; local
52 snprintf(store, sizeof(store)-1, "%s/%s", p, name);
53 p = store;
/external/libxml2/
H A Dtimsort.h281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \
285 if (store->storage != NULL)\
287 free(store->storage);\
288 store->storage = NULL;\
319 static void TIM_SORT_RESIZE(TEMP_STORAGE_T *store, const size_t new_size) argument
321 if (store->alloc < new_size)
323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE));
329 store->storage = tempstore;
330 store->alloc = new_size;
334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_STORAGE_T *store) argument
393 TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, TEMP_STORAGE_T *store, const size_t size) argument
457 TEMP_STORAGE_T _store, *store; local
[all...]

Completed in 1078 milliseconds

1234567891011>>