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

  /system/core/libunwindstack/
Log.cpp 40 std::string real_format; local
42 real_format = android::base::StringPrintf("%*s%s", 2 * indent, " ", format);
44 real_format = format;
49 real_format += '\n';
50 vprintf(real_format.c_str(), args);
52 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, real_format.c_str(), args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 113 struct real_format struct
116 void (*encode) (const struct real_format *, long *,
118 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
163 extern const struct real_format *
284 const struct real_format *);
288 const struct real_format *);
304 extern const struct real_format ieee_single_format;
305 extern const struct real_format mips_single_format;
306 extern const struct real_format motorola_single_format;
307 extern const struct real_format spu_single_format
    [all...]
  /system/core/logd/
LogKlog.cpp 268 static const char real_format[] = "%Y-%m-%d %H:%M:%S.%09q UTC"; local
269 if (len < (ssize_t)(strlen(real_format) + 5)) return;
272 const char* ep = real.strptime(real_string, real_format);

Completed in 346 milliseconds