Searched refs:get_data (Results 1 - 9 of 9) sorted by relevance

/external/oprofile/libutil++/
H A Dchild_reader.h24 * in one : get_data(). In all case get_data() must be called once to flush the
29 * - check the getline()/get_data()/block_read() interface.
33 * through get_data(). get_data() is blocking until the child close stderr /
61 bool get_data(std::ostream & out, std::ostream & err);
H A Dchild_reader.cpp205 bool child_reader::get_data(ostream & out, ostream & err) function in class:child_reader
/external/blktrace/btt/
H A Dbtt_plot.py89 def get_data(files): function
382 generate_output(t, get_data(files))
389 generate_output(t, get_data([file]))
393 generate_output(type, get_data(files))
/external/libpng/contrib/pngminus/
H A Dpnm2png.c54 png_uint_32 get_data (FILE *pnm_file, int depth);
348 *pix_ptr++ = get_data (pnm_file, bit_depth);
365 *pix_ptr++ = get_data (alpha_file, alpha_depth);
471 * get_data() - takes first byte and converts into next pixel value,
476 png_uint_32 get_data (FILE *pnm_file, int depth) function
/external/webkit/Tools/TestResultServer/model/
H A Ddatastorefile.py49 def get_data(self, key): member in class:DataEntry
/external/oprofile/gui/
H A Doprof_start_util.cpp263 reader.get_data(cout, err);
/external/oprofile/pp/
H A Dopannotate.cpp443 reader.get_data(std_out, std_err);
/external/opencv/ml/include/
H A Dml.h860 CvDTreeTrainData* get_data();
/external/opencv/ml/src/
H A Dmltree.cpp1260 CvDTreeTrainData* CvDTree::get_data() function in class:CvDTree

Completed in 257 milliseconds