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

  /external/chromium_org/base/time/
pr_time_unittest.cc 55 char time_buf[BUFFER_SIZE] = {0}; local
58 asctime_s(time_buf, arraysize(time_buf), &local_time);
61 asctime_r(&local_time, time_buf);
67 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/chromium/base/
pr_time_unittest.cc 54 char time_buf[BUFFER_SIZE] = {0}; local
57 asctime_s(time_buf, arraysize(time_buf), &local_time);
60 asctime_r(&local_time, time_buf);
66 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
  /external/libppp/src/
throughput.c 284 char *time_buf, *last; local
286 time_buf = ctime(&t->BestOctetsPerSecondTime);
287 last = time_buf + strlen(time_buf);
288 if (last > time_buf && *--last == '\n')
291 t->BestOctetsPerSecond, time_buf);
  /external/tcpdump/
print-ntp.c 225 char time_buf[128]; local
228 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
229 printf (" (%s)", 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);
266 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
278 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/libpng/
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/qemu/distrib/libpng-1.2.19/
png.c 665 wchar_t time_buf[29]; local
666 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
670 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, 29,
  /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,

Completed in 754 milliseconds