Searched refs:store (Results 326 - 350 of 835) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DFileSystemModel.js152 * @param {!Object.<string, !WebInspector.FileSystemModel.FileSystem>} store
156 _fileSystemRootReceived: function(origin, type, store, errorCode, backendRootEntry)
158 if (!errorCode && backendRootEntry && this._fileSystemsForOrigin[origin] === store) {
160 store[type] = fileSystem;
/external/icu/icu4c/source/layout/
H A DLookupProcessor.cpp116 le_int32 store = order; local
127 lookupOrderArray[store++] = lookupListIndex;
130 return store - order;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.h56 scoped_ptr<CloudPolicyStore> store,
137 // Owns the store, note that CloudPolicyManager just keeps a plain pointer.
H A Ddevice_cloud_policy_initializer.cc186 void DeviceCloudPolicyInitializer::OnStoreLoaded(CloudPolicyStore* store) { argument
190 void DeviceCloudPolicyInitializer::OnStoreError(CloudPolicyStore* store) { argument
/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 Dcloud_policy_core_unittest.cc82 EXPECT_TRUE(core_.store());
/external/chromium_org/third_party/webrtc/base/
H A Dopensslstreamadapter.h158 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S106 @ Shift, saturate, and store the result.
136 @ Shift, saturate, and store the result.
168 @ Shift, saturate, and store the result.
202 @ Shift, saturate, and store the result.
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc62 void store(const args_type &args, u32 other_hash) { function in struct:__msan::ChainedOriginDepotNode
/external/iproute2/misc/
H A Drtacct.c48 char store[1024]; local
52 snprintf(store, sizeof(store)-1, "%s/%s", p, name);
53 p = store;
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi.s233 vst1.s32 {d4[0]},[r2]! @store pu1_dst i iteration
237 vst1.s32 {d10[0]},[r10],r5 @store pu1_dst ii iteration
244 vst1.s32 {d14[0]},[r10],r5 @store pu1_dst iii iteration
247 vst1.s32 {d18[0]},[r10],r5 @store pu1_dst iv iteration
/external/markdown/markdown/extensions/
H A Drss.py105 pholder = self.markdown.htmlStash.store(
/external/openssl/apps/
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/oprofile/events/mips/r12000/
H A Devents9 event:0x5 counters:0,1,2,3 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
24 event:0x14 counters:0,1,2,3 um:zero minimum:500 name:GRADUATED_STORE_CONDITIONALS : Graduated store conditionals
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S84 stosb # store it
86 mov %al, text_buf(%ebp) # store also to text_buf[r]
103 jmp store_byte # and cleverly store it
146 push %esi # store for later
153 mov $0xa,%ax # store linefeed on end
246 push %ebx # store cpu count
247 push %edx # store strcat pointer
287 stosb # store a space
419 stosb # if not store and continue
436 stosb # store
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnew_tab_theme.css85 .bare-minimum #chrome-web-store-link:hover {
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc41 HistoryData::HistoryData(HistoryDataStore* store, argument
44 : store_(store),
H A Dhistory_unittest.cc31 // store on the blocking pool. The waiter waits on the main message loop until
60 // StoreFlushWaiter waits for the given |store| to flush its data to disk.
66 explicit StoreFlushWaiter(HistoryDataStore* store) : store_(store) {} argument
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service.cc40 scoped_ptr<DomDistillerStoreInterface> store,
44 : store_(store.Pass()),
81 // Entry is in the store but there is no task tracker. This could
39 DomDistillerService( scoped_ptr<DomDistillerStoreInterface> store, scoped_ptr<DistillerFactory> distiller_factory, scoped_ptr<DistillerPageFactory> distiller_page_factory, scoped_ptr<DistilledPagePrefs> distilled_page_prefs) argument
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DDefaultAndroidKeyStore.java32 // Key store handling this key.
35 DefaultAndroidPrivateKey(PrivateKey key, DefaultAndroidKeyStore store) { argument
37 mStore = store;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.cpp58 AtomicallyInitializedStatic(ImageDecodingStore*, store = ImageDecodingStore::create().leakPtr());
59 return store;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm21 ;# for the input, but only one store for the output.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dsubtract_sse2.asm193 movdqa [rdi], xmm0 ; store difference
194 movdqa [rdi +16], xmm2 ; store difference
227 movdqa [rdi], xmm0 ; store difference
228 movdqa [rdi +16], xmm2 ; store difference
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py37 if key in self.store:
38 str_value = str(self.store[key])
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp204 void reserve (ReservedScalars& store, int numScalars);
205 void release (ReservedScalars& store);

Completed in 5685 milliseconds

<<11121314151617181920>>