Home
last modified time | relevance | path

Searched refs:date (Results 301 - 325 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java244 logln("original date: " + origin_d.toString()); in Test4468663()
276 Date date = sdf.parse(TIME_STRING); in run()
277 long t = date.getTime(); in run()
280 throw new ParseException("Parse Error: " + i + " (" + sdf.format(date) in run()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java247 logln("original date: " + origin_d.toString()); in Test4468663()
279 Date date = sdf.parse(TIME_STRING); in run()
280 long t = date.getTime(); in run()
283 throw new ParseException("Parse Error: " + i + " (" + sdf.format(date) in run()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Drun_cpuctl_stress_test.sh97 echo `date` >> $LTPROOT/output/cpuctl_results_$FILE.txt;
120 echo `date` >> $LTPROOT/output/cpuctl_results_$FILE.txt;
127 echo `date` >> $LTPROOT/output/cpuctl_results_$FILE.txt;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h138 * @param lastModified Receives the last modified date.
146 * @param lastModified The LAST-MODIFIED date.
162 * @param start The start date.
170 * Writes RFC2445 VTIMEZONE data applicable for the specified date.
176 * around the specified date.
177 * @param time The date used for rule extraction.
195 * account) as of a particular reference date. The reference date is used to determine
198 * at this particular date and time?). For the time zones produced by createTimeZone(),
199 * the reference data is specified according to the Gregorian calendar, and the date
[all...]
H A Dtzfmt.h66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style is equivalent to the LDML date format pattern "xxx" and "ZZZZZ".
129 * This style is equivalent to the LDML date forma
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style is equivalent to the LDML date format pattern "xxx" and "ZZZZZ".
129 * This style is equivalent to the LDML date forma
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtzfmt.h66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style is equivalent to the LDML date format pattern "xxx" and "ZZZZZ".
129 * This style is equivalent to the LDML date forma
[all...]
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c11 * File date.c
52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const char *locale, UErrorCode *status);
57 /* The version of date */
96 /* display date in gmt */ in main()
100 /* display date in gmt */ in main()
104 /* display date in long format */ in main()
108 /* display date in medium format */ in main()
112 /* display date in short format */ in main()
154 /* done with options, display date */ in main()
178 /* print the date */ in main()
253 date(UDate when, date() function
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java26 * Converts an ISO date string to a space-separated pair of integer values representing the top
35 * <li>args[0] = ISO date string (e.g. "2019-05-23")
40 NamedFunction.create("date", 2, args -> {
118 * Converts an ISO date string (i.e. "YYYY-MM-DD") into an ICU date string, which is
127 * <li>args[0] = ISO date string (e.g. "2019-05-23" or "-2165-1-1")
190 long toEpochMillis(LocalDate date) { in toEpochMillis() argument
191 return adjustFn.apply(date).toInstant(ZoneOffset.UTC).toEpochMilli(); in toEpochMillis()
203 throw new IllegalArgumentException(value + " is not a valid date field type"); in toEnum()
/third_party/mbedtls/tests/
H A Dcontext-info.sh48 date="$(date)"
52 echo "* Date: $date" >> $2
/third_party/jerryscript/tools/
H A Drun-perf-test.sh273 date
348 date
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c49 char date[32]; in callback_dynamic_http() local
173 ctime_r(&t, date)); in callback_dynamic_http()
/third_party/node/deps/icu-small/source/i18n/
H A Dethpccal.cpp106 * The system maintains a static default century start date and Year. They are
107 * initialized the first time they are used. Once the system default century date
162 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
164 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic01308 start_epoc=`date +%s`
310 current_epoc=`date +%s`
/third_party/libcoap/examples/
H A Detsi_testcases.sh5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
48 testfifo=/tmp/tmpfifo$(date +%s)
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs572 let date = X509_getm_notAfter(self.as_ptr()); in not_after()
573 Asn1TimeRef::from_const_ptr_opt(date).expect("not_after must not be null") in not_after()
581 let date = X509_getm_notBefore(self.as_ptr()); in not_before()
582 Asn1TimeRef::from_const_ptr_opt(date).expect("not_before must not be null") in not_before()
1674 /// Get the date that the certificate was revoked
1856 let date = X509_CRL_get0_lastUpdate(self.as_ptr()); in last_update()
1857 assert!(!date.is_null()); in last_update()
1858 Asn1TimeRef::from_ptr(date as *mut _) in last_update()
1868 let date = X509_CRL_get0_nextUpdate(self.as_ptr()); in next_update()
1869 Asn1TimeRef::from_const_ptr_opt(date) in next_update()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/reexport/
H A DReports-errors-correctly.js77 [12:00:37 AM] Project 'src/pure/tsconfig.json' is out of date because output file 'out/pure/tsconfig.tsbuildinfo' does not exist
81 [12:00:57 AM] Project 'src/main/tsconfig.json' is out of date because output file 'out/main/index.js' does not exist
271 [12:01:10 AM] Project 'src/pure/tsconfig.json' is out of date because output 'out/pure/tsconfig.tsbuildinfo' is older than input 'src/pure/session.ts'
275 [12:01:28 AM] Project 'src/main/tsconfig.json' is out of date because output 'out/main/index.js' is older than input 'src/pure/tsconfig.json'
436 [12:01:35 AM] Project 'src/pure/tsconfig.json' is out of date because output 'out/pure/tsconfig.tsbuildinfo' is older than input 'src/pure/session.ts'
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-2272.js25 var date = new Date(now); // Should not throw an error
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java177 //This will print out todays date for MONTH and DAY_OF_MONTH in Test4040996()
178 //instead of the date it was set to. in Test4040996()
298 Date date = fmt.parse("29MAY97"); in Test4061476()
299 cal.setTime(date); in Test4061476()
326 * Get the associated date starting from a specified date NOTE: the
332 * The date to start from
362 cal.set(1996, Calendar.DECEMBER, 1); // Set the date to be December 1, in dowTest()
443 SimpleDateFormat date; in Test4086724()
449 date in Test4086724()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarRegressionTest.java180 //This will print out todays date for MONTH and DAY_OF_MONTH in Test4040996()
181 //instead of the date it was set to. in Test4040996()
301 Date date = fmt.parse("29MAY97"); in Test4061476()
302 cal.setTime(date); in Test4061476()
329 * Get the associated date starting from a specified date NOTE: the
335 * The date to start from
365 cal.set(1996, Calendar.DECEMBER, 1); // Set the date to be December 1, in dowTest()
446 SimpleDateFormat date; in Test4086724()
452 date in Test4086724()
[all...]
/third_party/curl/lib/
H A Dhsts.c426 char date[MAX_HSTS_DATELEN + 1]; in hsts_add() local
431 host, date); in hsts_add()
433 time_t expires = strcmp(date, UNLIMITED) ? Curl_getdate_capped(date) : in hsts_add()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBxliffImporter.java288 String date = trans_unit_elem.getAttribute("date"); in parseTranslationUnit()
289 if (date != null && date.length() > 0) { in parseTranslationUnit()
290 item.setModifiedDate(date); in parseTranslationUnit()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c248 * Helper function to get date number from time value.
253 * @return date number
459 * Helper function to make day value from year, month and date.
469 ecma_number_t date) /**< date value */ in ecma_date_make_day()
474 || ecma_number_is_nan (date) in ecma_date_make_day()
477 || ecma_number_is_infinity (date)) in ecma_date_make_day()
485 ecma_number_t dt = ecma_number_trunc (date); in ecma_date_make_day()
496 * The algorithm below searches the following date: ym-mn-1 in ecma_date_make_day()
522 * Helper function to make date valu
467 ecma_date_make_day(ecma_number_t year, ecma_number_t month, ecma_number_t date) ecma_date_make_day() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java212 * Get the created date. Number of seconds since 12:00 midnight, January 1,
215 * @return created date
222 * Get the modified date. Number of seconds since 12:00 midnight, January 1,
225 * @return created date
572 public void setCreated(long date) { in setCreated() argument
573 this.internalWriteData().writeDateTime(Offset.created.offset, date); in setCreated()
580 public void setModified(long date) { in setModified() argument
581 this.internalWriteData().writeDateTime(Offset.modified.offset, date); in setModified()
/device/soc/rockchip/common/vendor/drivers/mmc/host/
H A DMakefile5 EXTRA_CFLAGS += -Wno-date-time

Completed in 18 milliseconds

1...<<11121314151617181920>>...30