/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
datedata.h | 39 static int years[] = { variable
|
/external/icu4c/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 | 40 * Displays a selectable list of years. 74 ArrayList<String> years = new ArrayList<String>(); local 76 years.add(String.format("%d", year)); 78 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...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 1173 int years = (month + 1) \/ 12 - 1; local 1177 int years = month \/ 12; 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 | 1890 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 1943 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/jdiff/ |
xerces.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/prebuilts/sdk/11/ |
android.jar | |