Searched refs:store (Results 201 - 225 of 835) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.h43 // 5. Download the OAuth2 refresh token for device-level API access and store
56 // |store| and |install_attributes| must remain valid for the life time of the
63 DeviceCloudPolicyStoreChromeOS* store,
92 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE;
93 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
127 // Starts registration if the store is initialized.
150 // Handles completion of the robot token store operation.
180 // The validated policy response info to be installed in the store.
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.cc145 scoped_ptr<UserCloudPolicyStore> store(
150 store->LoadImmediately();
157 store.Pass(),
H A Dcloud_policy_invalidator.h110 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE;
111 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
H A Dencodemb_altivec.asm56 stvx v3, 0, r3 ;# store out diff
65 stvx v3, r10, r3 ;# store out diff
93 stvx v3, 0, r3 ;# store out diff
102 stvx v3, r10, r3 ;# store out diff
138 stvx v3, 0, r3 ;# store out diff
145 stvx v3, r10, r3 ;# store out diff
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dencodemb_altivec.asm56 stvx v3, 0, r3 ;# store out diff
65 stvx v3, r10, r3 ;# store out diff
93 stvx v3, 0, r3 ;# store out diff
102 stvx v3, r10, r3 ;# store out diff
138 stvx v3, 0, r3 ;# store out diff
145 stvx v3, r10, r3 ;# store out diff
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager_policy_browsertest.cc77 return policy_manager->core()->store();
248 policy::CloudPolicyStore* store = GetStoreForUser(user); local
249 ASSERT_TRUE(store);
250 store->Load();
251 ASSERT_EQ(policy::CloudPolicyStore::STATUS_OK, store->status());
253 store->validation_status());
288 // automatically) and store color to recognize it later.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java122 // X509Store store = (X509Store)obj;
126 // crls.addAll(store.getMatches(crlSelect));
132 // "Exception searching in X.509 CRL store.", e);
138 CertStore store = (CertStore)obj;
142 crls.addAll(store.getCRLs(crlSelect));
148 "Exception searching in X.509 CRL store.", e);
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_content_store.cc91 InMemoryContentStore::CacheDeletor::CacheDeletor(InMemoryContentStore* store) argument
92 : store_(store) {
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.h64 // by this service. The store will be the source of the registration status
68 // |cache| is used to load and store local copies of the downloaded policies.
110 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE;
111 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
154 // Contains all the policies loaded from the store, before having been
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DRemoteAndroidKeyStore.java19 // Reference to the key on a remote store.
21 // Key store handling this key.
24 RemotePrivateKey(int handle, RemoteAndroidKeyStore store) { argument
26 mStore = store;
/external/chromium_org/third_party/leveldatabase/src/port/
H A Datomic_pointer.h140 rep_.store(v, std::memory_order_release);
146 rep_.store(v, std::memory_order_relaxed);
/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/mesa/src/src/mesa/x86/rtasm/
H A Dx86sse.c22 p->store = _mesa_exec_malloc(p->size);
23 p->csr = p->store;
26 unsigned used = p->csr - p->store;
27 unsigned char *tmp = p->store;
29 p->store = _mesa_exec_malloc(p->size);
30 memcpy(p->store, tmp, used);
31 p->csr = p->store + used;
40 if (p->csr + bytes - p->store > p->size)
1163 p->store = NULL;
1164 p->csr = p->store;
[all...]
/external/chromium_org/v8/tools/testrunner/local/
H A Dperfdata.py71 """Returns the observed duration for |test| as read from the store."""
78 """Updates the persisted value in the store with test.duration."""
109 store = modes[mode]
110 store.close()
/external/conscrypt/src/platform/java/org/conscrypt/
H A DPinListEntry.java56 public PinListEntry(String entry, TrustedCertificateStore store) throws PinEntryException { argument
60 certStore = store;
/external/libcxx/test/atomics/atomics.types.generic/
H A Daddress.pass.cpp17 // void store(T* desr, memory_order m = memory_order_seq_cst) volatile;
18 // void store(T* desr, memory_order m = memory_order_seq_cst);
85 obj.store(T(0));
87 obj.store(T(1), std::memory_order_release);
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.c22 p->store = _mesa_exec_malloc(p->size);
23 p->csr = p->store;
26 unsigned used = p->csr - p->store;
27 unsigned char *tmp = p->store;
29 p->store = _mesa_exec_malloc(p->size);
30 memcpy(p->store, tmp, used);
31 p->csr = p->store + used;
40 if (p->csr + bytes - p->store > p->size)
1163 p->store = NULL;
1164 p->csr = p->store;
[all...]
/external/oprofile/events/mips/r10000/
H A Devents15 event:0x05 counters:0 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
/external/stlport/src/
H A Dsparc_atomic.s36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
H A Dsparc_atomic64.s34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw2.stderr.exp7 Conflicting store by thread 1 at 0x........ size 1
H A Dannotate_ignore_write.stderr.exp12 Conflicting store by thread 1 at 0x........ size 1
H A Dfp_race.stderr.exp11 Conflicting store by thread 1 at 0x........ size 8
H A Dsem_as_mutex.stderr.exp11 Conflicting store by thread 1 at 0x........ size 8
H A Dsem_open.stderr.exp11 Conflicting store by thread 1 at 0x........ size 8

Completed in 530 milliseconds

1234567891011>>