Searched refs:date (Results 1 - 8 of 8) sorted by relevance

/system/extras/tests/workloads/
H A Dpwrtest.sh163 date
290 echo $(date) Test 2 : recents fling for $recentflingTime minutes
297 date
303 echo $(date) Test 2 : run Sun Temple $suntempleTime minutes
313 date
319 echo $(date) Test 3 : chrome fling for $chromeTime minutes
323 date
335 echo $(date) Test 4 : shadowgrid2 for $shadowgrid2Time minutes
340 date
346 echo $(date) Tes
[all...]
H A Dsystemapps.sh139 startTimestamp=$(date +"%s %N")
146 date
160 loopTimestamp=$(date +"%s %N")
201 loopEndTimestamp=$(date +"%s %N")
242 endTimestamp=$(date +"%s %N")
H A Ddefs.sh85 # do a throw-away adb in case the server is out-of-date
290 vout start instramentation $(date)
316 vout stop instramentation $(date)
/system/core/init/
H A Dbootchart.cpp66 char date[32]; local
69 strftime(date, sizeof(date), "%F %T", &now);
83 fprintf(&*fp, "title = Boot chart for Android (%s)\n", date);
/system/security/keystore/
H A Dkeymaster_enforcement.cpp233 auto date = authorizationValue(TAG_ACTIVE_DATETIME, param); local
234 if (date.isOk() && !activation_date_valid(date.value()))
239 auto date = authorizationValue(TAG_ORIGINATION_EXPIRE_DATETIME, param); local
240 if (is_origination_purpose(purpose) && date.isOk() &&
241 expiration_date_passed(date.value()))
246 auto date = authorizationValue(TAG_USAGE_EXPIRE_DATETIME, param); local
247 if (is_usage_purpose(purpose) && date.isOk() && expiration_date_passed(date.value()))
/system/ca-certificates/google/
H A Dextract_from_pem.py9 The current date will be written into the timestamp file, './TIMESTAMP' by
85 datetime.date.today().isoformat())
/system/tpm/attestation/common/
H A Dproto_print.py36 from datetime import date namespace
221 """ % {'year': date.today().year,
243 """ % {'year': date.today().year,
/system/core/toolbox/
H A Dnewfs_msdos.c150 u_int8_t date[2]; /* creation date */ member in struct:de
735 mk2(de->date, x);

Completed in 740 milliseconds