HomeSort by relevance Sort by last modified time
    Searched refs:child_reader (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libutil++/
child_reader.h 2 * @file child_reader.h
39 class child_reader { class
43 child_reader(std::string const & cmd,
49 ~child_reader();
53 * child_reader reader(...);
child_reader.cpp 2 * @file child_reader.cpp
23 #include "child_reader.h"
27 child_reader::child_reader(string const & cmd, vector<string> const & args) function in class:child_reader
45 child_reader::~child_reader()
56 void child_reader::exec_command(string const & cmd, vector<string> const & args)
122 bool child_reader::block_read()
162 bool child_reader::getline(string & result)
205 bool child_reader::get_data(ostream & out, ostream & err
    [all...]
  /external/chromium_org/media/formats/mp4/
box_reader.h 208 BoxReader child_reader(&buf_[pos_], size_ - pos_, log_cb_);
209 if (!child_reader.ReadHeader(&err)) break;
211 RCHECK(child.Parse(&child_reader));
213 pos_ += child_reader.size();
  /external/oprofile/pp/
opannotate.cpp 27 #include "child_reader.h"
421 child_reader reader("arm-eabi-objdump", args);
423 child_reader reader("mipsel-linux-android-objdump", args);
425 child_reader reader("objdump", args);
  /external/oprofile/gui/
oprof_start_util.cpp 29 #include "child_reader.h"
258 child_reader reader(cmd, args);

Completed in 142 milliseconds