/external/oprofile/libpp/ |
op_header.h | 45 opd_header const read_header(std::string const & sample_filename);
|
op_header.cpp | 140 opd_header const read_header(string const & sample_filename) function
|
profile.cpp | 77 opd_header head = read_header(filename);
|
arrange_profiles.cpp | 265 return read_header(file); 272 opd_header const temp = read_header(files.sample_filename); 279 opd_header const temp = read_header(*it);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/ |
compiler.cpp | 35 read_header(const std::string &header, module &m) { function in namespace:__anon12990 95 read_header({ source.begin(), body }, m);
|
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/ |
compiler.cpp | 35 read_header(const std::string &header, module &m) { function in namespace:__anon23457 95 read_header({ source.begin(), body }, m);
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 438 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android 539 if (read_header(fh, &type, &path, &statBuffer) == 0) {
|
/external/oprofile/ |
TODO | 165 read_header()
|
ChangeLog-2007 | 315 * libpp/profile.cpp: use read_header() first to check the sample file
|
ChangeLog-2003 | [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 556 return return_false(cinfo, *bm, "read_header"); [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 556 return return_false(cinfo, *bm, "read_header"); [all...] |