/aosp12/bionic/libc/bionic/ |
H A D | time64.c | 520 int leap; in gmtime64_r() local 580 leap = IS_LEAP (year); in gmtime64_r() 581 while (m >= (Time64_T) length_of_year[leap]) { in gmtime64_r() 582 m -= (Time64_T) length_of_year[leap]; in gmtime64_r() 584 leap = IS_LEAP (year); in gmtime64_r() 590 m -= (Time64_T) days_in_month[leap][v_tm_mon]; in gmtime64_r() 604 leap = IS_LEAP (year); in gmtime64_r() 605 while (m < (Time64_T) -length_of_year[leap]) { in gmtime64_r() 606 m += (Time64_T) length_of_year[leap]; in gmtime64_r() 608 leap = IS_LEAP (year); in gmtime64_r() [all …]
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | SntpClient.java | 142 final byte leap = (byte) ((buffer[0] >> 6) & 0x3); in requestTime() 152 checkValidServerReply(leap, mode, stratum, transmitTime, referenceTime); in requestTime() 228 byte leap, byte mode, int stratum, long transmitTime, long referenceTime) in checkValidServerReply() argument 230 if (leap == NTP_LEAP_NOSYNC) { in checkValidServerReply()
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_time.rsh | 49 …sec; // Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds.
|
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/ |
H A D | navigation_state.proto | 519 // seconds long, i.e. leap seconds are "smeared" so that no leap second
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssMeasurementCallback.hal | 26 /** A valid 'leap second' is stored in the data structure. */
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |