Searched defs:date2 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-280531.js31 var date2 = Realm.eval(contextA, "new Date('Thu, 29 Aug 2013 00:00:00 UTC')"); variable
32 assertEquals(date1, date2);
/external/chromium_org/v8/test/mjsunit/
H A Ddate.js35 var date2 = new Date(date0.toString());
36 assertEquals(1000, date2.getTime());
41 var date2 = Date.parse("Dec 25 1995, 1:30"); variable
44 assertEquals(date1, date2);
45 assertEquals(date2, date3);
/external/chromium_org/third_party/icu/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp37 UDate date2 = cal->getTime(status); local
43 new DateInterval(date1,date2),
44 new DateInterval(date2,date3),
/external/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp37 UDate date2 = cal->getTime(status); local
43 new DateInterval(date1,date2),
44 new DateInterval(date2,date3),
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c199 UDate date1, date2; local
212 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
213 if (date2 == 0) log_verbose("Parse stopped at : %d\n", pos);
214 else then=myDateFormat(format, date2);
216 if (!(date2 == date1)) log_err("FAIL\n");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtifmtts.cpp328 UDate date2 = 1299115800000.0; // 2011-Mar-02 1730 in US/Pacific, 2011-Mar-03 1030 in Asia/Tokyo local
330 DateInterval * dtitv12 = new DateInterval(date1, date2);
H A Dcaltest.cpp2846 UDate date2 = is_cal->getTime(status); local
2848 if(date2 != date) {
2849 errln("before(%f) and after(%f) dates don't match up!",date, date2);
H A Dcalregts.cpp1822 UDate date2 = calendar->getTime(status); local
1825 logln(UnicodeString("after adding one year : ") + date2);
1826 if (date1 == date2) {
2294 UDate date2 = cal.getTime(ec); local
2301 int32_t dy = cal.fieldDifference(date2, UCAL_YEAR, ec);
2302 int32_t dm = cal.fieldDifference(date2, UCAL_MONTH, ec);
2303 int32_t dd = cal.fieldDifference(date2, UCAL_DATE, ec);
2313 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2);
2314 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2);
2315 int32_t dd2 = cal2->fieldDifference(date2, Calenda
[all...]
H A Ddtfmttst.cpp183 // DateFormat date2 = DateFormat.getPatternInstance(Calendar.getInstance(locale),
192 SimpleDateFormat date2(pattern, locale, errorCode);
193 date2.adoptCalendar(Calendar::createInstance(locale, errorCode));
204 date2.toLocalizedPattern(actualLocalPattern2, errorCode);
704 UDate date2 = formatter->parse(now, pos); local
705 if (date2 == 0) then = UnicodeString("Parse stopped at ") + pos.getIndex();
706 else ((DateFormat*)formatter)->format(date2, then);
708 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c199 UDate date1, date2; local
212 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
213 if (date2 == 0) log_verbose("Parse stopped at : %d\n", pos);
214 else then=myDateFormat(format, date2);
216 if (!(date2 == date1)) log_err("FAIL\n");
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp328 UDate date2 = 1299115800000.0; // 2011-Mar-02 1730 in US/Pacific, 2011-Mar-03 1030 in Asia/Tokyo local
330 DateInterval * dtitv12 = new DateInterval(date1, date2);
H A Dcaltest.cpp2883 UDate date2 = is_cal->getTime(status); local
2885 if(date2 != date) {
2886 errln("before(%f) and after(%f) dates don't match up!",date, date2);
H A Dcalregts.cpp1822 UDate date2 = calendar->getTime(status); local
1825 logln(UnicodeString("after adding one year : ") + date2);
1826 if (date1 == date2) {
2294 UDate date2 = cal.getTime(ec); local
2301 int32_t dy = cal.fieldDifference(date2, UCAL_YEAR, ec);
2302 int32_t dm = cal.fieldDifference(date2, UCAL_MONTH, ec);
2303 int32_t dd = cal.fieldDifference(date2, UCAL_DATE, ec);
2313 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2);
2314 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2);
2315 int32_t dd2 = cal2->fieldDifference(date2, Calenda
[all...]
H A Ddtfmttst.cpp185 // DateFormat date2 = DateFormat.getPatternInstance(Calendar.getInstance(locale),
194 SimpleDateFormat date2(pattern, locale, errorCode);
195 date2.adoptCalendar(Calendar::createInstance(locale, errorCode));
206 date2.toLocalizedPattern(actualLocalPattern2, errorCode);
707 UDate date2 = formatter->parse(now, pos); local
708 if (date2 == 0) then = UnicodeString("Parse stopped at ") + pos.getIndex();
709 else ((DateFormat*)formatter)->format(date2, then);
711 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 449 milliseconds