HomeSort by relevance Sort by last modified time
    Searched defs:years (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
datedata.h 39 static int years[] = { variable
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
datedata.h 39 static int years[] = { variable
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 490 String[] years = getResources().getStringArray(R.array.motogp_years); local
496 final int itemCount = years.length;
499 item.year = years[i];
  /external/stlport/test/unit/
alg_test.cpp 94 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[2]==1999)
106 deque<int> years; local
    [all...]
find_test.cpp 66 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);
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 94 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[2]==1999)
106 deque<int> years; local
    [all...]
find_test.cpp 66 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);
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 94 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[2]==1999)
106 deque<int> years; local
    [all...]
find_test.cpp 66 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);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java 38 * Displays a selectable list of years.
72 ArrayList<String> years = new ArrayList<String>(); local
74 years.add(String.format("%d", year));
76 mAdapter = new YearAdapter(context, R.layout.year_label_text_view, years);
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 34 * which consists of six fields (years, months, days, hours,
158 boolean yearSet = isSet(DatatypeConstants.YEARS);
218 * <p>Get the years value of this <code>Duration</code> as an <code>int</code> or <code>0</code> if not present.</p>
221 * {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.YEARS)}.</p>
224 * with years that go beyond the range of an <code>int</code>.
225 * Use {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.YEARS)} to avoid possible loss of precision.</p>
227 * @return If the years field is present, return its value as an <code>int</code>, else return <code>0</code>.
230 return getFieldValueAsInt(DatatypeConstants.YEARS);
383 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
388 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS
892 BigInteger years = (BigInteger) getField(DatatypeConstants.YEARS); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 166 PickerColumn years = new PickerColumn(mYears); local
170 ret.add(years);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 1173 int years = (month + 1) \/ 12 - 1; local
1177 int years = month \/ 12; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 859 ** years.
860 ** In non-leap years, or if the day number is 59 or less, just
1304 register time_t years; local
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 101 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 since (or before) 1 AD and add the number of lea
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 1944 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1944 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 974 milliseconds

1 2