HomeSort by relevance Sort by last modified time
    Searched full:year (Results 276 - 300 of 1961) sorted by null

<<11121314151617181920>>

  /development/tools/idegen/templates/idea/copyright/
Apache_2.xml 3 <option name="notice" value="Copyright (C) &amp;#36;today.year The Android Open Source Project&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License" />
  /external/bison/build-aux/
update-b4-copyright 4 # include the current year.
29 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
30 $this_year = $year + 1900;
66 # Update the year.
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 20 <select id="expiration-year" aria-labelledby="creditCardExpirationLabel">
  /external/chromium_org/crypto/
nss_util_unittest.cc 22 prxtime.tm_year = exploded.year = 2011;
  /external/chromium_org/media/cast/
cast_defines.h 154 // NTP time will overflow in the year 2036. Also, make sure unit tests don't
155 // regress and use an origin past the year 2036. If this overflows here, the
159 << "One year left to fix the NTP year 2036 wrap-around issue!";
  /external/chromium_org/ppapi/generators/
idl_outfile.py 64 # Ignore changes to the Copyright year which is autogenerated
70 # // From FILENAME.idl modified DAY MON DATE TIME YEAR.
71 # /* From FILENAME.idl modified DAY MON DATE TIME YEAR. */
76 # * modified DAY MON DATE TIME YEAR.
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/test/compat/
readme.txt 32 tzone.pl year month day
  /external/chromium_org/third_party/icu/source/test/intltest/
calcasts.h 30 int32_t year; member in struct:CalendarCaseTest::TestCase
tzrulets.h 47 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 50 char year[8]; local
56 strftime(year, sizeof(year), "%Y", lt);
58 fprintf(f, header, year, filename, buffer);
  /external/chromium_org/third_party/libjingle/source/talk/
PRESUBMIT.py 48 # Accept any year number from start of project to the current year
55 r'.*? Copyright %(year)s,? Google Inc\.\n'
95 'year': years_re,
  /external/chromium_org/third_party/opus/src/doc/
footer.html.patch 14 +&copy;$year<br/>
  /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,
  /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));

Completed in 911 milliseconds

<<11121314151617181920>>