HomeSort by relevance Sort by last modified time
    Searched refs:IO (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
online_attempt.cc 51 BrowserThread::IO, FROM_HERE,
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
125 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
127 BrowserThread::PostDelayedTask(BrowserThread::IO, FROM_HERE,
140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
image_decoder.cc 25 BrowserThread::IO, FROM_HERE,
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.cc 37 // This makes sure we don't disappear on the IO thread until we've given an
83 // We need to complete this task on the IO thread.
85 BrowserThread::IO, FROM_HERE,
93 // We need to complete this task on the IO thread.
95 BrowserThread::IO, FROM_HERE,
104 // We need to complete this task on the IO thread.
106 BrowserThread::IO, FROM_HERE,
113 // We need to complete this task on the IO thread.
115 BrowserThread::IO, FROM_HERE,
120 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 55 BrowserThread::IO, FROM_HERE,
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
109 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
145 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
174 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
188 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
193 // Create a task so we don't take over the IO thread for too long.
195 BrowserThread::IO, FROM_HERE,
201 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
safe_browsing_service.cc 182 BrowserThread::IO, FROM_HERE,
208 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
228 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
249 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
262 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
305 BrowserThread::IO, FROM_HERE,
312 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
343 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
382 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
407 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 117 System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(absoluteFilename));
118 System.IO.File.AppendAllText(absoluteFilename, data);
123 return personalFolder + System.IO.Path.DirectorySeparatorChar +
124 ANTLRWORKS_DIR + System.IO.Path.DirectorySeparatorChar +
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRInputStream.cs 35 using Stream = System.IO.Stream;
36 using StreamReader = System.IO.StreamReader;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 37 using System.IO;
76 case "java.io.tmpdir":
77 return System.IO.Path.GetTempPath();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRInputStream.cs 36 using Stream = System.IO.Stream;
37 using StreamReader = System.IO.StreamReader;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 36 using System.IO;
75 case "java.io.tmpdir":
76 return System.IO.Path.GetTempPath();
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
65 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
139 BrowserThread::IO, FROM_HERE,
162 BrowserThread::IO, FROM_HERE,
170 BrowserThread::IO, FROM_HERE,
extension_tab_id_map.cc 23 // thread, and notifies the ExtensionTabIdMap on the IO thread. It should only
63 BrowserThread::IO, FROM_HERE,
77 BrowserThread::IO, FROM_HERE,
89 BrowserThread::IO, FROM_HERE,
127 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
134 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
141 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
autoupdate_interceptor.cc 43 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO));
73 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO));
88 BrowserThread::IO, FROM_HERE,
  /external/chromium/chrome/browser/net/
url_request_mock_util.cc 24 // to run on the IO thread.
25 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
29 // this from tests, so allow these IO operations to happen
predictor_api.cc 81 // The InitialObserver lives on the IO thread, and monitors navigations made by
142 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
171 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
179 BrowserThread::CurrentlyOn(BrowserThread::IO));
183 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) {
187 BrowserThread::IO,
223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
230 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
237 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
251 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium/chrome/browser/
transport_security_persister.cc 44 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
browsing_data_appcache_helper.cc 28 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod(
33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
44 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod(
56 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod(
67 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) {
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/webkit/Tools/BuildSlaveSupport/
run-performance-tests 38 use IO::Socket;
59 my $sock = new IO::Socket::INET(LocalHost => $perfMaster,
  /external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc 26 io_thread_(BrowserThread::IO, &io_loop_),
51 BrowserThread::IO, FROM_HERE, new MessageLoop::QuitTask());
60 BrowserThread::IO, FROM_HERE, new MessageLoop::QuitTask());
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.cc 49 BrowserThread::IO, FROM_HERE,
60 BrowserThread::IO, FROM_HERE,
95 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
109 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
133 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc 79 friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
95 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
138 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
178 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
187 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
207 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
238 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
271 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
289 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
299 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.cc 51 BrowserThread::IO, FROM_HERE,
67 BrowserThread::IO, FROM_HERE,
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 37 using Directory = System.IO.Directory;
39 using File = System.IO.File;
41 using Path = System.IO.Path;

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 91011