/frameworks/base/core/java/android/security/net/config/ |
XmlConfigSource.java | 21 import java.util.Date; 141 Date date = sdf.parse(expirationDate); local 142 if (date == null) { 143 throw new ParserException(parser, "Invalid expiration date in pin-set"); 145 expirationTimestampMilis = date.getTime(); 147 throw new ParserException(parser, "Invalid expiration date in pin-set", e);
|
/ndk/sources/host-tools/make-3.81/ |
arscan.c | 118 member date, 124 NOTE: on VMS systems, only name, date, and arg are meaningful! 247 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 267 # define ar_date Date 288 member date, 746 long int date UNUSED, int uid UNUSED, int gid UNUSED, 754 /* Set date of member MEMNAME in archive ARNAME to current time. 826 long int date, int uid, int gid, int mode) 833 printf (_(" Date %s"), ctime (&date)); [all...] |
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 9 import java.util.Date; 125 Date date = new Date(System.currentTimeMillis()); local 126 String timeStr = format.format(date); // Format to YYMMDDTHHMMSS UTC time 203 msg.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus("Let's go fishing!", "00498912345678", date.getTime()));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarRegression.java | 17 import java.util.Date; 171 //This will print out todays date for MONTH and DAY_OF_MONTH 172 //instead of the date it was set to. 214 * calendar.get(calendar.WEEK_OF_MONTH)); logln("DATE: " + 215 * calendar.get(calendar.DATE)); logln("DAY_OF_MONTH: " + 233 * calendar.get(calendar.WEEK_OF_MONTH)); logln("DATE: " + 234 * calendar.get(calendar.DATE)); logln("DAY_OF_MONTH: " + 269 Date cd = gc.getTime(); 273 Date exp = cal.getTime(); 289 Date date = fmt.parse("29MAY97") local 428 SimpleDateFormat date; local 870 Date date = new Date(DATA[i]); local 1121 Date date = tempcal.getTime(); local 1885 Date date = tempcal.getTime(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarRegression.java | 16 import java.util.Date; 167 //This will print out todays date for MONTH and DAY_OF_MONTH 168 //instead of the date it was set to. 210 * calendar.get(calendar.WEEK_OF_MONTH)); logln("DATE: " + 211 * calendar.get(calendar.DATE)); logln("DAY_OF_MONTH: " + 229 * calendar.get(calendar.WEEK_OF_MONTH)); logln("DATE: " + 230 * calendar.get(calendar.DATE)); logln("DAY_OF_MONTH: " + 265 Date cd = gc.getTime(); 269 Date exp = cal.getTime(); 285 Date date = fmt.parse("29MAY97") local 424 SimpleDateFormat date; local 866 Date date = new Date(DATA[i]); local 1117 Date date = tempcal.getTime(); local 1881 Date date = tempcal.getTime(); local [all...] |
/bionic/libc/kernel/uapi/linux/ |
iso_fs.h | 172 char date[ISODCL(19, 25)]; member in struct:iso_directory_record
|
msdos_fs.h | 177 __le16 time, date, start; member in struct:msdos_dir_entry
|
/cts/tests/tests/net/src/org/apache/http/conn/ssl/cts/ |
AbstractVerifierTest.java | 38 import java.util.Date; 224 public void checkValidity(Date date) 250 public Date getNotBefore() { 255 public Date getNotAfter() {
|
/development/ndk/platforms/android-21/include/linux/ |
iso_fs.h | 172 char date [ISODCL (19, 25)]; member in struct:iso_directory_record
|
msdos_fs.h | 177 __le16 time,date,start; member in struct:msdos_dir_entry
|
/development/ndk/platforms/android-3/include/linux/ |
msdos_fs.h | 157 __le16 time,date,start; member in struct:msdos_dir_entry
|
/development/testrunner/ |
create_test.py | 110 "YEAR":datetime.date.today().year}
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ActionScriptTarget.java | 71 * Ideally this should be improved at a future date. The most optimal way to encode this
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertificateTest.java | 32 import java.util.Date; 87 public void checkValidity(Date date) 108 public Date getNotBefore() { 112 public Date getNotAfter() {
|
/external/autotest/contrib/ |
sheriff_host_utils.py | 124 cutoff = django_timezone.now().date() - datetime.timedelta(days=days_back)
|
/external/autotest/site_utils/bootperf-bin/ |
bootperf | 165 echo "$(date '+%T') - $logfile" 187 date '+%T'
|
/external/bison/ |
GNUmakefile | 45 # Ensure that $(VERSION) is up to date for dist-related targets, but not 66 # up-to-date version is prohibitive. So, as a compromise, we merely 67 # warn when installing a version string that is out of date; the user 70 $(info WARNING: version string $(VERSION) is out of date;)
|
/external/bison/build-aux/ |
mdate-sh | 69 # Prevent date giving response in another language. 103 # To find the date, we split the line on spaces and iterate on words 108 # words should be skipped to get the date. 189 *:*) set `date`; eval year=\$$#
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
|
/external/chromium-trace/catapult/catapult_build/perfbot_stats/ |
chrome_perf_stats.py | 30 USAGE = ('Usage: chrome_perf_stats.py <year> <month> <day>. If date is not ' 62 yesterday = datetime.date.today() - datetime.timedelta(days=1) 115 'date': date_str,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags2man.py | 183 self.date = time.localtime(time.time()) # default date info 197 self.date = time.localtime(finfo[stat.ST_MTIME]) 485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name)) 519 % time.strftime('%Y', self.info.date)) 523 ' Note that the date on this' 524 ' page is the modification date of %s.\n' % self.info.name)
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags2man.py | 183 self.date = time.localtime(time.time()) # default date info 197 self.date = time.localtime(finfo[stat.ST_MTIME]) 485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name)) 519 % time.strftime('%Y', self.info.date)) 523 ' Note that the date on this' 524 ' page is the modification date of %s.\n' % self.info.name)
|
/external/e2fsprogs/tests/scripts/ |
resize_test | 27 date > $OUT_TMP
|
/external/eigen/lapack/ |
dlamch.f | 59 *> \date November 2011 154 *> \date November 2011
|
slamch.f | 63 *> \date November 2011 158 *> \date November 2011
|