HomeSort by relevance Sort by last modified time
    Searched refs:seconds (Results 601 - 625 of 1528) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 26 % skip a number of seconds in the beginning when calculating delays
141 (delayskip_ix:length(s.decode))')); % ... and are sent after delayskip seconds
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 157 int TimeSinceLastTyping(int &seconds);
  /frameworks/native/opengl/libs/EGL/
egl.cpp 210 static constexpr std::chrono::seconds DURATION(1);
  /frameworks/rs/tests/lldb/
config.py 107 '''Timeout period for a single command, expressed in seconds'''
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 58 * <p>As the data uses 32 bits to store the time in seconds the time range is limited to roughly
114 * The times (in seconds) at which the offsets changes for any reason, whether that is a change
125 * and contains the times in seconds converted to long to make them safer to use.
157 * The offset parts of the transition types, in seconds.
160 * seconds and {@link #mRawOffset} is say +3600 then this will have a value of +3600.
197 // 2 per year with 2^32 seconds would give ~272 transitions.
310 // Convert the current time in millis into seconds. Unlike other places that convert
311 // time in milliseconds into seconds in order to compare with transition time this
360 // tzdata uses seconds, but Java uses milliseconds.
406 * Find the transition in the {@code timezone} in effect at {@code seconds}
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
NewVoicemailMediaPlayerView.java 669 int seconds = millis / 1000; local
670 int minutes = seconds / 60;
671 seconds -= minutes * 60;
675 return String.format(Locale.US, "%02d:%02d", minutes, seconds);
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 65 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
76 size_t Seconds = secondsSinceProcessStartUp();
77 return Seconds ? TotalNumberOfRuns / Seconds : 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 44 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
55 size_t Seconds = secondsSinceProcessStartUp();
56 return Seconds ? TotalNumberOfRuns / Seconds : 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 44 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
55 size_t Seconds = secondsSinceProcessStartUp();
56 return Seconds ? TotalNumberOfRuns / Seconds : 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 44 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
55 size_t Seconds = secondsSinceProcessStartUp();
56 return Seconds ? TotalNumberOfRuns / Seconds : 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 44 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
55 size_t Seconds = secondsSinceProcessStartUp();
56 return Seconds ? TotalNumberOfRuns / Seconds : 0;
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 83 // Unix returns ts as the number of seconds and nanoseconds elapsed since the
89 // Unix returns tv as the number of seconds and nanoseconds elapsed since the
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 83 // Unix returns ts as the number of seconds and nanoseconds elapsed since the
89 // Unix returns tv as the number of seconds and nanoseconds elapsed since the
  /system/chre/host/common/
socket_client.cc 186 std::chrono::seconds(10) / kMinDelay;
  /system/core/bootstat/
boot_event_record_store.cpp 61 auto uptime = std::chrono::duration_cast<std::chrono::seconds>(
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 34 0, // 0 seconds
119 std::this_thread::sleep_for(std::chrono::seconds(1));
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
CmdUtil.java 36 public interface ISleeper { public void sleep(int seconds) throws InterruptedException; }
147 CLog.i("Exit condition not satisfied. Waiting for %s more seconds.",
153 TimeUnit.SECONDS.sleep(DELAY_BETWEEN_RETRY_IN_SECS);
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
CmdUtilTest.java 30 public void sleep(int seconds) throws InterruptedException {
  /prebuilts/go/darwin-x86/src/time/
time.go 8 // no leap seconds.
117 // wall and ext encode the wall time seconds, wall time nanoseconds,
121 // a 33-bit seconds field, and a 30-bit wall time nanoseconds field.
124 // and the full signed 64-bit wall seconds since Jan 1 year 1 is stored in ext.
126 // unsigned wall seconds since Jan 1 year 1885, and ext holds a
156 // sec returns the time's seconds since Jan 1 year 1.
164 // unixSec returns the time's seconds since Jan 1 1970 (Unix time).
167 // addSec adds d seconds to the time.
386 // uses a year equal to 1 mod 400, and that is no more than 2?³ seconds
389 // seconds since this year as absolute times
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 8 // no leap seconds.
117 // wall and ext encode the wall time seconds, wall time nanoseconds,
121 // a 33-bit seconds field, and a 30-bit wall time nanoseconds field.
124 // and the full signed 64-bit wall seconds since Jan 1 year 1 is stored in ext.
126 // unsigned wall seconds since Jan 1 year 1885, and ext holds a
156 // sec returns the time's seconds since Jan 1 year 1.
164 // unixSec returns the time's seconds since Jan 1 1970 (Unix time).
167 // addSec adds d seconds to the time.
386 // uses a year equal to 1 mod 400, and that is no more than 2?³ seconds
389 // seconds since this year as absolute times
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 363 final int seconds = 1; local
365 final int bufferFrames = seconds * sampleRate;
  /device/google/cuttlefish_common/guest/hals/camera/
Exif.cpp 239 // GPS coordinates comprised of <degrees> <minutes>' <seconds>"
250 // Same thing for seconds but here we store seconds with the fraction
251 float seconds = (minutes - (*result)[1]) * 60.0f; local
252 (*result)[2] = seconds;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 216 long seconds; local
241 seconds = (long)timeout;
242 timeout = timeout - (double)seconds;
243 tv.tv_sec = seconds;
1041 in seconds (as float). -1 makes poll wait indefinitely.\n\
1521 long seconds; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 216 long seconds; local
241 seconds = (long)timeout;
242 timeout = timeout - (double)seconds;
243 tv.tv_sec = seconds;
1075 in seconds (as float). -1 makes poll wait indefinitely.\n\
1576 long seconds; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 216 long seconds; local
241 seconds = (long)timeout;
242 timeout = timeout - (double)seconds;
243 tv.tv_sec = seconds;
1041 in seconds (as float). -1 makes poll wait indefinitely.\n\
1521 long seconds; local
    [all...]

Completed in 1665 milliseconds

<<21222324252627282930>>