Searched refs:error_str (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | count.c | 165 char error_str[16]; in call_summary_pers() local 207 sprintf(error_str, "%d", counts[j].errors); in call_summary_pers() 209 error_str[0] = '\0'; in call_summary_pers() 216 error_str, sysent[j].sys_name); in call_summary_pers() 224 sprintf(error_str, "%d", error_cum); in call_summary_pers() 226 error_str[0] = '\0'; in call_summary_pers() 229 call_cum, error_str, "total"); in call_summary_pers()
|
/external/oprofile/libutil++/ |
D | child_reader.h | 82 std::string error_str() const;
|
D | child_reader.cpp | 257 string child_reader::error_str() const in error_str() function in child_reader
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocvideo.cpp | 46 void RDebug_Print_b(char* error_str, void* param) in RDebug_Print_b() argument 48 TBuf8<128> error8((TUint8*)error_str); in RDebug_Print_b() 57 extern "C" void RDebug_Print(char* error_str, void* param) in RDebug_Print() argument 59 RDebug_Print_b(error_str, param); in RDebug_Print()
|
/external/oprofile/gui/ |
D | oprof_start_util.cpp | 267 string error = reader.error_str() + "\n"; in do_exec_command()
|
/external/oprofile/pp/ |
D | opannotate.cpp | 427 cerr << reader.error_str() << endl; in do_one_output_objdump() 457 cerr << reader.error_str() << endl; in do_one_output_objdump()
|
/external/chromium/base/ |
D | values.h | 448 virtual Value* Deserialize(int* error_code, std::string* error_str) = 0;
|
/external/oprofile/ |
D | ChangeLog-2002 | 1328 * libutil++/child_reader.cpp (error_str): Ditto.
|