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

  /frameworks/opt/emoji/
EmojiFactory.cpp 78 const char* error_str = dlerror(); local
79 if (error_str) {
80 error_str = "Unknown reason";
82 ALOGE("Failed to load shared library %s: %s", library_name, error_str);
89 const char* error_str = dlerror(); local
90 if (error_str) {
91 error_str = "Unknown reason";
93 ALOGE("Failed to call GetEmojiFactory: %s", error_str);
  /external/strace/
count.c 165 char error_str[16]; local
207 sprintf(error_str, "%d", counts[j].errors);
209 error_str[0] = '\0';
216 error_str, sysent[j].sys_name);
224 sprintf(error_str, "%d", error_cum);
226 error_str[0] = '\0';
229 call_cum, error_str, "total");
  /external/oprofile/libutil++/
child_reader.h 69 * != 0 : something feel wrong, use error_str() to get an error
82 std::string error_str() const;
child_reader.cpp 257 string child_reader::error_str() const function in class:child_reader
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 57 const char* error_str = dlerror(); local
58 if (error_str == NULL) {
59 error_str = "unknown reason";
62 ALOGE("%s: %s", error_msg, error_str);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 69 void RDebug_Print_b(char* error_str, void* param)
71 TBuf8<128> error8((TUint8*)error_str);
89 extern "C" void RDebug_Print(char* error_str, void* param)
91 RDebug_Print_b(error_str, param);
  /external/oprofile/gui/
oprof_start_util.cpp 267 string error = reader.error_str() + "\n";
  /external/oprofile/pp/
opannotate.cpp 429 cerr << reader.error_str() << endl;
459 cerr << reader.error_str() << endl;
  /external/chromium/base/
values.h 448 virtual Value* Deserialize(int* error_code, std::string* error_str) = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 77 void RDebug_Print_b(char* error_str, void* param)
79 TBuf8<128> error8((TUint8*)error_str);
97 extern "C" void RDebug_Print(char* error_str, void* param)
99 RDebug_Print_b(error_str, param);
    [all...]
  /external/stressapptest/src/
worker.cc 2907 const char *error_str; member in struct:__anon15694
    [all...]

Completed in 223 milliseconds