| /third_party/ffmpeg/libavcodec/ |
| H A D | mpeg4videoenc.c | 885 int64_t hours, minutes, seconds; in mpeg4_encode_gop_header() local
|
| H A D | mpeg4videodec.c | 2139 int hours, minutes, seconds; in mpeg4_decode_gop_header() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mpeg.c | 292 uint8_t hours = ((ps2buf[0x19] >> 4) * 10) + (ps2buf[0x19] & 0x0f); in mpegps_read_pes_header() local 305 uint8_t hours = ((ps2buf[0x1d] >> 4) * 10) + (ps2buf[0x1d] & 0x0f); in mpegps_read_pes_header() local
|
| H A D | sbgdec.c | 183 int hours, minutes; in str_to_time() local
|
| H A D | dashenc.c | 765 int hours = minutes / 60; in write_time() local
|
| H A D | dashdec.c | 212 uint32_t hours = 0; in get_duration_insec() local
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | time.rs | 150 fn hours(hours: i64) -> Self { in hours() functions
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| H A D | ProgressDialog2.cpp | 598 UInt64 hours = timeValue / 3600;
in GetTimeString() local
|
| /third_party/libabigail/src/ |
| H A D | abg-tools-utils.cc | 254 timer::value(time_t& hours, in value() argument 282 time_t hours = 0, minutes = 0, seconds = 0; in value_as_string() local 290 o << hours << "h"; value_as_string() local [all...] |
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 1661 long hours = 0; in parse_tz_delta() local [all...] |
| H A D | _datetimemodule.c | 1431 format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds) in format_ctime() argument 1466 int hours, minutes, seconds, microseconds; in format_utcoffset() local 2684 int hours = divmod(minutes, 60, &minutes); delta_str() local 3982 int hours, minutes, seconds, microseconds; timezone_str() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.c | 1521 int hours, mins, secs, us; in print_report() local
|
| H A D | ffprobe.c | 407 int hours, mins; in value_string() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmttst.cpp | 258 int32_t offset, hours, minutes, seconds; in TestWallyWedel() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 1994 register int hours; in stringoffset() local 2012 (void) sprintf(end(result), "%d", hours); in stringoffset() local
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 3253 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument
|
| /third_party/openssl/apps/lib/ |
| H A D | apps.c | 3246 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zic.c | 1993 register int hours; in stringoffset() local 2011 (void) sprintf(end(result), "%d", hours); in stringoffset() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-temporal-objects.cc | 92 int64_t hours; member 793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 2222 int64_t hours = offset_nanoseconds / 3600000000000; FormatTimeZoneOffsetString() local 2595 int32_t hours = parsed.tzuo_hour; ParseTemporalTimeZoneString() local 2725 int64_t hours = parsed.tzuo_hour; ParseTimeZoneOffsetString() local 3596 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, const char* method_name) BalanceDuration() argument 3609 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, Handle<Object> relative_to_obj, const char* method_name) BalanceDuration() argument 4228 AddInstant(Isolate* isolate, Handle<BigInt> epoch_nanoseconds, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddInstant() argument 4629 AddTime(Isolate* isolate, int64_t hour, int64_t minute, int64_t second, int64_t millisecond, int64_t microsecond, int64_t nanosecond, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddTime() argument 4657 TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds, int64_t offset_shift) TotalDurationNanoseconds() argument 4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument [all...] |
| /third_party/tzdata/ |
| H A D | zic.c | 2874 register int hours; in stringoffset() local
|
| /device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
| H A D | videodev2.h | 860 __u8 hours;
member
|
| /device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
| H A D | videodev2.h | 860 __u8 hours;
member
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 10680 int hours; in end_timestamp_zone() local
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |