Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 28) sorted by relevance

12

/developtools/smartperf_host/ide/src/js-heap/utils/
DUtils.ts34 let date = new Date(Date.now());
35 return `${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}.${date.getMilliseconds()} `;
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_ci.go112 date, err := time.ParseInLocation("2006-01-02 15:04:05", tag.Timestamp, time.Local)
116 if date.After(from) && date.Before(to) {
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCommon.ts530 export function formatRealDate(date: Date, fmt: string): string {
532 'M+': date.getMonth() + 1,
533 'd+': date.getDate(),
534 'h+': date.getHours(),
535 'm+': date.getMinutes(),
536 's+': date.getSeconds(),
537 'q+': Math.floor((date.getMonth() + 3) / 3),
538 S: date.getMilliseconds(),
540 …if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.…
DProcedureLogicWorkerPerf.ts888 let date = this.topUpDataToBottomUpData(topUp.children);
892 return date;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DStartTestPage.ets220 let date = new Date()
221 let M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1);
222 let D = date.getDate() + '-';
224 if (date.getHours() < 10) {
225 h = "0" + date.getHours();
227 h = date.getHours();
229 let m = date.getMinutes();
/developtools/smartperf_host/ide/src/base-ui/table/
DLitTableHtml.ts559 let date = new Date();
563 fileName: `${date.getTime()}`,
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js232 date: {}, property
Drich_component_map.js324 date: { property
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml88 …<picker type="date" start="{{start}}" end="{{end}}" selected="{{selected}}" value="{{value}}" luna…
103 …<picker-view type="date" start="{{start}}" end="{{end}}" selected="{{selected}}" lunar="{{lunar}}"…
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java426 private String formatDateTime(Date date) { in formatDateTime() argument
427 if (date != null) { in formatDateTime()
429 return format.format(date); in formatDateTime()
/developtools/ace_js2bundle/
DREADME_zh.md212 "date": "2020.09.04",
DLICENSE88 as of the date such litigation is filed.
/developtools/ace_ets2bundle/
DLICENSE88 as of the date such litigation is filed.
/developtools/syscap_codec/
DLICENSE88 as of the date such litigation is filed.
/developtools/smartperf_host/ide/
DLICENSE88 as of the date such litigation is filed.
/developtools/packing_tool/
DLICENSE88 as of the date such litigation is filed.
/developtools/bytrace/
DLICENSE88 as of the date such litigation is filed.
/developtools/global_resource_tool/
DLICENSE88 as of the date such litigation is filed.
/developtools/profiler/
DLICENSE88 as of the date such litigation is filed.
/developtools/hdc/
DLICENSE88 as of the date such litigation is filed.
/developtools/integration_verification/tools/fotff/
DLICENSE87 as of the date such litigation is filed.
/developtools/integration_verification/
DLICENSE87 as of the date such litigation is filed.
/developtools/hiperf/
DLICENSE88 as of the date such litigation is filed.
/developtools/packing_tool/jar/
DNOTICE91 as of the date such litigation is filed.
/developtools/hapsigner/
DLICENSE88 as of the date such litigation is filed.

12