HomeSort by relevance Sort by last modified time
    Searched refs:SimpleDateFormat (Results 226 - 250 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 25 import java.text.SimpleDateFormat;
663 SimpleDateFormat dateFormat = new SimpleDateFormat("'VID'_yyyyMMdd_HHmmss", Locale.US);
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp     [all...]
loctest.cpp     [all...]
intltest.cpp 134 SimpleDateFormat fmt(status);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 416 SimpleDateFormat* sdf;
417 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
427 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
    [all...]
timezone.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
intltest.cpp 134 SimpleDateFormat fmt(status);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 419 SimpleDateFormat* sdf;
420 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
430 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
    [all...]
msgfmt.cpp     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 83 import java.text.SimpleDateFormat;
343 SimpleDateFormat dateFormat = new SimpleDateFormat(
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 79 import java.text.SimpleDateFormat;
346 SimpleDateFormat dateFormat = new SimpleDateFormat(
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 186 ((java.text.SimpleDateFormat) DATEFORM).setDateFormatSymbols(symbols);
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 75 import java.text.SimpleDateFormat;
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 52 import java.text.SimpleDateFormat;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 94 import java.text.SimpleDateFormat;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 49 import java.text.SimpleDateFormat;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 111 import java.text.SimpleDateFormat;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 173 import java.text.SimpleDateFormat;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 88 import java.text.SimpleDateFormat;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 2087 milliseconds

1 2 3 4 5 6 7 8 91011