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

  /external/oprofile/libutil++/
child_reader.cpp 257 string child_reader::error_str() const function in class:child_reader
  /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");
  /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/stressapptest/src/
worker.cc 2907 const char *error_str; member in struct:__anon15692
    [all...]

Completed in 160 milliseconds