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

  /external/icu4c/test/perf/DateFmtPerf/
datedata.h 39 static int years[] = { variable
  /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);
  /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
896 BigInteger years = (BigInteger) getField(DatatypeConstants.YEARS); local
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 218 // We do not allow strftime to generate dates with 2-digits years,
219 // both to avoid ambiguity, and a crash in strncpy, for years that
340 // Converts a list of arguments sent to a Date member function into years, months, and milliseconds, updating
343 // Format of member function: f([years,] [months,] [days])
354 // years
356 double years = exec->argument(idx++).toIntegerPreserveNaN(exec); local
357 ok = isfinite(years);
358 t->year = toInt32(years - 1900);
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java 1171 int years = (month + 1) \/ 12 - 1; local
1175 int years = month \/ 12; local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1900 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 721 milliseconds