/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 19 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/ |
D | TimeSeriesActivity.java | 45 Number[] years = { in onCreate() local 54 Arrays.asList(years), in onCreate() 91 plot1.setDomainStep(XYStepMode.SUBDIVIDE, years.length); in onCreate()
|
/external/bison/build-aux/ |
D | update-copyright | 39 # 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/ |
D | LICENSE | 131 * 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/ |
D | datedata.h | 39 static int years[] = { variable
|
/external/toybox/kconfig/ |
D | README | 15 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/ |
D | zdump.c | 692 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()
|
D | localtime.c | 1272 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/ |
D | history.rst | 11 years of on-and-off development, Ceres Solver was released as open
|
D | features.rst | 7 Google for more than three years now. It is used to solve a wide
|
/external/antlr/antlr-3.4/tool/ |
D | README.txt | 16 been working on parser generators for 20 years and on this particular 17 version of ANTLR for 7 years.
|
/external/libgsm/ |
D | NOTICE | 20 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/ |
D | ICUDurationTest.java | 192 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/ |
D | README.686 | 39 I've been ignoring these assembly routines for years, believing that
|
/external/cblas/ |
D | README | 60 Fixed the i?amax error that I reported three years ago: standard dictates
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 42 around for 27 years and perhaps more; why do you consider it problematic
|
D | 2001-02-06-TypeNotationDebateResp1.txt | 50 The syntax programmers are used to out of years of experience or a new
|
D | 2001-02-06-TypeNotationDebateResp4.txt | 76 > The syntax programmers are used to out of years of experience or a new
|
/external/icu/icu4c/source/data/unit/ |
D | en.txt | 209 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/ |
D | CalendarRegression.java | 1307 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/ |
D | why-no-libc.txt | 40 As of a few years ago, it was still possible (though unsupported) to
|
/external/icu/icu4c/source/data/locales/ |
D | ko.txt | 253 years{ 504 years{
|
D | root.txt | 437 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/ |
D | README-3.3 | 8 over five years of work. Squashfs 3.3 has lots of nice improvements,
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 1944 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()
|