Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 40) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DL2CAP_PTS_INSTRUCTIONS21 [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 …]
DGAP_PTS_INSTRUCTIONS244 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]
DBNEP_PTS_INSTRUCTIONS24 # Wait 20 seconds
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Ddongles.py52 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)
Drelay.py131 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)
Dpower_supply.py36 def _hold_button(self, button, seconds): argument
38 time.sleep(seconds)
Dskullcandy.py39 def _hold_button(self, button, seconds): argument
41 time.sleep(seconds)
Dak_xb10_speaker.py41 def _hold_button(self, button, seconds): argument
43 time.sleep(seconds)
Dsony_xb2_speaker.py41 def _hold_button(self, button, seconds): argument
43 time.sleep(seconds)
Dsony_xb20_speaker.py39 def _hold_button(self, button, seconds): argument
41 time.sleep(seconds)
/tools/test/connectivity/acts_tests/tests/google/coex/config/
Dsample_config.json48 //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/
Dmetrics_utils.py64 seconds = int(diff_time_sec)
65 nanos = int((diff_time_sec - seconds)*10**9)
66 return {'seconds': seconds, 'nanos': nanos}
/tools/asuite/atest/metrics/
Dmetrics_utils.py64 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/
Dbase_test_actions.py185 def sleep(self, seconds): argument
186 self.logger.info('%s seconds' % seconds)
187 time.sleep(seconds)
Dagsa_acts.py93 datetime.timedelta(seconds=timeout)
98 datetime.timedelta(seconds=5)
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtils.java43 int seconds = c.get(Calendar.SECOND); in packTime() local
55 return (hours << 11) | (minutes << 5) | (seconds / 2); in packTime()
/tools/repohooks/rh/
Dutils_unittest.py45 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/
Dpower_metrics.py97 def seconds(seconds, name=None): argument
99 return Metric(seconds, TIME, SECOND, name=name)
/tools/asuite/atest/proto/
Dcommon.proto6 required int64 seconds = 1; field
/tools/asuite/atest-py2/proto/
Dcommon.proto6 required int64 seconds = 1; field
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py192 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/
Dstress_test.proto47 // 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/
Dmain.cpp145 if (now - last_timestamp >= std::chrono::seconds(5)) { in android_main()
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md15 2.Capture 10 seconds of tracing information using `atrace`:
/tools/carrier_settings/proto/
Dcarrier_settings.proto121 // The wait time required between disconnecting and connecting, in seconds.
123 // The time to limit max connection, in seconds.

12