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

<<11121314151617181920>>

  /external/chromium_org/content/browser/webui/
url_data_manager.cc 38 // Invoked on the IO thread to do the actual adding of the DataSource.
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
62 BrowserThread::IO, FROM_HERE,
  /external/chromium_org/content/public/test/
test_browser_thread_bundle.cc 110 io_thread_.reset(new TestBrowserThread(BrowserThread::IO));
114 new TestBrowserThread(BrowserThread::IO, message_loop_.get()));
  /external/llvm/lib/Support/
YAMLTraits.cpp 22 // IO
25 IO::IO(void *Context) : Ctxt(Context) {
28 IO::~IO() {
31 void *IO::getContext() {
35 void IO::setContext(void *Context) {
44 : IO(Ctxt),
358 : IO(context),
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 20 using llvm::yaml::IO;
47 static void mapping(IO &io, FooBar& fb) {
48 io.mapRequired("foo", fb.foo);
49 io.mapRequired("bar", fb.bar);
154 static void mapping(IO &io, BuiltInTypes& bt) {
155 io.mapRequired("str", bt.str);
156 io.mapRequired("u64", bt.u64);
157 io.mapRequired("u32", bt.u32)
    [all...]
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 9 System.IO.Stream Stream;
18 public void SetStream(System.IO.Stream stream)
128 public System.IO.Stream Stream;
130 public void Init(System.IO.Stream stream)
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
58 traces provide a complete timeline for each IO processed, including
59 detailed information concerning when an IO was first received by the block
60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
61 sector number and IO size (number of sectors). Using this information,
62 one is able to \emph{replay} the IO again on the same machine or another
81 \item You extract the pertinent IO information from the traces saved by
83 each trace file created by \texttt{blktrace}, and craft IO description
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 73 public static void PrintStackTrace(Exception e, System.IO.TextWriter writer) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer )
  /external/bison/etc/
bench.pl.in 20 use IO::File;
32 my $out = new IO::File ">$base.y"
118 my $out = new IO::File ">$base.input"
133 my $out = new IO::File ">$base.y"
  /external/chromium/chrome/browser/download/
download_file.cc 38 BrowserThread::IO, FROM_HERE,
  /external/chromium/chrome/browser/net/
net_pref_observer.cc 66 BrowserThread::IO, FROM_HERE,
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 32 BrowserThread io_thread(BrowserThread::IO, &loop);
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 118 // csd-whitelist check has to be done on the IO thread because it
121 BrowserThread::IO,
154 // The destructor can be called either from the UI or the IO thread.
158 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
235 // IO thread once the interstitial is going away. This method simply deletes
238 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
359 // through the IO message loop.
362 BrowserThread::IO,
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 31 BrowserThread::IO, FROM_HERE,
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier_unittest.cc 29 InvalidationNotifierTest() : io_thread_(BrowserThread::IO, &message_loop_) {}
52 // Since this test calls HostResolver code, we need an IO thread.
  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.cc 24 // Everything is called and accessed on the IO thread.
70 BrowserThread::IO, FROM_HERE,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 292 BrowserThread::IO, FROM_HERE,
301 BrowserThread::IO, FROM_HERE,
420 BrowserThread::IO, FROM_HERE,
440 BrowserThread::IO, FROM_HERE,
528 // Invoke DoClearCache on the IO thread.
533 BrowserThread::IO, FROM_HERE,
541 BrowserThread::IO, FROM_HERE,
547 BrowserThread::IO, FROM_HERE,
750 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
803 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/
api_function.cc 23 : work_thread_id_(BrowserThread::IO) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 116 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
221 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
237 content::BrowserThread::IO, FROM_HERE,
250 content::BrowserThread::IO, FROM_HERE,
  /external/chromium_org/chrome/browser/local_discovery/
privet_traffic_detector.h 38 content::BrowserThread::IO>;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
av_scanning_file_validator.cc 63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/net/
client_hints.cc 42 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
predictor_tab_helper.cc 70 BrowserThread::IO,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.cc 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
208 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
210 BrowserThread::IO, FROM_HERE,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac_unittest.cc 57 thread = content::BrowserThread::IO;

Completed in 523 milliseconds

<<11121314151617181920>>