HomeSort by relevance Sort by last modified time
    Searched refs:IO (Results 251 - 275 of 834) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 16 use IO::File;
67 $inFH = IO::File->new($infile,"r")
72 $outFH = IO::File->new($outfile,"a")
218 $outFH = IO::File->new($outfile,"a")
227 $outFH = IO::File->new($outfile,"a")
236 $outFH = IO::File->new($outfile,"a")
245 $outFH = IO::File->new($outfile,"a")
258 $outFH = IO::File->new($outfile, "a")
269 $outFH = IO::File->new($outfile, "a")
286 $outFH = IO::File->new($outfile, "a"
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 16 use IO::File;
67 $inFH = IO::File->new($infile,"r")
72 $outFH = IO::File->new($outfile,"a")
218 $outFH = IO::File->new($outfile,"a")
227 $outFH = IO::File->new($outfile,"a")
236 $outFH = IO::File->new($outfile,"a")
245 $outFH = IO::File->new($outfile,"a")
258 $outFH = IO::File->new($outfile, "a")
269 $outFH = IO::File->new($outfile, "a")
286 $outFH = IO::File->new($outfile, "a"
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.cc 124 BrowserThread::IO, FROM_HERE,
151 BrowserThread::IO, FROM_HERE,
177 BrowserThread::IO, FROM_HERE,
205 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
253 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
338 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 24 // NotificationsPrefsCache wants to be called on the IO thread. This class
25 // routes calls to the cache on the IO thread.
36 // Create IO thread, start its message loop.
37 io_thread_.reset(new BrowserThread(BrowserThread::IO));
46 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
50 ui_event_.Wait(); // Wait for IO thread to be done.
51 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
58 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 32 // This object lives on UI and IO threads. Care need to be taken to make sure
85 BrowserThread::IO,
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
291 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
331 BrowserThread::IO,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 81 BrowserThread::IO,
94 // Repost to switch from IO thread to UI thread for SendResponse().
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
127 BrowserThread::IO, FROM_HERE,
149 // Repost to switch from IO thread to UI thread for SendResponse().
151 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
307 BrowserThread::IO,
321 // Repost to switch from IO thread to UI thread for SendResponse().
323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 39 // The events that the Observer is interested in only occur on the IO thread.
40 if (!BrowserThread::CurrentlyOn(BrowserThread::IO))
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
203 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
227 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
273 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
285 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.cc 29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
88 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
112 BrowserThread::IO, FROM_HERE,
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
133 BrowserThread::IO, FROM_HERE,
189 BrowserThread::IO, FROM_HERE,
  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
26 device io queue. This is valuable for diagnosing and fixing
27 performance or application problems relating to block layer io.
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
41 form of multiple individual traces per IO executed during the traced
43 IO rates and the like. \texttt{btt} goes further and produces a variety
108 \item[average component times across all IOs] The time line of each IO
112 \item Time needed to insert or merge an incoming IO onto the request
113 queue. This is the average time from when the IO enters the block
114 IO layer (queue trace) until it is inserted (insert trace).
136 the IO is inserted or merged onto the request queue, until it is
145 actual IO was issued to the driver until is completed (completio
    [all...]
  /external/chromium/chrome/browser/
browsing_data_remover.cc 132 BrowserThread::IO, FROM_HERE,
198 BrowserThread::IO, FROM_HERE,
206 BrowserThread::IO, FROM_HERE,
245 // Invoke DoClearCache on the IO thread.
251 BrowserThread::IO, FROM_HERE,
350 // This function should be called on the IO thread.
351 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
368 // This function should be called on the IO thread.
369 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
473 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_cookies_api.cc 201 BrowserThread::IO, FROM_HERE,
210 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
262 BrowserThread::IO, FROM_HERE,
271 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
359 BrowserThread::IO, FROM_HERE,
368 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
431 // Pass the work off to the IO thread.
433 BrowserThread::IO, FROM_HERE,
442 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
extension_webstore_private_api.cc 164 BrowserThread::IO,
171 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
172 utility_host_ = new UtilityProcessHost(this, BrowserThread::IO);
183 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
189 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
196 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
210 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
218 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
294 BrowserThread::IO, FROM_HERE,
303 BrowserThread::IO, FROM_HERE,
308 BrowserThread::IO, FROM_HERE,
322 BrowserThread::IO, FROM_HERE,
327 BrowserThread::IO, FROM_HERE,
  /external/chromium/chrome/browser/ui/webui/
theme_source.cc 51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 37 content::BrowserThread::PostTask(content::BrowserThread::IO, FROM_HERE,
60 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
  /external/chromium_org/chrome/browser/net/
dns_probe_runner.cc 103 BrowserThread::IO,
136 BrowserThread::IO,
proxy_service_factory.cc 52 // TODO(port): the IO and FILE message loops are only used by Linux. Can
56 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get(),
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 42 // Called from IO thread.
97 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
114 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
130 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
145 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
157 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
171 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
197 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
204 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
210 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
theme_source.cc 73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
150 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/
histogram_controller.cc 71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
114 BrowserThread::IO,
profiler_controller_impl.cc 77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
119 BrowserThread::IO,
tcmalloc_internals_request_job.cc 36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 297 // Some unit tests create the MSM in the IO thread and assumes the
299 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) {
303 BrowserThread::IO, FROM_HERE,
316 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
322 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
334 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
353 // MediaStreamManager is deleted on the UI thread, after the IO thread has
356 BrowserThread::IO, FROM_HERE,
369 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
390 // MediaStreamManager is deleted on the UI thread, after the IO thread ha
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_monitor_host.cc 82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
84 // Call GetNetworkList() on a thread that allows blocking IO.
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));

Completed in 351 milliseconds

<<11121314151617181920>>