Searched
refs:seconds (Results
751 -
775 of
1528) sorted by null
<<31323334353637383940>>
/frameworks/base/media/java/android/media/ |
TtmlRenderer.java | 135 String seconds = matcher.group(3); local 136 durationSeconds += Long.parseLong(seconds);
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 34 timespan = 15 # seconds total span shown 35 scrolljump = 5 # seconds jump when scrolling 36 timeticks = 1 # seconds between each time tick 282 timeindex = delta.seconds + delta.microseconds * 0.000001 341 self.timebase += timedelta(seconds=bottom)
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
Hwc2TestBuffer.cpp | 283 if (mCv.wait_for(lock, std::chrono::seconds(2)) == std::cv_status::timeout) 298 if (mCv.wait_for(lock, std::chrono::seconds(2)) == std::cv_status::timeout)
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 47 static const std::chrono::seconds kTimeoutInSeconds = std::chrono::seconds(kTimeout);
|
/libcore/ojluni/src/main/java/java/util/ |
Date.java | 61 * 24 × 60 × 60 = 86400 seconds 66 * year 1995 was 61 seconds long, thanks to an added leap second. 79 * seconds are introduced as needed into UTC so as to keep UTC within 80 * 0.9 seconds of UT1, which is a version of UT with certain 84 * <i>not</i> adjusted for leap seconds. An interesting source of 97 * year, month, date, hours, minutes, and seconds values, the 111 * 61 occur only for leap seconds and even then only in Java 112 * implementations that actually track leap seconds correctly. Because 113 * of the manner in which leap seconds are currently introduced, it is 114 * extremely unlikely that two leap seconds will occur in the sam [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
PhoneCallDetailsHelper.java | 617 long minutes = TimeUnit.SECONDS.toMinutes(details.duration); 618 long seconds = details.duration - TimeUnit.MINUTES.toSeconds(minutes); local 622 return resources.getString(R.string.voicemailDurationFormat, minutes, seconds);
|
/prebuilts/go/darwin-x86/src/cmd/test2json/ |
main.go | 35 // Elapsed float64 // seconds
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_sighandler.go | 126 // the relay sleeps for 5 seconds and then does the crash/exit itself.
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
value_test.go | 144 // Reload config every 10 seconds
|
/prebuilts/go/darwin-x86/src/sync/ |
mutex_test.go | 209 t.Fatalf("can't acquire Mutex in 10 seconds")
|
/prebuilts/go/linux-x86/src/cmd/test2json/ |
main.go | 35 // Elapsed float64 // seconds
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_sighandler.go | 126 // the relay sleeps for 5 seconds and then does the crash/exit itself.
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
value_test.go | 144 // Reload config every 10 seconds
|
/prebuilts/go/linux-x86/src/sync/ |
mutex_test.go | 209 t.Fatalf("can't acquire Mutex in 10 seconds")
|
/system/netd/server/ |
ResolverController.cpp | 268 .withInitialRetransmissionTime(std::chrono::seconds(60)) 269 .withMaximumRetransmissionTime(std::chrono::seconds(3600))
|
/external/autotest/client/tests/hackbench/src/ |
hackbench.c | 32 2) It runs too fast and ends in a couple of seconds. Sometimes it's too hard to debug
|
/external/autotest/client/tests/netperf2/ |
netperf2.py | 45 test_time: time to run the test for in seconds 186 "Command did not complete within %d seconds"
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_output_unittest.py | 187 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
|
/external/googletest/googletest/test/ |
gtest_xml_output_unittest.py | 200 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
|
/external/llvm/lib/Fuzzer/ |
FuzzerUtil.cpp | 98 void SetTimer(int Seconds) { 99 struct itimerval T {{Seconds, 0}, {Seconds, 0}}; 248 void SleepSeconds(int Seconds) { 249 std::this_thread::sleep_for(std::chrono::seconds(Seconds));
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
file_block_cache.cc | 143 block->cond_var.wait_for(l, std::chrono::seconds(60));
|
/external/v8/testing/gtest/test/ |
gtest_xml_output_unittest.py | 197 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_xml_output_unittest.py | 197 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyGroup.java | 254 // convert from seconds to DateTime 342 private native String format_date_time(long seconds);
|
/hardware/interfaces/bluetooth/1.0/default/ |
vendor_interface.cc | 360 fd_watcher_.ConfigureTimeout(std::chrono::seconds(0), []() {
|
Completed in 1033 milliseconds
<<31323334353637383940>>