Searched refs:years (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A Ddatedata.h39 static int years[] = { variable
H A DDateFmtPerf.h184 cal->set(years[i], months[i], days[i]);
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A Ddatedata.h39 static int years[] = { variable
H A DDateFmtPerf.h184 cal->set(years[i], months[i], days[i]);
/external/stlport/test/unit/
H A Dalg_test.cpp94 vector<int> years; local
95 years.push_back(1962);
96 years.push_back(1992);
97 years.push_back(2001);
98 years.push_back(1999);
99 sort(years.begin(), years.end());
100 CPPUNIT_ASSERT(years[0]==1962);
101 CPPUNIT_ASSERT(years[1]==1992);
102 CPPUNIT_ASSERT(years[
106 deque<int> years; local
[all...]
H A Dfind_test.cpp66 int years[] = { 1942, 1952, 1962, 1972, 1982, 1992 }; local
68 const unsigned yearCount = sizeof(years) / sizeof(years[0]);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
71 CPPUNIT_ASSERT((location - years)==3);
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c101 long mon; /* mon stores years also */
766 /* get real year, not years since 1900 */
1108 double years, months; local
1119 years = (double)(dt->mon / 12);
1131 if (years < 0) {
1132 years = -years;
1144 if (years != 0.0) {
1145 FORMAT_ITEM(years, cur, 1, 'Y');
1305 * number of years sinc
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1435 * Check isLeapYear for BC years.
1460 errln("Leap years broken");
1470 * at 45 BC, and not have leap years before then).
1606 // of linear fashion (ie years jump around, up/down, etc) for a
1944 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
1947 UBool valid = years[i] <= maxYear;
1948 calendar->set(field, years[i]);
1960 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
1962 if (valid && newYear != years[i]) {
1967 else if (!valid && /*newYear == years[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1435 * Check isLeapYear for BC years.
1460 errln("Leap years broken");
1470 * at 45 BC, and not have leap years before then).
1606 // of linear fashion (ie years jump around, up/down, etc) for a
1944 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
1947 UBool valid = years[i] <= maxYear;
1948 calendar->set(field, years[i]);
1960 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
1962 if (valid && newYear != years[i]) {
1967 else if (!valid && /*newYear == years[
[all...]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl411 years, to give any third party, for a charge no more than your
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/bison/build-aux/
H A Dtexinfo.tex1508 % (\pdffontattr was introduced many years ago, but people still run
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 622 milliseconds