Searched defs:store (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c135 static void perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, argument
160 gtk_tree_store_append(store, &iter, &new_parent);
163 gtk_tree_store_set(store, &iter, 0, buf, -1);
166 gtk_tree_store_set(store, &iter, col, buf, -1);
184 perf_gtk__add_callchain(&node->rb_root, store, &iter, col,
208 GtkTreeStore *store; local
237 store = gtk_tree_store_newv(nr_cols, col_types);
276 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store));
278 g_object_unref(GTK_TREE_MODEL(store));
292 gtk_tree_store_append(store,
[all...]
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp253 // Walk the basic block bottom-up. Remember if we saw a store.
635 bool store = true; local
636 if (!MI->isSafeToMove(TII, AA, store)) {
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h53 unsigned char *store; member in struct:x86_function
/external/mesa3d/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/mesa3d/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/openssl/crypto/cms/
H A Dcms_smime.c280 X509_STORE *store,
289 if (!X509_STORE_CTX_init(&ctx, store, signer, certs))
317 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
367 if (!cms_signerinfo_verify_cert(si, store,
388 * store its contents in a temporary read only memory BIO. This
450 X509_STORE *store, unsigned int flags)
454 r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
279 cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store, STACK_OF(X509) *certs, STACK_OF(X509_CRL) *crls, unsigned int flags) argument
316 CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) argument
448 CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms, STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags) argument
/external/zopfli/src/zopfli/
H A Dlz77.c27 void ZopfliInitLZ77Store(ZopfliLZ77Store* store) { argument
28 store->size = 0;
29 store->litlens = 0;
30 store->dists = 0;
33 void ZopfliCleanLZ77Store(ZopfliLZ77Store* store) { argument
34 free(store->litlens);
35 free(store->dists);
60 ZopfliLZ77Store* store) {
61 size_t size2 = store->size; /* Needed for using ZOPFLI_APPEND_DATA twice. */
62 ZOPFLI_APPEND_DATA(length, &store
59 ZopfliStoreLitLenDist(unsigned short length, unsigned short dist, ZopfliLZ77Store* store) argument
366 ZopfliLZ77Greedy(ZopfliBlockState* s, const unsigned char* in, size_t instart, size_t inend, ZopfliLZ77Store* store) argument
[all...]
H A Ddeflate.c593 ZopfliLZ77Store store; local
596 ZopfliInitLZ77Store(&store);
606 ZopfliLZ77Optimal(&s, in, instart, inend, &store);
610 if (store.size < 1000) {
615 dyncost = ZopfliCalculateBlockSize(store.litlens, store.dists,
616 0, store.size, 2);
621 ZopfliCleanLZ77Store(&store);
622 store = fixedstore;
629 store
646 ZopfliLZ77Store store; local
763 ZopfliLZ77Store store; local
[all...]
H A Dsqueeze.c337 ZopfliLZ77Store* store) {
372 ZopfliStoreLitLenDist(length, dist, store);
376 ZopfliStoreLitLenDist(in[pos], 0, store);
398 /* Appends the symbol statistics from the store. */
399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { argument
401 for (i = 0; i < store->size; i++) {
402 if (store->dists[i] == 0) {
403 stats->litlens[store->litlens[i]]++;
405 stats->litlens[ZopfliGetLengthSymbol(store->litlens[i])]++;
406 stats->dists[ZopfliGetDistSymbol(store
334 FollowPath(ZopfliBlockState* s, const unsigned char* in, size_t instart, size_t inend, unsigned short* path, size_t pathsize, ZopfliLZ77Store* store) argument
431 LZ77OptimalRun(ZopfliBlockState* s, const unsigned char* in, size_t instart, size_t inend, unsigned short** path, size_t* pathsize, unsigned short* length_array, CostModelFun* costmodel, void* costcontext, ZopfliLZ77Store* store) argument
447 ZopfliLZ77Optimal(ZopfliBlockState *s, const unsigned char* in, size_t instart, size_t inend, ZopfliLZ77Store* store) argument
522 ZopfliLZ77OptimalFixed(ZopfliBlockState *s, const unsigned char* in, size_t instart, size_t inend, ZopfliLZ77Store* store) argument
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc723 HCERTSTORE store = NULL; local
735 &store,
772 store,
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc1077 // Do a store-level query to wait for all the operations above to be done.
1085 TestPasswordStoreMac* store() { return store_.get(); } function
1261 PasswordsChangeObserver(TestPasswordStoreMac* store) : observer_(this) {
1262 observer_.Add(store);
1322 PasswordsChangeObserver observer(test->store());
1323 test->store()->AddLogin(*form_facebook_old);
1324 test->store()->AddLogin(*form_facebook);
1325 test->store()->AddLogin(*form_other);
1348 (test->store()->*method)(base::Time(), next_day);
1369 (test->store()
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc38 // Stub client certificate store that returns a preset list of certificates for
264 void SetClientCertStore(scoped_ptr<net::ClientCertStore> store) { argument
265 dummy_cert_store_ = store.Pass();
367 // causes client cert store to be queried for certificates and if the returned
371 // Set up the test client cert store.
402 // Check if the test store was queried against correct |cert_authorities|.
413 // on a platform with a NULL client cert store still calls the content browser
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc102 GtkListStore* store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_INT); local
103 gtk_tree_view_set_model(GTK_TREE_VIEW(list), GTK_TREE_MODEL(store));
104 g_object_unref(store);
109 GtkListStore* store = GTK_LIST_STORE( local
113 gtk_list_store_append(store, &iter);
114 gtk_list_store_set(store, &iter, 0, str, 1, value, -1);
309 GtkListStore* store = local
311 gtk_list_store_clear(store);
/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.cc172 // This array will store all of the mutexes available to OpenSSL.
795 OpenSSLAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) { argument
799 X509* cert = X509_STORE_CTX_get_current_cert(store);
800 int depth = X509_STORE_CTX_get_error_depth(store);
801 int err = X509_STORE_CTX_get_error(store);
813 // Get our stream pointer from the store
815 X509_STORE_CTX_get_ex_data(store,
823 reinterpret_cast<void*>(X509_STORE_CTX_get_current_cert(store));
H A Dopensslstreamadapter.cc776 int OpenSSLStreamAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) { argument
777 // Get our SSL structure from the store
779 store,
787 X509* cert = X509_STORE_CTX_get_current_cert(store);
788 int depth = X509_STORE_CTX_get_error_depth(store);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc605 Node* store = local
613 Node* phi = graph()->NewNode(common()->EffectPhi(2), store,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h86 Store store; // Maps a location to its current value. member in class:clang::ento::ProgramState
92 ProgramStateRef makeWithStore(const StoreRef &store) const;
119 /// Return the store associated with this state. The store
121 Store getStore() const { return store; }
134 ID.AddPointer(V->store);
201 // Binding and retrieving values to/from the environment and symbolic store.
220 /// cleared from the store.
541 return S1->store == S2->store;
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp223 Store store; member in class:FindUninitializedField
227 : StoreMgr(storeMgr), MrMgr(mrMgr), store(s) {}
243 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustedCertificateStoreTest.java50 "cert-store-test" + tempFileRandom.nextInt());
290 private TrustedCertificateStore store; field in class:TrustedCertificateStoreTest
303 store = new TrustedCertificateStore(dirSystem, dirAdded, dirDeleted);
320 store = null;
334 store.deleteCertificateEntry(getAliasSystemCa1());
341 store.deleteCertificateEntry(getAliasSystemCa1());
343 store.deleteCertificateEntry(getAliasSystemCa2());
362 store.getCertificate(null);
366 assertNull(store.getCertificate(""));
369 store
[all...]
/external/openssl/apps/
H A Dcms.c116 X509_STORE *store = NULL; local
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))
893 X509_STORE_set_verify_cb(store, cms_cb);
895 X509_STORE_set1_param(store, vpm);
1113 if (CMS_verify(cms, other, store, indata, out, flags) > 0)
1142 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1213 X509_STORE_free(store);
H A Dpkcs12.c82 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain);
528 X509_STORE *store = X509_STORE_new(); local
529 if (!store)
534 if (!X509_STORE_load_locations(store, CAfile, CApath))
535 X509_STORE_set_default_paths (store);
537 vret = get_cert_chain (ucert, store, &chain2);
538 X509_STORE_free(store);
834 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain) argument
843 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
/external/skia/tests/
H A DDeferredCanvasTest.cpp53 SkBitmap store; local
651 // 1 under : should not store the image
660 // exact value : should store the image
669 // 1 over : should still store the image
730 // Verify that backing store is now a different buffer because of copy on
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jar ... .eclipse.core.internal.indexing.ObjectStore store org.eclipse.core.internal.indexing. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 751 milliseconds

1234567891011>>