Searched defs:store (Results 201 - 225 of 312) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc48 // Keys for serialization to and from Value to store in the preferences.
306 MenuManager::MenuManager(content::BrowserContext* context, StateStore* store) argument
309 store_(store) {
821 // Because of the order in which we store items in the prefs, parents will
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc875 // cache insert uses Time::Now(). First, store some entries.
1052 SafeBrowsingStoreFile* store = new SafeBrowsingStoreFile(); local
1053 database_.reset(new SafeBrowsingDatabaseNew(store, NULL, NULL, NULL, NULL,
H A Dsafe_browsing_database.cc42 // Filename suffix for download store.
45 // Filename suffix for client-side phishing detection whitelist store.
48 // Filename suffix for the download whitelist store.
51 // Filename suffix for the extension blacklist store.
54 // Filename suffix for the side-effect free whitelist store.
57 // Filename suffix for the csd malware IP blacklist store.
61 // Filename suffix for browse store.
72 // store. Then if a mistake is made, it won't cause confusion between
167 // Helper function to compare addprefixes in |store| with |prefixes|.
172 bool MatchAddPrefixes(SafeBrowsingStore* store, argument
222 UpdateChunkRanges(SafeBrowsingStore* store, const std::vector<std::string>& listnames, std::vector<SBListChunkRanges>* lists) argument
255 UpdateChunkRangesForLists(SafeBrowsingStore* store, const std::string& listname0, const std::string& listname1, std::vector<SBListChunkRanges>* lists) argument
265 UpdateChunkRangesForList(SafeBrowsingStore* store, const std::string& listname, std::vector<SBListChunkRanges>* lists) argument
811 InsertAddChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
842 InsertSubChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
892 SafeBrowsingStore* store = GetStore(list_id); local
925 SafeBrowsingStore* store = GetStore(list_id); local
1154 UpdateWhitelistStore( const base::FilePath& store_filename, SafeBrowsingStore* store, SBWhitelist* whitelist) argument
1178 UpdateHashPrefixStore( const base::FilePath& store_filename, SafeBrowsingStore* store, FailureType failure_type) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc157 const policy::CloudPolicyStore* store = core->store(); local
166 policy::FormatStoreStatus(store->status(), store->validation_status());
167 if (store->status() == policy::CloudPolicyStore::STATUS_OK) {
170 else if (!store->is_managed())
171 status = FormatAssociationState(store->policy());
174 const em::PolicyData* policy = store->policy();
184 bool no_error = store->status() == policy::CloudPolicyStore::STATUS_OK &&
272 virtual void OnStoreLoaded(policy::CloudPolicyStore* store) OVERRID
440 OnStoreLoaded( policy::CloudPolicyStore* store) argument
445 OnStoreError( policy::CloudPolicyStore* store) argument
[all...]
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc404 TestingPrefStore* store = new TestingPrefStore(); local
405 settings_service->Init(store);
406 store->SetInitializationCompleted();
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc556 base::ScopedTempDir store; local
557 ASSERT_TRUE(store.CreateUniqueTempDir());
563 store.path(),
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1500 InMemoryDirectoryBackingStore* store = new InMemoryDirectoryBackingStore("x"); local
1506 store->request_consistent_cache_guid();
1508 Directory dir(store, unrecoverable_error_handler(), NULL, NULL, NULL);
H A Ddirectory.cc100 DirectoryBackingStore* store,
106 store_(store),
99 Directory( DirectoryBackingStore* store, UnrecoverableErrorHandler* unrecoverable_error_handler, ReportUnrecoverableErrorFunction report_unrecoverable_error_function, NigoriHandler* nigori_handler, Cryptographer* cryptographer) argument
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c92 char *store; member in struct:__anon12382
435 /* store the converter name */
465 /* store the alias name */
1049 udata_writeString(out, tagBlock.store, tagBlock.top);
1052 udata_writeString(out, stringBlock.store, stringBlock.top);
1057 createNormalizedAliasStrings(normalizedStrings, tagBlock.store, tagBlock.top);
1058 createNormalizedAliasStrings(normalizedStrings + tagBlock.top, stringBlock.store, stringBlock.top);
1092 p = block->store + block->top;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c1568 struct gl_pixelstore_attrib *store = local
1570 copy_pixelstore(ctx, &ctx->Pack, store);
1571 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
1577 struct gl_pixelstore_attrib *store = local
1579 copy_pixelstore(ctx, &ctx->Unpack, store);
1580 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_api.c35 /* Display list compiler attempts to store lists of vertices with the
276 struct vbo_save_primitive_store *store = local
279 store->used = 0;
280 store->refcount = 1;
281 return store;
409 /* Unmap old store:
419 /* Allocate and map new store:
460 /* store the copied vertices, and allocate a new list.
/external/chromium_org/v8/src/
H A Delements.cc59 // accessor ElementsKind, and the third is the backing store class. Use the
867 // Adjusts the length of the fast backing store.
886 // Check whether the backing store should be shrunk.
909 // Check whether the backing store should be expanded.
954 // If an old space backing store is larger than a certain size and
1344 // Adjusts the length of the dictionary backing store and returns the new
1347 Handle<FixedArrayBase> store,
1352 Handle<SeededNumberDictionary>::cast(store);
1377 // Flush the backing store.
1468 Handle<FixedArrayBase> store) {
1346 SetLengthWithoutNormalize( Handle<FixedArrayBase> store, Handle<JSArray> array, Handle<Object> length_object, uint32_t length) argument
1464 GetImpl( Handle<Object> receiver, Handle<JSObject> obj, uint32_t key, Handle<FixedArrayBase> store) argument
1500 GetAccessorPairImpl( Handle<Object> receiver, Handle<JSObject> obj, uint32_t key, Handle<FixedArrayBase> store) argument
1516 HasElementImpl(Handle<Object> receiver, Handle<JSObject> holder, uint32_t key, Handle<FixedArrayBase> store) argument
1525 GetKeyForIndexImpl(Handle<FixedArrayBase> store, uint32_t index) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc72 FieldAccess store = {kUntaggedBase, 0, Handle<Name>(), Type::Signed32(), local
74 t.StoreField(store, t.PointerConstant(&result), convert);
100 FieldAccess store = {kUntaggedBase, 0, Handle<Name>(), Type::Unsigned32(), local
102 t.StoreField(store, t.PointerConstant(&result), convert);
1331 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
1333 t.Effect(store);
1335 CHECK_EQ(IrOpcode::kStore, store->opcode());
1336 CHECK_EQ(val, store->InputAt(2));
1337 CheckFieldAccessArithmetic(access, store);
1339 StoreRepresentation rep = OpParameter<StoreRepresentation>(store);
1379 Node* store = t.graph()->NewNode(t.simplified()->StoreElement(access), t.p0, local
1423 Node* store = local
1474 Node* store = t.graph()->NewNode(t.simplified()->StoreElement(access), t.p0, local
1492 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
1552 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
[all...]
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp136 /// Does a store of the given IR type modify the full expected width?
151 // For scalars and complexes, check whether the store size of the
199 // This basic block is used to hold the store instruction if the operation
1002 // Okay, store the rvalue in.
1020 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
1026 /// Emit a store to an l-value of atomic type.
1096 // Do the atomic store.
1098 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); local
1101 if (!isInit) store->setAtomic(llvm::SequentiallyConsistent);
1104 store
[all...]
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c92 char *store; member in struct:__anon22194
435 /* store the converter name */
465 /* store the alias name */
1049 udata_writeString(out, tagBlock.store, tagBlock.top);
1052 udata_writeString(out, stringBlock.store, stringBlock.top);
1057 createNormalizedAliasStrings(normalizedStrings, tagBlock.store, tagBlock.top);
1058 createNormalizedAliasStrings(normalizedStrings + tagBlock.top, stringBlock.store, stringBlock.top);
1092 p = block->store + block->top;
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1280 * CHECK: store volatile i32 %P2, i32* %build_alloca, align 4
1295 let store = build_store p2 alloca b in var
1296 ignore(set_volatile true store);
1297 ignore(set_alignment 4 store);
1298 insist(true = is_volatile store);
1299 insist(4 = alignment store);
1320 * CHECK: store{{.*}}build_global_string1{{.*}}p
/external/mesa3d/src/mesa/main/
H A Dattrib.c1568 struct gl_pixelstore_attrib *store = local
1570 copy_pixelstore(ctx, &ctx->Pack, store);
1571 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
1577 struct gl_pixelstore_attrib *store = local
1579 copy_pixelstore(ctx, &ctx->Unpack, store);
1580 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c35 /* Display list compiler attempts to store lists of vertices with the
276 struct vbo_save_primitive_store *store = local
279 store->used = 0;
280 store->refcount = 1;
281 return store;
409 /* Unmap old store:
419 /* Allocate and map new store:
460 /* store the copied vertices, and allocate a new list.
/external/openssl/apps/
H A Docsp.c151 X509_STORE *store = NULL; local
860 if (!store)
861 store = setup_verify(bio_err, CAfile, CApath);
862 if (!store)
892 i = OCSP_basic_verify(bs, verify_other, store, verify_flags);
893 if (i < 0) i = OCSP_basic_verify(bs, NULL, store, 0);
913 X509_STORE_free(store);
/external/openssl/crypto/store/
H A Dstr_lib.c1 /* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
181 void STORE_free(STORE *store) argument
183 if (store == NULL)
185 if (store->meth->clean)
186 store->meth->clean(store);
187 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_STORE, store, &store->ex_data);
188 OPENSSL_free(store);
191 int STORE_ctrl(STORE *store, in argument
222 STORE_get_method(STORE *store) argument
227 STORE_set_method(STORE *store, const STORE_METHOD *meth) argument
[all...]
/external/qemu/android/skin/
H A Dregion.c764 RunStore* store; member in struct:__anon29192
801 o->store = runstore_alloc( 3*maxruns );
802 o->runs_base = runstore_to_runs(o->store);
993 RunStore* store; local
1019 store = runstore_alloc( count );
1020 o->result->runs = runstore_to_runs(store);
1026 runstore_unrefp( &o->store );
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc282 policy_manager->core()->store()->AddObserver(this);
317 policy_manager->core()->store()->RemoveObserver(this);
1267 policy::CloudPolicyStore* store) {
1271 void SystemTrayDelegateChromeOS::OnStoreError(policy::CloudPolicyStore* store) { argument
1266 OnStoreLoaded( policy::CloudPolicyStore* store) argument
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h486 // Persistent handles are used to store pointers into the
1271 static void store(const U& value, blink::Member<T>& storage) { storage = value; } function in struct:WTF::HashTraits
1298 static void store(const U& value, blink::WeakMember<T>& storage) { storage = value; } function in struct:WTF::HashTraits
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c161 /* Given a certificate try and find an exact match in the store */
243 /* If asked see if we can find issuer in trusted store first */
299 * we can find it in the store. We must have an exact
315 /* We have a match: replace certificate with store version
334 /* We now lookup certs from the certificate store */
1436 /* Lookup CRLs from store */
2247 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, argument
2251 ctx->ctx=store;
2284 if (store)
2285 ret = X509_VERIFY_PARAM_inherit(ctx->param, store
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c600 /* Unaligned store due to the vertex header */
630 /* store vertex header for each of the n vertices */
656 /* store for each of the n vertices */
785 /* Unaligned store */
840 /* store transformed outputs */
1259 /* store original positions in clip before further manipulation */
1278 /* store temporary clipping boolean value */
1290 /* store clipmask in vertex header,
1313 draw_llvm_make_variant_key(struct draw_llvm *llvm, char *store) argument
1319 key = (struct draw_llvm_variant_key *)store;
[all...]

Completed in 921 milliseconds

1234567891011>>