Home
last modified time | relevance | path

Searched refs:hrs (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libsnd/programs/
Dsndfile-info.c184 int hrs, min ; in format_duration_str() local
189 hrs = (int) (seconds / 3600.0) ; in format_duration_str()
190 min = (int) ((seconds - (hrs * 3600.0)) / 60.0) ; in format_duration_str()
191 sec = seconds - (hrs * 3600.0) - (min * 60.0) ; in format_duration_str()
193 snprintf (str, sizeof (str) - 1, "%02d:%02d:%06.3f", hrs, min, sec) ; in format_duration_str()
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Den_AU.txt218 other{"in {0} hrs"}
222 other{"{0} hrs ago"}
231 other{"in {0} hrs"}
235 other{"{0} hrs ago"}
Den_CA.txt395 other{"in {0} hrs."}
399 other{"{0} hrs. ago"}
408 other{"in {0} hrs."}
412 other{"{0} hrs. ago"}
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c466 char c, hrs; in lws_cgi_write_split_stdout_headers() local
516 hrs = HR_NAME; in lws_cgi_write_split_stdout_headers()
520 switch (hrs) { in lws_cgi_write_split_stdout_headers()
539 hrs = HR_WHITESPACE; in lws_cgi_write_split_stdout_headers()
547 hrs = HR_ARG; in lws_cgi_write_split_stdout_headers()
557 hrs = HR_CRLF; in lws_cgi_write_split_stdout_headers()
574 hrs = HR_NAME; in lws_cgi_write_split_stdout_headers()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1660 int hrs = (int) (angle*RAD_HOUR);
1661 int min = (int)((angle*RAD_HOUR - hrs) * 60);
1662 int sec = (int)((angle*RAD_HOUR - hrs - min/60.0) * 3600);
1664 return Integer.toString(hrs) + "h" + min + "m" + sec + "s";
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarAstronomer.java1665 int hrs = (int) (angle*RAD_HOUR);
1666 int min = (int)((angle*RAD_HOUR - hrs) * 60);
1667 int sec = (int)((angle*RAD_HOUR - hrs - min/60.0) * 3600);
1669 return Integer.toString(hrs) + "h" + min + "m" + sec + "s";
/third_party/icu/icu4c/source/data/locales/
Den_AU.txt627 other{"in {0} hrs"}
631 other{"{0} hrs ago"}
640 other{"in {0} hrs"}
644 other{"{0} hrs ago"}
Den_CA.txt396 other{"in {0} hrs."}
400 other{"{0} hrs. ago"}
409 other{"in {0} hrs."}
413 other{"{0} hrs. ago"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Den_AU.txt627 other{"in {0} hrs"}
631 other{"{0} hrs ago"}
640 other{"in {0} hrs"}
644 other{"{0} hrs ago"}
Den_CA.txt396 other{"in {0} hrs."}
400 other{"{0} hrs. ago"}
409 other{"in {0} hrs."}
413 other{"{0} hrs. ago"}
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Den_CA.txt242 dnam{"hrs."}
244 other{"{0} hrs."}
Den_001.txt383 other{"{0} hrs"}
Dast.txt970 other{"{0}hrs"}
1713 other{"{0} hrs"}
/third_party/node/deps/npm/node_modules/debug/node_modules/ms/
Dreadme.md14 ms('2.5 hrs') // 9000000
/third_party/node/deps/npm/node_modules/ms/
Dreadme.md14 ms('2.5 hrs') // 9000000
/third_party/skia/third_party/externals/icu/source/data/unit/
Den_CA.txt298 dnam{"hrs."}
300 other{"{0} hrs."}
Den_001.txt496 other{"{0} hrs"}
Dast.txt970 other{"{0}hrs"}
1713 other{"{0} hrs"}
/third_party/icu/icu4c/source/data/unit/
Den_CA.txt298 dnam{"hrs."}
300 other{"{0} hrs."}
Den_001.txt496 other{"{0} hrs"}
Dast.txt970 other{"{0}hrs"}
1713 other{"{0} hrs"}
/third_party/tzdata/
Dantarctica77 # hrs on Sunday 4 October 2020 and will mean Casey and Macquarie Island will
Dsouthamerica1493 # third Sunday of April at 0200hrs and advance to Summer Time (UTC/GMT -3
1494 # hours) on the first Sunday of September at 0200hrs.
Dnorthamerica2425 # of "spring ahead-fall behind" currently we are zulu plus 5 hrs and in
2426 # the winter Zulu plus 6 hrs"
Dasia3612 # 0030 hrs on April 15, 2006 (midnight of April 14, 2006 +30 minutes)

12