Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DDataStreamFileCodecTest.java83 int years = dataInputStream.readInt(); in deserialize() local
85 return new MythicalCreature(years, name); in deserialize()
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java1157 int years = (month + 1) / 12 - 1; in unsafeNormalize() local
1158 year += years; in unsafeNormalize()
1159 month -= 12 * years; in unsafeNormalize()
1161 int years = month / 12; in unsafeNormalize() local
1162 year += years; in unsafeNormalize()
1163 month -= 12 * years; in unsafeNormalize()
/aosp12/frameworks/base/native/android/
H A Dlibandroid_net.map.txt5 # which might be a few years old.
/aosp12/bionic/libc/kernel/android/
H A DREADME.md12 scsi headers and haven't substantially updated them in 15 years. The
/aosp12/system/libbase/
H A DREADME.md31 API for n years" is a good way to reduce concerns about API choices.
/aosp12/frameworks/base/
H A DOWNERS.md8 it's evolved into a complex interleaved structure over the years. Because of
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncPredictorTest.cpp436 constexpr nsecs_t operator""_years(unsigned long long years) noexcept {
438 return years * 365 * 24 * 3600 *
/aosp12/bionic/libc/tzcode/
H A Dlocaltime.c1418 register time_t years; in localsub() local
1424 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()
1425 seconds = years * AVGSECSPERYEAR; in localsub()
1438 newy -= years; in localsub()
1439 else newy += years; in localsub()
/aosp12/system/tools/xsdc/
H A DREADME.md79 After 2 years we can delete the tag. When deleting, delete the tag in the xsd
/aosp12/hardware/interfaces/gnss/1.0/
H A DIGnssDebug.hal105 * provided (e.g. Jan. 1, 2017, with an uncertainty of 5 years) expressed
H A DIGnssCallback.hal226 * If a GNSS HAL does provide this information, then newer years will need to
/aosp12/art/tools/jfuzz/
H A DREADME.md117 Over the years, fuzz testing has gained popularity as a testing technique for
/aosp12/bionic/docs/
H A D32-bit-abi.md100 expect 64-bit-only devices within the next few years.
/aosp12/system/update_engine/
H A DREADME.md563 When creating a change in the update engine, think about 5 years from now:
565 * How can the change be implemented that five years from now older clients
567 * How is it going to be maintained five years from now?
/aosp12/system/chre/doc/
H A Dcompatibility.md176 binary level occurs over a minimum of 2 years (minor versions). The general
/aosp12/system/core/shell_and_utilities/
H A DREADME.md27 over the years. Gingerbread's rm, for example, supported `-r`/`-R` but not
/aosp12/build/make/core/
H A DLINUX_KERNEL_COPYING159 years, to give any third party, for a charge no more than your
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dlicense-LGPL.txt307 least three years, to give the same user the materials
/aosp12/bionic/libc/
H A DAndroid.bp1234 // pthread_t has changed over the years and has ABI
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal22 * reboots, or until at least 50 million years have elapsed (note that this requirement is satisfied
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/TV/res/raw/
H A Dthird_party_licenses3166 least three years, to give the same user the materials
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt5833 Ljava/time/Period;->years:I
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz ... ,flags=,originalFreq=172 57 word=years,f=172,flags=,originalFreq= ...
H A Den_GB_wordlist.combined.gz ... ,flags=,originalFreq=172 57 word=years,f=172,flags=,originalFreq= ...

12