/tools/external_updater/ |
D | fileutils.py | 80 now = datetime.datetime.now() 81 date.year = now.year 82 date.month = now.month 83 date.day = now.day
|
D | git_updater.py | 96 time_behind = datetime.datetime.now() - commit_time
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | main.cpp | 144 static auto last_timestamp = std::chrono::steady_clock::now(); in android_main() 145 auto now = std::chrono::steady_clock::now(); in android_main() local 146 if (now - last_timestamp >= std::chrono::seconds(5)) { in android_main() 147 last_timestamp = now; in android_main()
|
/tools/acloud/list/ |
D | instance_test.py | 76 now = "2019-01-14T13:00:00.000-07:00" 79 instance.datetime.datetime.now.return_value = dateutil.parser.parse(now) 84 now = "Mon Jan 14 10:10:10 2019" 86 instance.datetime.datetime.now.return_value = dateutil.parser.parse( 87 now).replace(tzinfo=dateutil.tz.tzlocal())
|
D | instance.py | 79 return datetime.datetime.now( 82 return datetime.datetime.now(
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | Animator.kt | 29 fun animate(now: Long): Boolean { in animate() 30 val frac = maxOf(0f, minOf(1f, (now - startTime).toFloat() / duration.toFloat())) in animate() 48 val now = System.currentTimeMillis() in <lambda>() constant 49 animators.removeIf { it.animate(now) } in <lambda>()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 209 final long now = getCurrentTimeMillis(); in onTerribleFailure() local 210 if (0 < mMinEmailInterval && now - mLastEmailSentTime < mMinEmailInterval) { in onTerribleFailure() 213 now - mLastEmailSentTime, mMinEmailInterval); in onTerribleFailure() 231 mLastEmailSentTime = now; in onTerribleFailure()
|
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 87 now = datetime.datetime.now() 88 self._xml(now, message_type, message) 90 default_format = '{} [{}] '.format(now, message_type)
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatDirectoryEntry.java | 197 final long now = System.currentTimeMillis(); in create() local 198 result.setCreated(now); in create() 199 result.setLastAccessed(now); in create() 200 result.setLastModified(now); in create()
|
D | FatFile.java | 161 final long now = System.currentTimeMillis(); in updateTimeStamps() local 162 entry.setLastAccessed(now); in updateTimeStamps() 165 entry.setLastModified(now); in updateTimeStamps()
|
D | FatLfnDirectoryEntry.java | 56 final long now = System.currentTimeMillis(); in FatLfnDirectoryEntry() local 59 this.realEntry.setCreated(now); in FatLfnDirectoryEntry() 60 this.realEntry.setLastAccessed(now); in FatLfnDirectoryEntry()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | agsa_acts.py | 92 expiry_time = datetime.datetime.now() + \ 97 now_plus_minute = datetime.datetime.now() - \ 111 if datetime.datetime.now() > expiry_time:
|
D | audio_utils.py | 86 play_start_time = datetime.datetime.now()
|
D | base_test_actions.py | 110 return datetime.datetime.now().strftime('%m-%d %H:%M:%S.000')
|
/tools/dexter/slicer/export/slicer/ |
D | chronometer.h | 31 start_time_ = Clock::now(); in elapsed_() 35 Clock::time_point end_time = Clock::now(); in ~Chronometer()
|
/tools/acloud/public/ |
D | device_driver_test.py | 188 now = "2015-10-29T13:00:30.018-07:00" 190 device_driver.datetime.datetime.now.return_value = dateutil.parser.parse( 191 now)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | arduino_wifi_dongle.py | 243 curr_time = str(datetime.now()) 258 curr_time = str(datetime.now()) 271 curr_time = str(datetime.now())
|
D | monsoon.py | 772 now = time.time() 773 if now - last_flush >= 0.99: # flush every second 775 last_flush = now
|
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/ |
D | WlanScanTest.py | 72 start_time = datetime.now() 88 total_time_ms = (datetime.now() - start_time).total_seconds() * 1000
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | WaitForDeviceDatetimePreparer.java | 114 long now = System.currentTimeMillis() / 1000; in waitForDeviceDatetime() local 123 if ((Math.abs(now - datetime) < DATETIME_MARGIN)) { in waitForDeviceDatetime()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | NullnessMigrationTest.kt | 62 fun `Method which is now marked null should be marked as recently migrated null`() { in Method which is now marked null should be marked as recently migrated null() 111 fun `Parameter which is now marked null should be marked as recently migrated null`() { in Parameter which is now marked null should be marked as recently migrated null()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | apollo_qa.proto | 108 required uint32 csr_fw_version = 2; // not implemented for now 109 required bool csr_fw_debug_build = 3; // not implemented for now
|
/tools/tradefederation/core/tests/res/testCmdFiles/ |
D | missing-begin-macro.txt | 12 # This will actually fail because the macro f() is now undefined.
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | FileIdleMonitor.java | 102 Duration elapsed = Duration.between(Instant.ofEpochMilli(timestamp), Instant.now()); in checkIfIdle()
|
/tools/metalava/ |
D | README.md | 98 files. This is vital now that some of these annotations become part of the 106 signature format now uses a suffix of `?` for nullable, `!` for not yet 155 * Support for parsing Kotlin files. API files can now be implemented in Kotlin 288 functionality is now rolled into metalava, which has one very important
|