/external/chromium_org/tools/grit/grit/testdata/ |
substitute.grd | 19 <message name="IDS_COPYRIGHT_GOOGLE_LONG" sub_variable="true" desc="Gadget copyright notice. Needs to be updated every year.">
|
/external/icu/icu4c/source/i18n/ |
vzone.cpp | 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); 123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
|
/external/icu/icu4c/source/samples/datecal/ |
cal.cpp | 35 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
|
ccal.c | 37 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
|
/external/icu/icu4c/source/test/compat/ |
readme.txt | 32 tzone.pl year month day
|
/external/icu/icu4c/source/test/intltest/ |
calcasts.h | 30 int32_t year; member in struct:CalendarCaseTest::TestCase
|
dtifmtts.h | 46 * Tests different year formats.
|
tzrulets.h | 48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
|
caltest.cpp | 657 int32_t year = 1997, month = UCAL_APRIL, date = 1; 658 gc->set(year, month, date); 665 if (gc->get(UCAL_YEAR, status) != year || 825 /* Note: The following test used to expect YEAR 1997, WOY 1 to 829 * desired. Using YEAR in combination with WOY is ambiguous, and 830 * results in the first WOY/DOW day of the year satisfying the 834 * _calendar_ year 1997, as specified. - aliu */ 840 c->clear(); // - add test for YEAR 845 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30); 850 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4) 1371 int32_t year = 1997; local 1809 int32_t year = cal.get(UCAL_YEAR, status); local 2441 int32_t year; member in class:CalFields 2781 int32_t year = cal->get(UCAL_YEAR, status); local 2825 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local 2861 int32_t year = tstCal->get(UCAL_YEAR, status); local [all...] |
/external/stlport/src/ |
time_facets.cpp | 182 year to the year day YDAY with week day WDAY. ISO weeks start on 183 Monday; the first ISO week has the year's first Thursday. YDAY may 198 # define __is_leap(year)\ 199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) 393 int year = t->tm_year + __TM_YEAR_BASE; variable 396 /* This ISO week belongs to the previous year. */ 397 year-- [all...] |
/external/valgrind/main/auxprogs/ |
change-copyright-year | 3 # Script updates the copyright year in every file in Valgrind that contains
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 61 int os_mktime(int year, int month, int day, int hour, int min, int sec, 68 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 74 tm.tm_year = year - 1900; 114 tm->year = tm2->tm_year + 1900;
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
DateFormatTest.java | 37 assertFalse(DateFormat.hasDesignator("hh:mm 'yyyy'", DateFormat.YEAR));
|
/frameworks/base/libs/androidfw/tests/ |
ZipUtils_test.cpp | 46 << "Year was improperly converted.";
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DatePickerActivity.java | 32 public void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth) {
|
/frameworks/base/tools/layoutlib/.idea/copyright/ |
Android.xml | 3 <option name="notice" value="Copyright (C) &#36;today.year The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." />
|
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 182 year to the year day YDAY with week day WDAY. ISO weeks start on 183 Monday; the first ISO week has the year's first Thursday. YDAY may 198 # define __is_leap(year)\ 199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) 393 int year = t->tm_year + __TM_YEAR_BASE; variable 396 /* This ISO week belongs to the previous year. */ 397 year-- [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
distrib.good | 17 year in the bag of one bee:
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockContract.java | 207 * Alarm year. 211 public static final String YEAR = "year"; 214 * Alarm month in year.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winnls32.h | 16 WORD year; member in struct:_tagDATETIME
|
/external/chromium_org/base/third_party/nspr/ |
prtime.h | 116 * Time broken down into human-readable components such as year, month, 127 * - we use absolute year, AD, not the year since 1900. 145 PRInt16 tm_year; /* absolute year, AD (note that we do not 150 PRInt16 tm_yday; /* calculated day of the year 193 * number of days in a year are not constant, it is ambiguous to 194 * manipulate the month and year fields, although one may be tempted
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
date_widget.js | 52 * The previous value of the year field. 146 // Get first day of year 209 var year = -1; 214 year = parseInt(splitDate[0], 10); 286 if (year != this.pYear_) { 287 changeMessage = changeMessage + year + '\n'; 288 this.pYear_ = year;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prtime.h | 92 * Time broken down into human-readable components such as year, month, 103 * - we use absolute year, AD, not the year since 1900. 121 PRInt16 tm_year; /* absolute year, AD (note that we do not 126 PRInt16 tm_yday; /* calculated day of the year 207 * number of days in a year are not constant, it is ambiguous to 208 * manipulate the month and year fields, although one may be tempted
|
/external/chromium_org/base/metrics/ |
field_trial.cc | 22 // Created a time value based on |year|, |month| and |day_of_month| parameters. 23 Time CreateTimeFromParams(int year, int month, int day_of_month) { 24 DCHECK_GT(year, 1970); 31 exploded.year = year; 249 kNoExpirationYear = exploded.year; 268 const int year, 275 year, month, day_of_month, randomization_type, 0, default_group_number); 283 const int year, 333 if (GetBuildTime() > CreateTimeFromParams(year, month, day_of_month) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_field.cc | 214 // Returns true if the last two digits in |year| match those in |str|. 215 bool LastTwoDigitsMatch(const base::string16& year, 219 if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int)) 225 // Try to fill a year |value| into the given |field| by comparing the last two 226 // digits of the year to the field's options. 344 // Autofill formats a combined date as month/year. 350 // HTML5 input="month" is formatted as year-month. 352 base::string16 year = pieces[1]; local 353 if ((month.size() != 1 && month.size() != 2) || year.size() != 4) 360 field->value = year + ASCIIToUTF16("-") + month [all...] |