Home
last modified time | relevance | path

Searched defs:sdf (Results 1 – 25 of 247) sorted by relevance

12345678910

/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DSimpleDateFormatBenchmark.java35 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createFormatWithTimeZone() local
40 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_parseWithTimeZoneShort() local
47 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_parseWithTimeZoneLong() local
54 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd"); in time_parseWithoutTimeZone() local
62 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createAndParseWithTimeZoneShort() local
69 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_createAndParseWithTimeZoneLong() local
75 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_formatWithTimeZoneShort() local
82 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_formatWithTimeZoneLong() local
97 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz", locale); in main() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DSimpleDateFormatPerfTest.java46 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createFormatWithTimeZone() local
52 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_parseWithTimeZoneShort() local
61 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_parseWithTimeZoneLong() local
70 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd"); in time_parseWithoutTimeZone() local
81 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createAndParseWithTimeZoneShort() local
90 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_createAndParseWithTimeZoneLong() local
97 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_formatWithTimeZoneShort() local
106 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_formatWithTimeZoneLong() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/
H A DSimpleDateFormatTest.java71 SimpleDateFormat sdf = new SimpleDateFormat(); in testDefaultConstructor_localeUS() local
82 SimpleDateFormat sdf = new SimpleDateFormat(); in test2DigitYearStartIsCloned() local
238 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l); in assertCannotParse() local
255 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l); in parseDate() local
296 SimpleDateFormat sdf = new SimpleDateFormat(fmt, cetUnambiguousLocale); in testFormattingUncommonTimeZoneAbbreviations() local
318 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z"); in testTimeZoneFormatting() local
407 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", new Locale("ar", "EG")); in testParseArabic() local
425 SimpleDateFormat sdf = new SimpleDateFormat("d. MMM yyyy H:mm", Locale.GERMAN); in test_59383() local
433 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.S"); in test_fractionalSeconds() local
470 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ"); in testLenientParsingForZ() local
[all …]
H A DOldDateFormatTest.java97 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm" + AM_PM_SPACE_CHAR + "a", in test_formatLjava_util_Date() local
122 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm" + AM_PM_SPACE_CHAR + "a", in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java194 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
219 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
248 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
273 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
301 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
H A DDateFormatTest.java213 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1846 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1852 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3534 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3986 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4125 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4243 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5048 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5167 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5264 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java191 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
216 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
245 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
270 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
298 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
/aosp_15_r20/external/cronet/third_party/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp59 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,locales[j],status); in getBestPatternExample() local
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample() local
133 SimpleDateFormat *sdf = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale,status); in replaceFieldTypesExample() local
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java210 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1843 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1849 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3531 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3983 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4122 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4240 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5045 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5164 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5261 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]
H A DTimeZoneFormatTest.java153 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip() local
384 SimpleDateFormat sdf = new SimpleDateFormat(pattern, LOCALES[locidx]); in TestTimeRoundTrip() local
827 SimpleDateFormat sdf = new SimpleDateFormat(); in TestISOFormat() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp83 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in Test4029195() local
710 SimpleDateFormat sdf(UnicodeString("z"), Locale::getUS(), status); in Test4101483() local
787 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104136() local
852 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104522() local
1317 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test1684() local
1426 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test5554() local
H A Ddtfmttst.cpp269 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); in TestWallyWedel() local
919 SimpleDateFormat* sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in TestDayOfYearPattern195() local
933 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected) in tryPattern()
4027 SimpleDateFormat sdf(pattern, numsys_override, Locale::getChina(),status); in TestFormalChineseDate() local
4058 SimpleDateFormat sdf("ZZZZ", Locale(""), status); in TestStandAloneGMTParse() local
4095 SimpleDateFormat sdf(UnicodeString(TestData[i][0]), status); in TestParsePosition() local
5068 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestAmPmMidnightNoon() local
5175 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestFlexibleDayPeriod() local
5287 SimpleDateFormat sdf(UnicodeString(), Locale::getGermany(), errorCode); in TestDayPeriodWithLocales() local
5398 SimpleDateFormat sdf(UnicodeString("hh:mm 'ss' bbbb"), errorCode); in TestMinuteSecondFieldsInOddPlaces() local
[all …]
H A Ddtptngts.cpp628 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
653 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
715 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI() local
1621 SimpleDateFormat* sdf = dynamic_cast<SimpleDateFormat*>(df.getAlias()); in testBestPattern() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp83 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in Test4029195() local
710 SimpleDateFormat sdf(UnicodeString("z"), Locale::getUS(), status); in Test4101483() local
787 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104136() local
852 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104522() local
1317 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test1684() local
1426 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test5554() local
H A Ddtfmttst.cpp267 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); in TestWallyWedel() local
919 SimpleDateFormat* sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in TestDayOfYearPattern195() local
933 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected) in tryPattern()
4031 SimpleDateFormat sdf(pattern, numsys_override, Locale::getChina(),status); in TestFormalChineseDate() local
4062 SimpleDateFormat sdf("ZZZZ", Locale(""), status); in TestStandAloneGMTParse() local
4099 SimpleDateFormat sdf(UnicodeString(TestData[i][0]), status); in TestParsePosition() local
5076 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestAmPmMidnightNoon() local
5183 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestFlexibleDayPeriod() local
5295 SimpleDateFormat sdf(UnicodeString(), Locale::getGermany(), errorCode); in TestDayPeriodWithLocales() local
5406 SimpleDateFormat sdf(UnicodeString("hh:mm 'ss' bbbb"), errorCode); in TestMinuteSecondFieldsInOddPlaces() local
[all …]
H A Ddtptngts.cpp628 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
653 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
715 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI() local
1621 SimpleDateFormat* sdf = dynamic_cast<SimpleDateFormat*>(df.getAlias()); in testBestPattern() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dppc64-qpx-vector.c8 struct sdf { v4df v; }; argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h155 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call() local
202 delete sdf; in call() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h155 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call() local
202 delete sdf; in call() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dvariance.h59 vpx_sad_fn_t sdf; member
71 vpx_sad_fn_t sdf; member
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastHistory.java166 @NonNull String queueName, @NonNull SimpleDateFormat sdf, in dumpLocked()
278 private void dumpBroadcastList(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dumpBroadcastList()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DEventLogArray.kt82 val sdf = SimpleDateFormat(" HH:mm:ss.SSSZ ", Locale.US) in dump() constant
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
H A DJava15BugFastDateParserTest.java83 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in testLocales() local
151 final SimpleDateFormat sdf = new SimpleDateFormat(FastDateParserTest.LONG_FORMAT, locale); in testSingleLocale() local
H A DFastDateParserSDFTest.java109 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in checkParse() local
146 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in checkParsePosition() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java527 @NonNull SimpleDateFormat sdf, @NonNull Date date, @NonNull String prefix, in dump()
802 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()
1011 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()
1120 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()
1209 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()
1403 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()

12345678910