Home
last modified time | relevance | path

Searched full:formattedtime (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/.github/workflows/
Dpr-auto-fix.yaml30 # formattedTime here is like 2021323 - the year concatenated with the week then
34 key: ${{ runner.os }}-${{ steps.current-time-with-day.outputs.formattedTime }}
36 ${{ runner.os }}-${{ steps.current-time.outputs.formattedTime }}
/external/grpc-grpc/.github/workflows/
Dpr-auto-fix.yaml30 # formattedTime here is like 2021323 - the year concatenated with the week then
34 key: ${{ runner.os }}-${{ steps.current-time-with-day.outputs.formattedTime }}
36 ${{ runner.os }}-${{ steps.current-time.outputs.formattedTime }}
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DStopWatch.java557 final String formattedTime = formatSplitTime(); in toSplitString() local
558 return msgStr.isEmpty() ? formattedTime : msgStr + StringUtils.SPACE + formattedTime; in toSplitString()
574 final String formattedTime = formatTime(); in toString() local
575 return msgStr.isEmpty() ? formattedTime : msgStr + StringUtils.SPACE + formattedTime; in toString()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp556 char FormattedTime[20] = { }; in printFileHeaders() local
557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()
564 W.printHex ("TimeDateStamp", FormattedTime, Obj->getTimeDateStamp()); in printFileHeaders()
659 char FormattedTime[20] = {}; in printCOFFDebugDirectory() local
661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory()
664 W.printHex("TimeDateStamp", FormattedTime, D.TimeDateStamp); in printCOFFDebugDirectory()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDateTimeFormats.java674 String formattedTime = format2.format(SAMPLE_DATE); in getRelativeExampleFromSkeleton() local
680 return MessageFormat.format(datetimePattern, formattedTime, value); in getRelativeExampleFromSkeleton()