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

  /tools/tradefederation/core/src/com/android/tradefed/util/
TimeUtil.java 86 SimpleDateFormat timeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
87 timeFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
88 return formatTimeStamp(epochTime, timeFormat);
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
BaseTimeZoneInfoPicker.java 107 DateFormat timeFormat) {
111 mTimeFormat = timeFormat;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsdigitalsignature.h 191 OPC_SIGNATURE_TIME_FORMAT *timeFormat) = 0;
194 OPC_SIGNATURE_TIME_FORMAT timeFormat) = 0;
274 OPC_SIGNATURE_TIME_FORMAT *timeFormat);
278 OPC_SIGNATURE_TIME_FORMAT timeFormat);
323 #define IXpsSigningOptions_GetSigningTimeFormat(This,timeFormat) (This)->lpVtbl->GetSigningTimeFormat(This,timeFormat)
324 #define IXpsSigningOptions_SetSigningTimeFormat(This,timeFormat) (This)->lpVtbl->SetSigningTimeFormat(This,timeFormat)
372 static FORCEINLINE HRESULT IXpsSigningOptions_GetSigningTimeFormat(IXpsSigningOptions* This,OPC_SIGNATURE_TIME_FORMAT *timeFormat) {
373 return This->lpVtbl->GetSigningTimeFormat(This,timeFormat);
    [all...]
msopc.h     [all...]
  /external/annotation-tools/asmx/test/perf/org/objectweb/asm/
ASMMemTest.java 117 System.out.println("Time: ".concat(timeFormat(time)));
147 public final static String timeFormat(final long time) {
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 345 private void setTimeFormat(@NonNull String timeFormat) throws IOException {
346 if ("null".equals(timeFormat)) {
351 "settings put system " + Settings.System.TIME_12_24 + " " + timeFormat);
  /build/soong/third_party/zip/
zip_test.go 396 const timeFormat = "20060102T150405.000.txt"
399 filename := ts.Format(timeFormat)
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 133 timeFormat = "Jan _2 15:04 2006"
219 time.Unix(e.mtime, 0).Format(timeFormat),
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 133 timeFormat = "Jan _2 15:04 2006"
219 time.Unix(e.mtime, 0).Format(timeFormat),
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 629 const timeFormat = "20060102T150405.000.txt"
632 filename := ts.Format(timeFormat)
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 629 const timeFormat = "20060102T150405.000.txt"
632 filename := ts.Format(timeFormat)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 614 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24;
615 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java     [all...]
DateFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java     [all...]
DateFormatTest.java     [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
asm-5.0.jar 
plume-core.jar 
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 622 milliseconds