HomeSort by relevance Sort by last modified time
    Searched full:year (Results 301 - 325 of 873) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1UTCTime.java 112 // two digit year, seconds always presented,
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 136 * return the time as an adjusted date with a 4 digit year. This goes
  /external/icu4c/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
229 $year += 1900;
234 print " * Copyright (C) 2003-$year,\n";
344 print "// Copyright (C) 2002-$year International Business Machines Corporation \n";
  /external/icu4c/test/intltest/
astrotst.cpp 352 // cal.set(cal.YEAR, 1986);
355 // cal.set(cal.YEAR, 1988);
418 // cal3.set(cal3.YEAR, 1990);
457 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+
dtfmttst.h 94 * Test the day of year pattern.
tsdate.cpp 72 // up to three iterations, since the timezone may shift as the year number
125 tryDate(9516987689250.0); // In the year 2271
  /external/icu4c/tools/toolutil/
toolutil.h 53 * Return the current year in the Gregorian calendar. Used for copyright generation.
  /external/opencore/nodes/pvaacffparsernode/include/
pvmf_aacffparser_defs.h 54 static const char PVAACMETADATA_YEAR_KEY[] = "year";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-4.js 25 Date( year, month, date, hours, minutes, seconds )
15.9.2.2-5.js 25 Date( year, month, date, hours, minutes, seconds )
15.9.2.1.js 25 Date( year, month, date, hours, minutes, seconds, ms )
42 "Date( year, month, date, hours, minutes, seconds, ms )" );
15.9.3.8-5.js 67 var YEAR = 9;
167 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
  /external/wpa_supplicant/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /frameworks/base/include/media/stagefright/
MetaData.h 60 kKeyYear = 'year', // cstring
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 252 int expirationYear = expirationCalendar.get(Calendar.YEAR);
253 int thisYear = today.get(Calendar.YEAR);
259 sb.append("<p>The certificate expires this year.</p>");
264 count, count == 1 ? "year" : "years"));
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 173 assertEquals(Audio1.YEAR, c.getInt(c.getColumnIndex(Members.YEAR)));
  /external/clearsilver/python/examples/base/
hdfhelp.py 76 # no year
79 # add year
  /external/freetype/
NOTICE 55 Portions of this software are copyright ? <year> The FreeType
59 Please replace <year> with the value from the FreeType version you
  /external/icu4c/i18n/unicode/
dtrule.h 14 * \brief C++ API: Rule for specifying date and time in an year
23 * <code>DateTimeRule</code> is a class representing a time in a year by
udat.h 716 * Get the year relative to which all 2-digit years are interpreted.
717 * For example, if the 2-digit start year is 2100, the year 99 will be
721 * @return The year relative to which all 2-digit years are interpreted.
730 * Set the year relative to which all 2-digit years will be interpreted.
731 * For example, if the 2-digit start year is 2100, the year 99 will be
734 * @param d The year relative to which all 2-digit years will be interpreted.
    [all...]
  /external/icu4c/tools/gentest/
gentest.c 146 int32_t year = getCurrentYear(); local
163 fprintf(out, "/** Copyright (C) %d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
  /external/opencore/fileformats/id3parcom/include/
pv_id3_parcom_constants.h 288 #define KVP_KEY_YEAR "year"
301 #define KVP_KEY_RECORDING_TIME "year"
  /external/openssl/crypto/
o_time.c 170 short year, month, day, hour, minute, second, member in struct:vms_vectime
198 result->tm_year = time_values.year - 1900;
  /external/v8/src/
dateparser.h 41 // [0]: year
53 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, UTC_OFFSET, OUTPUT_SIZE

Completed in 80 milliseconds

<<11121314151617181920>>