/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | L2CAP_PTS_INSTRUCTIONS | 21 [Wait up to 10-15 seconds] 27 [Wait up to 10-15 seconds] 33 [Wait up to 10-15 seconds] 37 [Wait up to 10-15 seconds] 41 [Wait up to 10-15 seconds] 50 [Wait up to 10-15 seconds] 64 [Wait up to 10-15 seconds] 69 [Wait up to 10-15 seconds] 75 [Wait up to 10-15 seconds] 81 [Wait up to 10-15 seconds] [all …]
|
D | GAP_PTS_INSTRUCTIONS | 244 Wait 5-10 seconds 246 Wait 5-10 seconds 260 Wait 5-10 seconds when PTS prompt comes up to disconnect 263 Wait 5-10 seconds when PTS prompt comes up to disconnect 294 [Wait 30 seconds for PTS to complete] 376 Wait 5 seconds for PTS to process and finish up 490 [Wait 10 seconds] 554 [Wait 10 seconds]
|
D | BNEP_PTS_INSTRUCTIONS | 24 # Wait 20 seconds
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | dongles.py | 52 seconds=PAIRING_MODE_WAIT_TIME) 57 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 62 seconds=SINGLE_ACTION_LONG_WAIT_TIME) 98 seconds=PAIRING_MODE_WAIT_TIME) 103 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 109 seconds=SINGLE_ACTION_LONG_WAIT_TIME) 115 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 121 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
|
D | relay.py | 131 def set_no_for(self, seconds=button_press_time): argument 138 sleep(seconds) 141 def set_nc_for(self, seconds=button_press_time): argument 150 sleep(seconds)
|
D | power_supply.py | 36 def _hold_button(self, button, seconds): argument 38 time.sleep(seconds)
|
D | skullcandy.py | 39 def _hold_button(self, button, seconds): argument 41 time.sleep(seconds)
|
D | ak_xb10_speaker.py | 41 def _hold_button(self, button, seconds): argument 43 time.sleep(seconds)
|
D | sony_xb2_speaker.py | 41 def _hold_button(self, button, seconds): argument 43 time.sleep(seconds)
|
D | sony_xb20_speaker.py | 39 def _hold_button(self, button, seconds): argument 41 time.sleep(seconds)
|
/tools/test/connectivity/acts_tests/tests/google/coex/config/ |
D | sample_config.json | 48 //Music record duration in seconds, 49 //this should be +5 seconds 'music play time'. 51 //Duration for how many seconds music should be played, 52 //this should be +5 seconds of iperf_duration.
|
/tools/asuite/atest-py2/metrics/ |
D | metrics_utils.py | 64 seconds = int(diff_time_sec) 65 nanos = int((diff_time_sec - seconds)*10**9) 66 return {'seconds': seconds, 'nanos': nanos}
|
/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 64 seconds = int(diff_time_sec) 65 nanos = int((diff_time_sec - seconds)*10**9) 66 return {'seconds': seconds, 'nanos': nanos}
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | base_test_actions.py | 185 def sleep(self, seconds): argument 186 self.logger.info('%s seconds' % seconds) 187 time.sleep(seconds)
|
D | agsa_acts.py | 93 datetime.timedelta(seconds=timeout) 98 datetime.timedelta(seconds=5)
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | MsDosDateTimeUtils.java | 43 int seconds = c.get(Calendar.SECOND); in packTime() local 55 return (hours << 11) | (minutes << 5) | (seconds / 2); in packTime()
|
/tools/repohooks/rh/ |
D | utils_unittest.py | 45 delta = datetime.timedelta(seconds=0.123456) 50 delta = datetime.timedelta(seconds=12.3) 55 delta = datetime.timedelta(seconds=72.3) 60 delta = datetime.timedelta(seconds=4000.3)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | power_metrics.py | 97 def seconds(seconds, name=None): argument 99 return Metric(seconds, TIME, SECOND, name=name)
|
/tools/asuite/atest/proto/ |
D | common.proto | 6 required int64 seconds = 1; field
|
/tools/asuite/atest-py2/proto/ |
D | common.proto | 6 required int64 seconds = 1; field
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveNoQXDMLogTest.py | 192 ad.log.info("Time Diff is %d for %s", time_diff.seconds, 195 keyword_time_dict[tel_state].append(time_diff.seconds) 198 time_diff.seconds, 299 ad.log.info("Time Diff is %d for %s", time_diff.seconds, 302 keyword_time_dict[tel_state].append(time_diff.seconds) 305 time_diff.seconds,
|
/tools/test/openhst/ |
D | stress_test.proto | 47 // The multiplier used on the parsed monotonic time to convert it to seconds. 118 // How many seconds to wait before executing the command/playing the sound in 121 // How many seconds to wait after executing the command/playing the sound in
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | main.cpp | 145 if (now - last_timestamp >= std::chrono::seconds(5)) { in android_main()
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 15 2.Capture 10 seconds of tracing information using `atrace`:
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 121 // The wait time required between disconnecting and connecting, in seconds. 123 // The time to limit max connection, in seconds.
|