Home
last modified time | relevance | path

Searched refs:date (Results 501 - 525 of 1155) sorted by relevance

1...<<21222324252627282930>>...47

/third_party/node/deps/icu-small/source/i18n/
H A Dzonemeta.cpp141 * Convert a date string used by metazone mappings to UDate.
208 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate() local
210 return date; in parseDate()
548 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { in getMetazoneID() argument
554 if (mzm->from <= date && mzm->to > date) { in getMetazoneID()
H A Dwindtfmt.cpp85 // Get proper date time format in getTimeDateFormat()
252 UnicodeString date; in format() local
256 formatDate(&st_local, date); in format()
263 SimpleFormatter(*pattern, 2, 2, status).format(time, date, appendTo, status); in format()
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.cpp140 * Convert a date string used by metazone mappings to UDate.
207 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate() local
209 return date; in parseDate()
518 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { in getMetazoneID() argument
524 if (mzm->from <= date && mzm->to > date) { in getMetazoneID()
H A Dwindtfmt.cpp82 // Get proper date time format in getTimeDateFormat()
251 UnicodeString date; in format() local
255 formatDate(&st_local, date); in format()
262 SimpleFormatter(*pattern, 2, 2, status).format(time, date, appendTo, status); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzonemeta.cpp148 * Convert a date string used by metazone mappings to UDate.
215 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate() local
217 return date; in parseDate()
526 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { in getMetazoneID() argument
532 if (mzm->from <= date && mzm->to > date) { in getMetazoneID()
H A Dwindtfmt.cpp82 // Get proper date time format in getTimeDateFormat()
246 UnicodeString date; in format() local
250 formatDate(&st_local, date); in format()
257 SimpleFormatter(*pattern, 2, 2, status).format(time, date, appendTo, status); in format()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache()
400 ret = qsfp_read(ppd, QSFP_DATE_OFFS, &cp->date, QSFP_DATE_LEN); in qib_refresh_qsfp_cache()
404 cks += cp->date[idx]; in qib_refresh_qsfp_cache()
529 QSFP_DATE_LEN, cd.date); in qib_qsfp_dump()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache()
400 ret = qsfp_read(ppd, QSFP_DATE_OFFS, &cp->date, QSFP_DATE_LEN); in qib_refresh_qsfp_cache()
404 cks += cp->date[idx]; in qib_refresh_qsfp_cache()
529 QSFP_DATE_LEN, cd.date); in qib_qsfp_dump()
/kernel/linux/linux-6.6/scripts/
H A Dbpf_doc.py429 date = subprocess.run(cmd, cwd=linuxRoot,
431 return date.stdout.decode().rstrip()
457 {date_field}{date}
496 date=lastUpdate))
534 the efforts of the community, this page might not be up-to-date. If you want to
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/
H A Dindex.js536 const date = new Date();
537 const hours = date.getHours();
538 const minutes = date.getMinutes();
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/pickerView/router/
H A Dindex.js536 const date = new Date();
537 const hours = date.getHours();
538 const minutes = date.getMinutes();
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/pickerView/router/
H A Dindex.js536 const date = new Date();
537 const hours = date.getHours();
538 const minutes = date.getMinutes();
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/pickerView/router/
H A Dindex.js536 const date = new Date();
537 const hours = date.getHours();
538 const minutes = date.getMinutes();
/third_party/curl/lib/
H A Daltsvc.c172 char date[MAX_ALTSVC_DATELEN + 1]; in altsvc_add() local
185 date, &persist, &prio); in altsvc_add()
188 time_t expires = Curl_getdate_capped(date); in altsvc_add()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DJapaneseTest.java89 // new JapaneseCalendar(int year, int month, int date) in TestCoverage()
92 errln("could not create JapaneseCalendar with year,month,date"); in TestCoverage()
97 // new JapaneseCalendar(int era, int year, int month, int date) in TestCoverage()
100 errln("could not create JapaneseCalendar with era,year,month,date"); in TestCoverage()
105 // new JapaneseCalendar(int year, int month, int date, int hour, int minute, int second) in TestCoverage()
108 errln("could not create JapaneseCalendar with year,month,date,hour,min,second"); in TestCoverage()
118 logln("date: " + cal.getTime()); in TestCoverage()
122 logln("date: " + fmt.format(cal.getTime())); in TestCoverage()
124 logln("date: " + fmt.format(cal.getTime())); in TestCoverage()
158 final String jCalGannenDate = "1/5/9"; // A date i in Test3860()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DJapaneseTest.java86 // new JapaneseCalendar(int year, int month, int date) in TestCoverage()
89 errln("could not create JapaneseCalendar with year,month,date"); in TestCoverage()
94 // new JapaneseCalendar(int era, int year, int month, int date) in TestCoverage()
97 errln("could not create JapaneseCalendar with era,year,month,date"); in TestCoverage()
102 // new JapaneseCalendar(int year, int month, int date, int hour, int minute, int second) in TestCoverage()
105 errln("could not create JapaneseCalendar with year,month,date,hour,min,second"); in TestCoverage()
115 logln("date: " + cal.getTime()); in TestCoverage()
119 logln("date: " + fmt.format(cal.getTime())); in TestCoverage()
121 logln("date: " + fmt.format(cal.getTime())); in TestCoverage()
155 final String jCalGannenDate = "1/5/9"; // A date i in Test3860()
[all...]
/third_party/libbpf/scripts/
H A Dsync-kernel.sh33 SUFFIX=$(date --utc +%Y-%m-%dT%H-%M-%S.%3NZ)
82 # - author date in ISO8601 format
272 if ! git am -3 --committer-date-is-author-date "${TMP_DIR}/patches/${patch}"; then
/third_party/libwebsockets/test-apps/
H A Dtest-client.c124 char date[32]; in callback_dumb_increment() local
198 ctime_r(&ci.time, date)); in callback_dumb_increment()
207 ctime_r(&ci.time, date)); in callback_dumb_increment()
/third_party/node/test/parallel/
H A Dtest-util-isDeepStrictEqual.js41 const date = new Date('2016');
46 assert.strictEqual(util.isDeepStrictEqual(date, date2), false);
47 assert.strictEqual(util.isDeepStrictEqual(date2, date), false);
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat51 set SAMPLE_DATE=%ICU_SAMPLESDIR%\date\%ICU_ARCH%\%ICU_DBRL%\date.exe
109 @set THT=date
/third_party/node/deps/v8/src/date/
H A Ddate.cc5 #include "src/date/date.h"
131 // Check if the date is after February. in YearMonthDayFromDays()
134 // Find the date starting from March. in YearMonthDayFromDays()
482 double MakeDay(double year, double month, double date) { in MakeDay() argument
484 (kMinMonth <= month && month <= kMaxMonth) && std::isfinite(date)) { in MakeDay()
520 return static_cast<double>(day_from_year - 1) + DoubleToInteger(date); in MakeDay()
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat51 set SAMPLE_DATE=%ICU_SAMPLESDIR%\date\%ICU_ARCH%\%ICU_DBRL%\date.exe
109 @set THT=date
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DdeclarationMap-and-sourceMap-disabled.js137 [12:00:11 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
141 [12:00:22 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [12:00:33 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist
/third_party/protobuf/js/
H A Dproto3_test.js448 var date = msg.toDate();
449 assertEquals(123456789, date.getTime());
450 var anotherMsg = proto.google.protobuf.Timestamp.fromDate(date);
/third_party/python/Lib/
H A Dcgitb.py112 date = time.ctime(time.time())
121 <font color="#ffffff" face="helvetica, arial">{pyver}<br>{date}</font></td>
209 date = time.ctime(time.time())
210 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''

Completed in 19 milliseconds

1...<<21222324252627282930>>...47