/tools/tradefederation/core/src/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 45 Date date = new Date(); in testStarted() local 49 test.toString(), date.toString()); in testStarted() 56 Date date = new Date(); in testEnded() local 60 test.toString(), date.toString()); in testEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | RetentionFileSaver.java | 43 Date date = new Date(deleteTimeEpoch); in writeRetentionFile() local 45 FileUtil.writeToFile(new SimpleDateFormat(RETENTION_DATE_FORMAT).format(date), in writeRetentionFile()
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | DelegatingX509Certificate.java | 79 public void checkValidity(Date date) in checkValidity() argument 81 mDelegate.checkValidity(date); in checkValidity()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1260 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in testIsNewer() 1291 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in testIsNewer_timeOffset() 1324 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in testIsNewer_fails() 1745 Date date = new Date(1476958891000L); in testGetDeviceTimeOffset() local 1746 assertEquals(10000L, mTestDevice.getDeviceTimeOffset(date)); in testGetDeviceTimeOffset() 1763 Date date = new Date(1476958881000L); in testGetDeviceTimeOffset_delay() local 1764 assertEquals(-10000L, mTestDevice.getDeviceTimeOffset(date)); in testGetDeviceTimeOffset_delay() 1772 Date date = new Date(1476958881000L); in testSetDate() local 1781 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in testSetDate() 1794 mTestDevice.setDate(date); in testSetDate() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | INativeDevice.java | 718 public InputStreamSource getLogcatSince(long date); in getLogcatSince() argument 1055 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException; in getDeviceTimeOffset() argument 1064 public void setDate(Date date) throws DeviceNotAvailableException; in setDate() argument
|
D | NativeDevice.java | 1987 public InputStreamSource getLogcatSince(long date) { in getLogcatSince() argument 2002 String dateFormatted = format.format(new Date(date)); in getLogcatSince() 3467 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in getDeviceTimeOffset() argument 3471 if (date == null) { in getDeviceTimeOffset() 3472 date = new Date(); in getDeviceTimeOffset() 3475 offset = date.getTime() - deviceTime; in getDeviceTimeOffset() 3484 public void setDate(Date date) throws DeviceNotAvailableException { in setDate() argument 3485 if (date == null) { in setDate() 3486 date = new Date(); in setDate() 3488 long timeOffset = getDeviceTimeOffset(date); in setDate() [all …]
|
/tools/loganalysis/tests/src/com/android/loganalysis/item/ |
D | GenericItemTest.java | 231 Date date = new Date(); in testToJson() local 236 item.setAttribute("date", date); in testToJson() 251 assertEquals(date.toString(), output.get("date")); in testToJson()
|
/tools/test/connectivity/tools/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/tools/test/connectivity/acts/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 50 date_time: system date and time (string)
|
/tools/repohooks/ |
D | README.md | 220 * New hooks can be added in `rh/hooks.py`. Be sure to keep the list up-to-date
|
/tools/acloud/ |
D | LICENSE | 88 as of the date such litigation is filed.
|
/tools/apksig/ |
D | LICENSE | 100 as of the date such litigation is filed.
|
/tools/external/fat32lib/ |
D | NOTICE | 64 … modified to carry prominent notices stating that you changed the files and the date of any change.
|