HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 551 - 575 of 1610) sorted by null

<<21222324252627282930>>

  /external/v8/test/intl/date-format/
property-override.js 40 // Update both date-format.js and date-format.cc so they have the same list of
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DocumentaryFilter.java 28 import java.util.Date;
81 Date date = new Date(); local
82 mRandom = new Random(new Date().getTime());
  /libcore/ojluni/src/main/java/javax/security/cert/
X509Certificate.java 44 import java.util.Date;
263 * the current date and time are within the validity period given in the
266 * The validity period consists of two date/time values:
288 * Checks that the specified date is within the certificate's
290 * certificate would be valid at the specified date/time.
292 * @param date the Date to check against to see if this certificate
293 * is valid at that date/time.
295 * with respect to the <code>date</code> supplied.
297 * yet valid with respect to the <code>date</code> supplied
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 58 // The date of the call, in milliseconds since the epoch.
59 public long date; field in class:PhoneCallDetails
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 108 date = time.ctime(time.time())
112 '#ffffff', '#6622aa', pyver + '<br>' + date) + '''
199 date = time.ctime(time.time())
200 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_scripts.py 69 log.debug("not copying %s (up-to-date)", script)
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 108 date = time.ctime(time.time())
112 '#ffffff', '#6622aa', pyver + '<br>' + date) + '''
199 date = time.ctime(time.time())
200 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_scripts.py 69 log.debug("not copying %s (up-to-date)", script)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 108 date = time.ctime(time.time())
112 '#ffffff', '#6622aa', pyver + '<br>' + date) + '''
199 date = time.ctime(time.time())
200 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 69 log.debug("not copying %s (up-to-date)", script)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 108 date = time.ctime(time.time())
112 '#ffffff', '#6622aa', pyver + '<br>' + date) + '''
199 date = time.ctime(time.time())
200 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 69 log.debug("not copying %s (up-to-date)", script)
  /external/icu/icu4c/source/i18n/
calendar.cpp 11 * Date Name Description
260 //TODO: ULOC_FULL_NAME is out of date and too small..
664 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
686 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
    [all...]
  /device/common/
generate-blob-lists.sh 53 ARCHIVEDIR=archive-$(date +%s)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 20 import java.sql.Date;
27 * JUnit Testcase for the java.sql.Date class
55 // Date strings
71 // Date string array for London (GMT)
75 // Date string array for New York - sometimes a day earlier than London
79 // Date string for Tokyo
96 * Helper method to create a long milliseconds time from a supplied date and
99 static private long getTime(int year, int month, int date, int hour,
101 aCal.set(year, month, date, hour, minute, second);
106 * Test of the Date(int, int, int) constructor - now deprecated but stil
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
alerts.py 173 logging.error('No date for StoppageAlert:\n%s', stoppage_alert_entity)
176 'last_row_date': str(last_row_date.date()) if last_row_date else 'N/A',
193 'date': str(alert_entity.timestamp.date()),
layered_cache_test.py 99 # The expire date should be 10 days after the current date.
102 self.assertEqual(actual_date.date(), expected_date.date())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 27 date = DateTimeProperty() variable in class:TestBasic
78 t.date = datetime.now()
93 #assert t.date == tt.date
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 22 \date{Mar 8, 2007} % update before release!
  /external/curl/packages/vms/
make_pcsi_curl_kit_name.com 135 $! We encode the snapshot date into the version as an ECO since a daily
  /external/eigen/lapack/
clacgv.f 70 *> \date November 2011
cladiv.f 60 *> \date November 2011
dladiv.f 86 *> \date November 2011
dlapy2.f 59 *> \date November 2011
dlapy3.f 64 *> \date November 2011

Completed in 1298 milliseconds

<<21222324252627282930>>