Searched refs:IO (Results 451 - 475 of 680) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc64 BrowserThread::PostTask(BrowserThread::IO,
160 return BrowserThread::PostTask(BrowserThread::IO,
H A Dgpu_process_host.cc129 // only be accessed from the IO thread.
289 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
322 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
324 BrowserThread::IO,
346 BrowserThread::IO, FROM_HERE,
362 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
422 // This is only called on the IO thread so no race against the constructor
829 // This is only called on the IO thread so no race against the constructor
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_browsertest.cc42 BrowserThread::IO,
49 BrowserThread::IO, FROM_HERE,
/external/chromium_org/content/browser/
H A Dplugin_process_host.cc152 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
278 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/content/browser/renderer_host/
H A Ddatabase_message_filter.cc77 *thread = BrowserThread::IO;
259 DCHECK_CURRENTLY_ON(BrowserThread::IO);
H A Drender_message_filter.cc339 // This function should be called on the IO thread.
340 DCHECK_CURRENTLY_ON(BrowserThread::IO);
554 DCHECK_CURRENTLY_ON(BrowserThread::IO);
851 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
967 DCHECK_CURRENTLY_ON(BrowserThread::IO);
1059 // Dispatch to worker pool, so we do not block the IO thread.
1131 DCHECK_CURRENTLY_ON(BrowserThread::IO);
1294 DCHECK_CURRENTLY_ON(BrowserThread::IO);
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.cc87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc155 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
315 BrowserThread::PostTask(BrowserThread::IO,
/external/chromium_org/extensions/browser/
H A Dextension_message_filter.cc43 DCHECK_CURRENTLY_ON(BrowserThread::IO);
69 // Destroy the filter on the IO thread since that's where its weak pointers
288 DCHECK_CURRENTLY_ON(BrowserThread::IO);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc327 BrowserThread::IO, FROM_HERE,
352 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
357 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
362 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
431 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))));
824 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp1025 for (MachineInstr::const_mop_iterator IO = MI.operands_begin(),
1027 IO != IOEnd; ++IO) {
1028 if (!IO->isReg() || !IO->isDef())
1030 unsigned CurReg = IO->getReg();
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc512 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
652 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
1437 if (BrowserThread::CurrentlyOn(BrowserThread::IO))
1457 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1470 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1490 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1512 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1529 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1551 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
1569 DCHECK(BrowserThread:: CurrentlyOn(BrowserThread::IO));
[all...]
H A Dmemory_details.cc156 // The BrowserChildProcessHostIterator can only be accessed from the IO thread.
161 // one task run for that long on the UI or IO threads. So, we run the
166 // getting called from the IO thread.
167 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
171 // However, plugin process information is only available from the IO thread.
173 BrowserThread::IO, FROM_HERE,
221 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc37 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
51 BrowserThread::PostTask(BrowserThread::IO,
87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
99 BrowserThread::PostTask(BrowserThread::IO,
295 // URLRequest DCHECKS that the current MessageLoop is IO. It does this because
310 return BrowserThread::CurrentlyOn(BrowserThread::IO);
317 !BrowserThread::CurrentlyOn(BrowserThread::IO);
330 io_thread_(BrowserThread::IO, &loop_),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc217 // Since the network code we want to run lives on the IO thread, we proxy
219 // runs on the IO thread.
221 // TODO(eroman): Can we start on the IO thread to begin with?
327 // This is the "real" message handler, which lives on the IO thread.
342 // SendJavascriptCommand, its methods are all expected to be called from the IO
355 // Creates a proxy for |handler| that will live on the IO thread.
358 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
369 // Helper method to enable a callback that will be executed on the IO thread.
375 // IO thread.
441 // Javascript. Must be called on the IO Threa
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
68 A subclass of StringStream, FileStream simply wraps data read from an IO or
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
670 not actually use any buffered IO operations throughout the stream navigation
681 # If +file+ is an IO-like object (that responds to :read),
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc240 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
494 BrowserThread::IO,
585 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
814 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
940 BrowserThread::IO,
H A Dsafe_browsing_service_browsertest.cc125 // Called on the IO thread to check if the given URL is safe or not. If we
296 BrowserThread::IO, FROM_HERE,
472 BrowserThread::IO, FROM_HERE,
489 // Waits for pending tasks on the IO thread to complete. This is useful
493 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get()));
739 BrowserThread::IO, FROM_HERE,
1114 BrowserThread::IO,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc93 BrowserThread::IO,
111 BrowserThread::IO,
132 BrowserThread::IO,
142 BrowserThread::IO,
151 BrowserThread::IO,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_callbacks.cc283 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
292 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
339 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
340 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, callback);
487 BrowserThread::PostTask(BrowserThread::IO,
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.cc95 BrowserThread::IO, FROM_HERE,
103 BrowserThread::IO, FROM_HERE,
133 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_apitest_nss.cc210 content::BrowserThread::IO,
224 content::BrowserThread::IO,
247 content::BrowserThread::IO,
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc307 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
311 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
316 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc46 // locale resources on the IO thread.
49 if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)) {
51 << content::BrowserThread::IO
66 // locale resources on the IO thread.
70 content::BrowserThread::IO,

Completed in 456 milliseconds

<<11121314151617181920>>