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

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 49 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
106 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Archive.h 55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;
117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
example.go 70 tstr := fmt.Sprintf("(%.2f seconds)", dt.Seconds())
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
racesig.go 96 fmt.Println("Hung for 5 seconds")
  /prebuilts/go/linux-x86/src/go/doc/testdata/
example.go 70 tstr := fmt.Sprintf("(%.2f seconds)", dt.Seconds())
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
racesig.go 96 fmt.Println("Hung for 5 seconds")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 143 static_assert(is_representable(FileTimeT(seconds(max_time_t))), "");
144 static_assert(is_representable(FileTimeT(seconds(min_time_t))), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 87 return (static_cast<double>(info.user_time.seconds) +
89 static_cast<double>(info.system_time.seconds) +
  /system/core/base/
properties.cpp 109 auto s = std::chrono::duration_cast<std::chrono::seconds>(d);
111 ts.tv_sec = std::min<std::chrono::seconds::rep>(s.count(), std::numeric_limits<time_t>::max());
  /system/netd/libnetdutils/
BackoffSequenceTest.cpp 133 auto backoff = BackoffSequence<std::chrono::seconds>::Builder()
134 .withInitialRetransmissionTime(std::chrono::seconds(0))
  /external/autotest/client/cros/power/
power_suspend.py 21 disconnect_3G_time: Amount of seconds it took to disable 3G.
45 _device_resume_time: Read seconds overall device resume took from logs.
249 seconds = time.mktime(timeval)
250 seconds += float(match.group(2))
251 logging.debug('RTC resume timestamp read: %f', seconds)
252 if seconds >= not_before:
253 return seconds
284 """Calculate seconds for firmware resume from logged TSC. (x86 only)"""
305 """Read amount of seconds for overall device resume from syslog."""
463 @returns: a float representing arc resume timestamp in CPU seconds
    [all...]
  /libcore/ojluni/src/main/java/java/time/
OffsetDateTime.java 495 * <li>{@code SECONDS}
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 189 * Configure the clock that is visible to display seconds. The clock that is not visible never
190 * displays seconds to avoid it scheduling unnecessary ticking runnables.
380 * @param includeSeconds whether or not to include seconds in the clock's time
394 * @param includeSeconds whether or not to include seconds in the time string
395 * @return format string for 12 hours mode time, not including seconds
588 * @param seconds Seconds to display
591 static String getTimeString(Context context, int hours, int minutes, int seconds) {
593 return context.getString(R.string.hours_minutes_seconds, hours, minutes, seconds);
596 return context.getString(R.string.minutes_seconds, minutes, seconds);
    [all...]
  /system/core/bootstat/
boot_reason_test.sh 140 [ "USAGE: format_duration <seconds>
142 human readable output whole seconds, whole minutes or mm:ss" ]
148 seconds=`expr ${1} % 60`
155 echo ${1} seconds
160 elif [ 0 -eq ${seconds} ]; then
164 echo ${minutes}:`expr ${seconds} / 10``expr ${seconds} % 10`
331 [ "USAGE: duration_test [[prefix]seconds]
    [all...]
  /external/lz4/programs/
lz4io.c 380 { double const seconds = (double)(end - start) / CLOCKS_PER_SEC; local
381 DISPLAYLEVEL(4,"Done in %.2f s ==> %.2f MB/s\n", seconds, (double)filesize / seconds / 1024 / 1024);
564 double const seconds = (double)(end - start) / CLOCKS_PER_SEC; local
565 DISPLAYLEVEL(4, "Completed in %.2f sec \n", seconds);
997 double const seconds = (double)(end - start) \/ CLOCKS_PER_SEC; local
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
SettingsActivity.java 145 public void settingChanged(int seconds) {
146 log("buffer test new duration: " + seconds);
147 getApp().setBufferTestDuration(seconds);
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
707 ** Given a pointer into a time zone string, extract a number of seconds,
711 ** of seconds.
737 /* `SECSPERMIN' allows for leap seconds. */
1271 register time_t seconds; local
1480 register int_fast32_t seconds; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 178 mDNSlocal void WaitForAnswer(mDNS *const m, int seconds)
182 end.tv_sec += seconds;
197 if (!NumAnswers) printf("No response after %d seconds\n", seconds);
  /external/python/cpython3/Lib/unittest/test/
test_assertions.py 53 second = first + datetime.timedelta(seconds=10)
55 delta=datetime.timedelta(seconds=20))
57 delta=datetime.timedelta(seconds=5))

Completed in 1461 milliseconds

<<21222324252627282930>>