Searched refs:IO (Results 276 - 300 of 680) sorted by relevance

<<11121314151617181920>>

/external/qemu-pc-bios/bochs/bios/
H A Dacpi-dsdt.dsl158 IO (Decode16,
246 IO (Decode16, 0x0070, 0x0070, 0x10, 0x02)
248 IO (Decode16, 0x0072, 0x0072, 0x02, 0x06)
265 IO (Decode16,
271 IO (Decode16,
315 IO (Decode16, 0x03F2, 0x03F2, 0x00, 0x04)
316 IO (Decode16, 0x03F7, 0x03F7, 0x00, 0x01)
345 IO (Decode16, 0x0378, 0x0378, 0x08, 0x08)
374 IO (Decode16, 0x03F8, 0x03F8, 0x00, 0x08)
402 IO (Decode1
[all...]
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
286 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
327 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
370 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
398 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
445 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
479 // Now we jump back to the IO thread to finish opening the channel.
481 BrowserThread::IO, FROM_HERE,
493 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
607 BrowserThread::PostTask(BrowserThread::IO, FROM_HER
[all...]
H A Dstorage_partition_impl.cc49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
243 // Most of the operations in this class are done on IO thread.
275 // All of these data are accessed on IO thread.
289 // and IO thread. An instance of this class is created in the beginning of
343 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
417 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get(),
548 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc89 // the IO thread. When a threshold is exceeded, a message will be posted to the
108 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
125 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
155 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
167 content::BrowserThread::IO>;
292 BrowserThread::IO,
460 // Lazily create the storage monitor proxy on the IO thread.
479 BrowserThread::IO,
496 BrowserThread::IO,
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc194 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
232 return BrowserThread::PostTask(BrowserThread::IO,
245 BrowserThread::IO,
255 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
286 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
288 BrowserThread::IO,
307 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
332 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
345 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.cc145 DCHECK_CURRENTLY_ON(BrowserThread::IO);
160 DCHECK_CURRENTLY_ON(BrowserThread::IO);
200 DCHECK_CURRENTLY_ON(BrowserThread::IO);
209 DCHECK_CURRENTLY_ON(BrowserThread::IO);
237 DCHECK_CURRENTLY_ON(BrowserThread::IO);
244 DCHECK_CURRENTLY_ON(BrowserThread::IO);
377 DCHECK_CURRENTLY_ON(BrowserThread::IO);
432 DCHECK_CURRENTLY_ON(BrowserThread::IO);
466 DCHECK_CURRENTLY_ON(BrowserThread::IO);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc244 // IO thread:
245 // UI thread IO Thread
279 BrowserThread::IO,
299 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
310 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
340 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
406 BrowserThread::PostTask(BrowserThread::IO,
436 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
533 // object to the IO thread after this function.
598 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO))
[all...]
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc354 content::BrowserThread::IO, FROM_HERE,
377 content::BrowserThread::IO, FROM_HERE,
418 content::BrowserThread::IO, FROM_HERE,
432 content::BrowserThread::IO, FROM_HERE,
505 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
515 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
H A Dnss_context_chromeos_browsertest.cc28 // to happen on the IO thread. The DBTester class encapsulates the thread
40 content::BrowserThread::IO,
54 content::BrowserThread::IO,
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc79 content::BrowserThread::IO);
120 content::BrowserThread::IO);
155 content::BrowserThread::IO),
300 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
331 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
353 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.cc90 // If there was an error, doom the entry. Then post a task to the IO
150 BrowserThread::IO,
157 BrowserThread::PostTask(BrowserThread::IO,
221 BrowserThread::IO, FROM_HERE, base::Bind(&CloseDiskCacheEntry, entry_));
229 BrowserThread::PostTask(BrowserThread::IO,
236 BrowserThread::IO, FROM_HERE, base::Bind(write_callback_, rv));
360 BrowserThread::IO, FROM_HERE, base::Bind(init_callback_, rv));
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc62 // IOThreadDelegate is an IO thread specific object. Access to the class should
63 // all be done via the IO thread. The registry living on the UI thread makes
64 // a best effort to update the IO object after local updates are completed.
71 // enabled on the IO thread.
75 // Should be called only from the IO thread.
79 // Should be called only from the IO thread.
83 // Should be called only from the IO thread.
91 // Indicate that the registry has been enabled in the IO thread's
95 // Indicate that the registry has been disabled in the IO thread's copy of
103 // Copy of protocol handlers use only on the IO threa
[all...]
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_api.cc229 BrowserThread::IO, FROM_HERE,
238 DCHECK_CURRENTLY_ON(BrowserThread::IO);
301 BrowserThread::IO, FROM_HERE,
310 DCHECK_CURRENTLY_ON(BrowserThread::IO);
363 BrowserThread::IO, FROM_HERE,
372 DCHECK_CURRENTLY_ON(BrowserThread::IO);
477 // Pass the work off to the IO thread.
479 BrowserThread::IO, FROM_HERE,
488 DCHECK_CURRENTLY_ON(BrowserThread::IO);
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api_chromeos.cc171 BrowserThread::IO,
219 // other thread than BrowserThread::IO.
220 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
227 BrowserThread::IO, FROM_HERE,
289 DCHECK_CURRENTLY_ON(BrowserThread::IO);
301 DCHECK_CURRENTLY_ON(BrowserThread::IO);
314 // with in on IO thread.
339 BrowserThread::IO,
345 BrowserThread::IO,
355 DCHECK_CURRENTLY_ON(BrowserThread::IO);
[all...]
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_read_file_worker.cc129 content::BrowserThread::IO,
136 content::BrowserThread::IO,
/external/chromium_org/chrome/browser/prefetch/
H A Dprefetch_browsertest.cc127 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
207 BrowserThread::PostTask(BrowserThread::IO,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_resource_throttle.cc109 content::BrowserThread::IO,
150 content::BrowserThread::IO,
/external/chromium_org/chrome/browser/sessions/
H A Dsession_data_deleter.cc84 content::BrowserThread::IO,
108 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_chromeos.cc160 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
166 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
H A Dbattery_status_manager_win.cc188 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
194 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.cc155 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
352 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
356 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
376 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
380 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
385 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
470 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
494 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl.cc195 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, failure_cb);
205 BrowserThread::IO, FROM_HERE, base::Bind(success_cb, pause_on_start));
223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
272 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
277 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
288 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
467 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
528 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
543 // destroyed on IO thread while reserving the renderer process on UI
557 // destroyed on IO threa
[all...]
/external/chromium_org/content/public/browser/
H A Dbrowser_thread.h41 // name. For example, there is one IO thread for the entire browser
43 // pointer to the IO thread's message loop.
47 // BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task);
85 IO, enumerator in enum:content::BrowserThread::ID
235 // (i.e. IO -> FILE -> IO), and thread switching delays can mean that the
236 // final IO tasks executes before the FILE task's stack unwinds.
270 // friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
278 struct DeleteOnIOThread : public DeleteOnThread<IO> { };
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc70 BrowserThread::IO, FROM_HERE, resource_context_.release());
143 BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::IO),
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl37 use IO::Socket;
94 my $sock = IO::Socket::INET->new(Listen => 5,

Completed in 618 milliseconds

<<11121314151617181920>>