Home
last modified time | relevance | path

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

12345678910

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
Dtestdata_en.txt19 3 years ago
20 2 years ago
22 0 years
24 2 years from now
25 3 years from now
26 5 years from now
27 10 years from now
28 11 years from now
29 12 years from now
30 20 years from now
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
Dtestdata_en.txt19 3 years ago
20 2 years ago
22 0 years
24 2 years from now
25 3 years from now
26 5 years from now
27 10 years from now
28 11 years from now
29 12 years from now
30 20 years from now
[all …]
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.timeago.js43 years: "%d years", property
63 var years = days / 365;
80 years < 2 && substitute($l.year, 1) ||
81 substitute($l.years, Math.floor(years));
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DTimeSeriesActivity.java45 Number[] years = { in onCreate() local
54 Arrays.asList(years), in onCreate()
91 plot1.setDomainStep(XYStepMode.SUBDIVIDE, years.length); in onCreate()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java254 String[] years = val.split(","); in main() local
255 if (years.length == 1) { in main()
256 high = Integer.parseInt(years[0]); in main()
257 } else if (years.length == 2) { in main()
258 low = Integer.parseInt(years[0]); in main()
259 high = Integer.parseInt(years[1]); in main()
/external/bison/build-aux/
Dupdate-copyright39 # 2. Convert 2-digit years to 4-digit years by prepending "19".
75 # 2. Its format is "Copyright (C)", then a list of copyright years,
98 # 7. Each copyright year is 2 or 4 digits, and years are separated by
108 # copyright years (such as 90, 1991, 1992-2007, 2008) in a
205 # Convert 2-digit to 4-digit years.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DTimestampTagTest.java94 int years = cal.get(Calendar.YEAR); in getText() local
101 String result = String.valueOf(years) + "-" + String.valueOf(months) + "-" in getText()
/external/icu/icu4c/source/test/perf/DateFmtPerf/
Ddatedata.h39 static int years[] = { variable
/external/toybox/kconfig/
DREADME15 than the author of squashfs, who spent 5 years actively trying to get his code
18 for years. No really, here's where he wrote about it himself:
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c692 register intmax_t myy, seconds, years; in yeartot() local
703 years = diff400 * 400; in yeartot()
706 years = 1; in yeartot()
708 myy += years; in yeartot()
719 years = diff400 * 400; in yeartot()
722 years = 1; in yeartot()
724 myy -= years; in yeartot()
/external/curl/
DCHANGES2 version of what has changed over the years in different curl releases.
/external/ceres-solver/docs/source/
Dhistory.rst11 years of on-and-off development, Ceres Solver was released as open
/external/antlr/antlr-3.4/tool/
DREADME.txt16 been working on parser generators for 20 years and on this particular
17 version of ANTLR for 7 years.
/external/libgsm/
DNOTICE20 Since the original terms of 15 years ago maybe do not make our
/external/curl/docs/
DROADMAP.md1 curl the next few years - perhaps
135 definitions and such like that are currently earmarked to be removed years
/external/boringssl/src/
DREADME.md15 BoringSSL arose because Google used OpenSSL for many years in various ways and,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java192 int years = cal.get(Calendar.YEAR) - 1970; // year of Date(0) in TestBasics() local
193 expect = years + " anni fa"; in TestBasics()
/external/ImageMagick/
DAUTHORS.txt2 ImageMagick project in the last few years:
156 Responsible for the ImageMagick Linux binary distributions for many years.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DICUDurationTest.java196 int years = cal.get(Calendar.YEAR) - 1970; // year of Date(0) in TestBasics() local
197 expect = years + " anni fa"; in TestBasics()
/external/guava/
DREADME30 2. Deprecated non-beta APIs will be removed two years after the
/external/zlib/src/contrib/asm686/
DREADME.68639 I've been ignoring these assembly routines for years, believing that
/external/cblas/
DREADME60 Fixed the i?amax error that I reported three years ago: standard dictates
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt42 around for 27 years and perhaps more; why do you consider it problematic
/external/autotest/client/tests/dacapo/
Dcontrol11 memory loads. The suite is the culmination of over five years work at eight
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DSafeRepresenter.java334 int years = calendar.get(Calendar.YEAR); in representData() local
341 StringBuilder buffer = new StringBuilder(String.valueOf(years)); in representData()

12345678910