Home
last modified time | relevance | path

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

1234567

/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/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/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/skia/third_party/libpng/
DLICENSE131 * that will hold years up to 65535. The other, which is deprecated,
132 * holds the date in text format, and will hold years up to 9999.
156 * are not passing 4-digit years into the png_convert_to_rfc_1123_buffer()
160 * stated that it works with 4-digit years, and the APIs have been
164 * integer to hold the year, and can hold years as large as 65535.
/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()
Dlocaltime.c1272 register time_t years; in localsub() local
1278 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()
1279 seconds = years * AVGSECSPERYEAR; in localsub()
1292 newy -= years; in localsub()
1293 else newy += years; in localsub()
/external/ceres-solver/docs/source/
Dhistory.rst11 years of on-and-off development, Ceres Solver was released as open
Dfeatures.rst7 Google for more than three years now. It is used to solve a wide
/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/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/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
D2001-02-06-TypeNotationDebateResp1.txt50 The syntax programmers are used to out of years of experience or a new
D2001-02-06-TypeNotationDebateResp4.txt76 > The syntax programmers are used to out of years of experience or a new
/external/icu/icu4c/source/data/unit/
Den.txt209 dnam{"years"}
211 other{"{0} years"}
332 dnam{"light years"}
334 other{"{0} light years"}
1492 dnam{"years"}
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegression.java1307 int years[] = {2000, maxYear-1, maxYear, maxYear+1}; in Test4167060() local
1309 for (int i = 0; i < years.length; i++) { in Test4167060()
1310 boolean valid = years[i] <= maxYear; in Test4167060()
1311 calendar.set(field, years[i]); in Test4167060()
1317 logln(" Year " + years[i] + (valid? " ok " : " bad") + in Test4167060()
1319 if (valid && newYear != years[i]) { in Test4167060()
1321 } else if (!valid && newYear == years[i]) { in Test4167060()
/external/valgrind/docs/internals/
Dwhy-no-libc.txt40 As of a few years ago, it was still possible (though unsupported) to
/external/icu/icu4c/source/data/locales/
Dko.txt253 years{
504 years{
Droot.txt437 days:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"}
438 months:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"}
477 years{
541 … narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"}
542 … wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"}
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.38 over five years of work. Squashfs 3.3 has lots of nice improvements,
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1944 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; in Test4167060() local
1947 UBool valid = years[i] <= maxYear; in Test4167060()
1948 calendar->set(field, years[i]); in Test4167060()
1960 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") + in Test4167060()
1962 if (valid && newYear != years[i]) { in Test4167060()

1234567