HomeSort by relevance Sort by last modified time
    Searched full:time_format (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/browser/chromeos/
update_observer.cc 9 #include "chrome/common/time_format.h"
low_battery_observer.cc 8 #include "chrome/common/time_format.h"
  /external/chromium_org/chrome/common/
time_format_browsertest.cc 17 #include "ui/base/l10n/time_format.h"
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.cc 12 #include "chrome/common/time_format.h"
  /external/chromium/chrome/common/
time_format_unittest.cc 11 #include "chrome/common/time_format.h"
time_format.cc 5 #include "chrome/common/time_format.h"
  /external/chromium_org/ui/base/l10n/
l10n_util_android.cc 16 #include "ui/base/l10n/time_format.h"
time_format_unittest.cc 5 #include "ui/base/l10n/time_format.h"
time_format.cc 5 #include "ui/base/l10n/time_format.h"
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 88 // ICU DateFormat class (used in base/time_format.cc) needs to get the
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 208 char *time_format; member in struct:_Locale_time
782 ltime->time_format = (char*)malloc(size);
783 if (!ltime->time_format)
785 __ConvertTime(fmt80, ltime->time_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
797 length = strlen(ltime->long_date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 208 char *time_format; member in struct:_Locale_time
782 ltime->time_format = (char*)malloc(size);
783 if (!ltime->time_format)
785 __ConvertTime(fmt80, ltime->time_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
797 length = strlen(ltime->long_date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]
  /external/chromium/chrome/browser/download/
download_item_model.cc 13 #include "chrome/common/time_format.h"
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 17 #include "ui/base/l10n/time_format.h"
power_status.cc 20 #include "ui/base/l10n/time_format.h"
  /external/srec/portable/src/
plog.c 252 #define TIME_FORMAT L("%Y/%m/%d %H:%M:%S")
319 timeStrSize = LSTRFTIME(timeStr, TIME_BUF_SIZE, TIME_FORMAT, loctime);
  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 8 #include "chrome/common/time_format.h"
ssl_policy.cc 16 #include "chrome/common/time_format.h"
  /external/chromium_org/ash/display/
resolution_notification_controller.cc 15 #include "ui/base/l10n/time_format.h"
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 22 #include "ui/base/l10n/time_format.h"
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]

Completed in 1164 milliseconds

1 2 3