/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 49 Date date = new Date(); in testStarted() local 66 Date date = new Date(); in testEnded() local
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | gbench_output4.json | 3 "date": "2016-03-07 10:59:01", string
|
D | gbench_output8.json | 3 "date": "2020-10-20T01:52:25+00:00", string
|
D | gbench_output3.json | 3 "date": "2016-03-07 10:59:01", string
|
D | gbench_output5.json | 5 "date": "2017-11-09 06:57:51", string
|
D | gbench_output6.json | 3 "date": "2017-11-09 06:57:51", string
|
D | gbench_output2.json | 3 "date": "2016-03-07 10:59:01", string
|
D | gbench_output1.json | 3 "date": "2016-03-07 10:59:01", string
|
D | gbench_output7.json | 3 "date": "2016-03-07 10:59:01", string
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | RetentionFileSaver.java | 43 Date date = new Date(deleteTimeEpoch); in writeRetentionFile() local
|
/tools/loganalysis/javatests/com/android/loganalysis/item/ |
D | GenericItemTest.java | 221 Date date = new Date(); in testToJson() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 2093 Date date = new Date(1476958891000L); in testGetDeviceTimeOffset() local 2112 Date date = new Date(1476958881000L); in testGetDeviceTimeOffset_delay() local 2122 Date date = new Date(1476958881000L); in testSetDate() local 2153 Date date = new Date(1476958881000L); in testSetDate_lowApi() local 2181 Date date = new Date(1476958881000L); in testSetDate_NoAction() local 3145 long date = 1512990942000L; // 2017-12-11 11:15:42.000 UTC in testGetLogcatSinceOnSdk23() local 3168 long date = 1512990942012L; in testGetLogcatSinceOnSdkOver24() local
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | DelegatingX509Certificate.java | 80 public void checkValidity(Date date) in checkValidity()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 1056 public InputStreamSource getLogcatSince(long date); in getLogcatSince() 1470 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException; in getDeviceTimeOffset() 1479 public void setDate(Date date) throws DeviceNotAvailableException; in setDate()
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/resultdb/ |
D | InvocationSimulator.java | 147 ZonedDateTime date = formatter.parse(in, LocalDateTime::from).atZone(ZoneId.of("UTC")); in getStartTime() local
|
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AuthorizationList.java | 354 private static String formatDate(Date date) { in formatDate()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 2961 public InputStreamSource getLogcatSince(long date) { in getLogcatSince() 4903 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in getDeviceTimeOffset() 4919 public void setDate(Date date) throws DeviceNotAvailableException { in setDate()
|