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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/browser/media/
media_internals_proxy.cc 47 BrowserThread::IO, FROM_HERE,
55 BrowserThread::IO, FROM_HERE,
65 BrowserThread::IO, FROM_HERE,
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
119 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
130 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/automation/
automation_resource_message_filter.cc 56 BrowserThread::IO, FROM_HERE,
122 // This has to be called on the IO thread.
123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
138 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
160 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
180 BrowserThread::IO, FROM_HERE,
190 BrowserThread::IO, FROM_HERE,
205 BrowserThread::IO, FROM_HERE,
268 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
307 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium_org/chrome/browser/
errorpage_browsertest.cc 87 BrowserThread::IO, FROM_HERE,
397 BrowserThread::IO, FROM_HERE,
403 BrowserThread::IO, FROM_HERE,
414 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
425 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
461 BrowserThread::IO, FROM_HERE,
467 BrowserThread::IO, FROM_HERE,
473 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
478 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.cc 33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
52 // Sends an SSL_CLIENT_AUTH_CERT_SELECTED notification and notifies the IO
67 // Notifies the IO thread that we have selected a cert.
72 BrowserThread::IO, FROM_HERE,
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
supported_image_type_validator.cc 105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
136 BrowserThread::IO));
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 45 BrowserThread::IO, FROM_HERE, base::Bind(callback, true));
52 // the offline page on the IO thread and before we actually show the
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.cc 83 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
93 if (content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)) {
97 content::BrowserThread::IO,
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc 52 BrowserThread::IO,
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
135 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc 68 BrowserThread::IO,
80 BrowserThread::PostTask(BrowserThread::IO,
103 BrowserThread::IO, FROM_HERE, base::Bind(callback, previous_status));
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 46 IO mOutputs[];
47 IO mInputs[];
49 static class IO {
53 IO(Script.KernelID s) {
394 ArrayList<IO> inputs = new ArrayList<IO>();
395 ArrayList<IO> outputs = new ArrayList<IO>();
418 inputs.add(new IO(kid));
421 outputs.add(new IO(kid))
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 47 IO mOutputs[];
48 IO mInputs[];
50 static class IO {
54 IO(Script.KernelID s) {
419 ArrayList<IO> inputs = new ArrayList<IO>();
420 ArrayList<IO> outputs = new ArrayList<IO>();
443 inputs.add(new IO(kid));
446 outputs.add(new IO(kid))
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 37 /// static void mapping(IO &io, MyStruct &s) {
38 /// io.mapRequired("name", s.name);
39 /// io.mapRequired("size", s.size);
40 /// io.mapOptional("age", s.age);
46 // static void mapping(IO &io, T &fields);
55 /// static void enumeration(IO &io, Colors &value) {
56 /// io.enumCase(value, "red", cRed)
629 IO &io; member in struct:llvm::yaml::MappingNormalization
665 IO &io; member in struct:llvm::yaml::MappingNormalizationHeap
    [all...]
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 66 __BIONIC_SIGDEF(IO,29,"I/O possible")
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 34 using TextReader = System.IO.TextReader;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 36 using File = System.IO.File;
ANTLRReaderStream.cs 35 using TextReader = System.IO.TextReader;
  /external/chromium/chrome/browser/
plugin_data_remover.cc 43 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE, channel_);
60 BrowserThread::IO,
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
160 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 10 io_thread_(new BrowserThread(BrowserThread::IO, &message_loop_)) {
35 // Drop any new tasks for the IO and FILE threads.
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.cc 32 // Invoked on the IO thread to do the actual adding of the DataSource.
36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
52 BrowserThread::IO, FROM_HERE,
137 BrowserThread::IO, FROM_HERE,
174 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.cc 35 BrowserThread::IO, FROM_HERE,
40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
52 BrowserThread::IO, FROM_HERE,
65 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) {
mock_browsing_data_quota_helper.cc 13 BrowserThread::IO).get()) {}
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc 50 content::RunAllPendingInMessageLoop(content::BrowserThread::IO);
  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.cc 175 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
192 return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
259 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
265 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
dns_probe_browsertest.cc 90 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
102 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
343 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
371 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
388 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
399 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
406 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
413 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
420 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
499 BrowserThread::IO, FROM_HERE
    [all...]

Completed in 952 milliseconds

1 2 3 4 5 67 8 91011>>