/device/google/cuttlefish_common/common/vsoc/lib/ |
mock_region_view.h | 96 std::chrono::seconds(kWaitTimeoutInSec)) ==
|
/external/autotest/client/cros/video/ |
video_player.py | 115 self.seek_to(datetime.timedelta(seconds=0))
|
/external/autotest/server/site_tests/firmware_TypeCProbeUSB3/ |
firmware_TypeCProbeUSB3.py | 62 'after %d seconds' % self.POLL_USB3_SECS),
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_libc.h | 73 unsigned int internal_sleep(unsigned int seconds);
|
/external/f2fs-tools/scripts/ |
spo_test.sh | 59 echo Start sleep: $rand seconds
|
/external/lisa/libs/utils/android/workloads/ |
app_startup.py | 56 :param duration_s: Run benchmak for this required number of seconds 92 Screen.set_timeout(self._target, seconds=duration_s+60)
|
display_image.py | 79 Screen.set_timeout(self._target, seconds=(duration_s+60))
|
idle_resume.py | 87 Screen.set_timeout(self._target, seconds=0)
|
suspend_resume.py | 85 Screen.set_timeout(self._target, seconds=0)
|
/external/llvm/unittests/Support/ |
ProgramTest.cpp | 26 void sleep_for(unsigned int seconds) { 27 sleep(seconds); 31 void sleep_for(unsigned int seconds) { 32 Sleep(seconds * 1000); 206 sleep_for(/*seconds*/ 1); 264 sleep_for(/*seconds*/ 10);
|
/external/perfetto/test/ |
task_runner_thread.cc | 47 ready_.wait_for(lock, std::chrono::seconds(10),
|
/external/protobuf/conformance/ |
conformance_test.cc | [all...] |
/external/tensorflow/tensorflow/core/lib/strings/ |
numbers.h | 173 string HumanReadableElapsedTime(double seconds);
|
/external/toybox/toys/pending/ |
dd.c | 62 double seconds; local 66 seconds = ((now.tv_sec * 1000000 + now.tv_usec) - 76 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); 77 fprintf(stderr, "%f s, %s/s\n", seconds, toybuf);
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_audio_processing.h | 208 // * Time in seconds since the last typing event. 209 // * Time in seconds since the typing detection was enabled. 211 virtual int TimeSinceLastTyping(int& seconds) = 0;
|
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
TestedFrameLayout.java | 50 public void waitForDraw(int seconds) throws InterruptedException { 51 assertTrue(mDrawLatch.await(seconds, TimeUnit.SECONDS)); 58 public void waitForLayout(int seconds) throws InterruptedException { 59 assertTrue(mLayoutLatch.await(seconds, TimeUnit.SECONDS));
|
/hardware/interfaces/radio/1.0/vts/functional/ |
radio_hidl_hal_test.cpp | 63 status = cv.wait_until(lock, now + std::chrono::seconds(sec));
|
/hardware/interfaces/radio/1.1/vts/functional/ |
radio_hidl_hal_test.cpp | 68 status = cv.wait_until(lock, now + std::chrono::seconds(sec));
|
/hardware/interfaces/radio/1.2/vts/functional/ |
radio_hidl_hal_test.cpp | 74 status = cv_.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
|
/libcore/ojluni/src/main/java/java/sql/ |
Statement.java | 199 * Retrieves the number of seconds the driver will 204 * @return the current query timeout limit in seconds; zero means there is 213 * Sets the number of seconds the driver will wait for a 214 * <code>Statement</code> object to execute to the given number of seconds. 231 * @param seconds the new query timeout limit in seconds; zero means 235 * or the condition seconds >= 0 is not satisfied 238 void setQueryTimeout(int seconds) throws SQLException; [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
LapsAdapter.java | 237 * @param separator displayed between hours and minutes as well as minutes and seconds 242 final int hours, minutes, seconds, hundredths; local 245 hours = minutes = seconds = hundredths = 0; 253 seconds = (int) (remainder / DateUtils.SECOND_IN_MILLIS); 282 // The display of seconds and hundredths-of-a-second is constant. 284 sTimeBuilder.append(UiDataModel.getUiDataModel().getFormattedNumber(seconds, 2));
|
/system/core/liblog/tests/ |
log_wrap_test.cpp | 117 EXPECT_GT(timer.duration(), std::chrono::seconds(40));
|
/system/core/libutils/include/utils/ |
Timers.h | 36 typedef int64_t nsecs_t; // nano-seconds 75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } function
|
/system/security/keystore/ |
confirmationui_rate_limiting.h | 48 static std::chrono::seconds getBackoff(uint32_t counter) {
|
/art/runtime/gc/collector/ |
garbage_collector.cc | 221 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0; local 236 << GetName() << " throughput: " << freed_objects / seconds << "/s / " 237 << PrettySize(freed_bytes / seconds) << "/s\n";
|