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

  /external/chromium_org/base/time/
pr_time_unittest.cc 78 char time_buf[BUFFER_SIZE] = {0}; local
81 asctime_s(time_buf, arraysize(time_buf), &local_time);
84 asctime_r(&local_time, time_buf);
90 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
time_unittest.cc 168 char time_buf[BUFFER_SIZE] = {0}; local
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
174 asctime_r(&local_time, time_buf);
178 EXPECT_TRUE(Time::FromString(time_buf, &parsed_time));
  /external/tcpdump/
print-ntp.c 244 char time_buf[128]; local
247 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
248 printf (" (%s)", time_buf);
  /external/lldb/source/Host/common/
TimeValue.cpp 151 char time_buf[32]; local
153 char *time_cstr = ::ctime_r(&time, time_buf);
  /external/stlport/src/
locale.cpp 159 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
168 hint = impl->insert_time_facets(time_name, time_buf, hint);
267 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
279 hint = impl->insert_time_facets(time_name, time_buf, hint);
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 159 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
168 hint = impl->insert_time_facets(time_name, time_buf, hint);
266 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
278 hint = impl->insert_time_facets(time_name, time_buf, hint);
  /external/qemu/distrib/libpng-1.2.46/
png.c 687 wchar_t time_buf[29]; local
688 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
692 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer,
  /external/chromium_org/third_party/libpng/
png.c 686 wchar_t time_buf[29]; local
687 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
691 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer,
  /external/fio/
stat.c 507 char time_buf[64]; local
515 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
520 ts->error, (int) ts->pid, time_buf);
525 time_buf);
    [all...]

Completed in 161 milliseconds