/external/stlport/test/unit/ |
D | alg_test.cpp | 94 vector<int> years; in sort_test() local 95 years.push_back(1962); in sort_test() 96 years.push_back(1992); in sort_test() 97 years.push_back(2001); in sort_test() 98 years.push_back(1999); in sort_test() 99 sort(years.begin(), years.end()); in sort_test() 100 CPPUNIT_ASSERT(years[0]==1962); in sort_test() 101 CPPUNIT_ASSERT(years[1]==1992); in sort_test() 102 CPPUNIT_ASSERT(years[2]==1999); in sort_test() 103 CPPUNIT_ASSERT(years[3]==2001); in sort_test() [all …]
|
D | find_test.cpp | 66 int years[] = { 1942, 1952, 1962, 1972, 1982, 1992 }; in find1() local 68 const unsigned yearCount = sizeof(years) / sizeof(years[0]); in find1() 69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() 71 CPPUNIT_ASSERT((location - years)==3); in find1()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | date.test | 116 datetest 2.25 {datetime('2003-10-22 12:34','-5 years')} {1998-10-22 12:34:00} 405 datetest 8.16 {datetime('now','-5 years')} {1998-10-22 12:34:00} 412 # Negative years work. Example: '-4713-11-26' is JD 1.5. 488 datetest 13.23 {julianday(2454832.5,'-1.5 years')} {2454284.0} 489 datetest 13.24 {julianday(2454832.5,'+1.5 years')} {2455380.0} 491 datetest 13.30 {date('2000-01-01','+1.5 years')} {2001-07-02} 492 datetest 13.31 {date('2001-01-01','+1.5 years')} {2002-07-02} 493 datetest 13.32 {date('2002-01-01','+1.5 years')} {2003-07-02} 494 datetest 13.33 {date('2002-01-01','-1.5 years')} {2000-07-02} 495 datetest 13.34 {date('2001-01-01','-1.5 years')} {1999-07-02}
|
D | fts4aa.test | 46 …ide the day from the night; and let them be for signs, and for seasons, and for days, and years:'); 141 INSERT INTO t1(docid,words) VALUES(1005003,'And Adam lived an hundred and thirty years, and begat a… 142 …05004,'And the days of Adam after he had begotten Seth were eight hundred years: and he begat sons… 143 …ALUES(1005005,'And all the days that Adam lived were nine hundred and thirty years: and he died.'); 144 INSERT INTO t1(docid,words) VALUES(1005006,'And Seth lived an hundred and five years, and begat Eno… 145 …ALUES(1005007,'And Seth lived after he begat Enos eight hundred and seven years, and begat sons an… 146 …words) VALUES(1005008,'And all the days of Seth were nine hundred and twelve years: and he died.'); 147 INSERT INTO t1(docid,words) VALUES(1005009,'And Enos lived ninety years, and begat Cainan:'); 148 …S(1005010,'And Enos lived after he begat Cainan eight hundred and fifteen years, and begat sons an… 149 …d,words) VALUES(1005011,'And all the days of Enos were nine hundred and five years: and he died.'); [all …]
|
/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/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
D | datedata.h | 39 static int years[] = { variable
|
D | DateFmtPerf.h | 184 cal->set(years[i], months[i], days[i]); in call()
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | datedata.h | 39 static int years[] = { variable
|
D | DateFmtPerf.h | 184 cal->set(years[i], months[i], days[i]); in call()
|
/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/qemu/docs/ |
D | REFACTORING-MADNESS.TXT | 4 After more than 2 years of inactivity, the Android emulator sources are 9 the years.
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 39 I've been ignoring these assembly routines for years, believing that
|
/external/chromium_org/sdch/ |
D | BUILD.gn | 59 # reported upstream years ago (
|
D | sdch.gyp | 67 # reported upstream years ago (
|
/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
|
/external/chromium_org/third_party/libxslt/libexslt/ |
D | date.c | 1108 double years, months; in exsltDateFormatDuration() local 1119 years = (double)(dt->mon / 12); in exsltDateFormatDuration() 1131 if (years < 0) { in exsltDateFormatDuration() 1132 years = -years; in exsltDateFormatDuration() 1144 if (years != 0.0) { in exsltDateFormatDuration() 1145 FORMAT_ITEM(years, cur, 1, 'Y'); in exsltDateFormatDuration()
|
/external/valgrind/main/docs/internals/ |
D | why-no-libc.txt | 40 As of a few years ago, it was still possible (though unsupported) to
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | en.txt | 1032 other{"in {0} years"} 1036 other{"{0} years ago"} 1122 other{"{0} years"}
|
D | root.txt | 286 days:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"} 287 months:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"} 288 years{ 352 … narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"} 353 … wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"}
|
/external/icu/icu4c/source/data/locales/ |
D | en.txt | 1052 other{"in {0} years"} 1056 other{"{0} years ago"} 1188 other{"{0} years"} 1210 other{"{0} light years"}
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | README | 25 served many people well for many years and it deserves to be
|