HomeSort by relevance Sort by last modified time
    Searched refs:time (Results 51 - 75 of 8640) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libaaudio/src/utility/
AudioClock.h 22 #include <time.h>
26 // Time conversion constants.
35 struct timespec time; local
36 int result = clock_gettime(clockId, &time);
40 return (time.tv_sec * AAUDIO_NANOS_PER_SECOND) + time.tv_nsec;
44 * Sleep until the specified absolute time.
48 * @param nanoTime time to wake up
55 struct timespec time; local
56 time.tv_sec = nanoTime / AAUDIO_NANOS_PER_SECOND
84 struct timespec time; local
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/
TCKChronoUnitSerialization.java 57 package tck.java.time.temporal.serial;
59 import static java.time.temporal.ChronoUnit.CENTURIES;
60 import static java.time.temporal.ChronoUnit.DAYS;
61 import static java.time.temporal.ChronoUnit.DECADES;
62 import static java.time.temporal.ChronoUnit.ERAS;
63 import static java.time.temporal.ChronoUnit.FOREVER;
64 import static java.time.temporal.ChronoUnit.HALF_DAYS;
65 import static java.time.temporal.ChronoUnit.HOURS;
66 import static java.time.temporal.ChronoUnit.MICROS;
67 import static java.time.temporal.ChronoUnit.MILLENNIA
    [all...]
  /libcore/luni/src/test/java/libcore/java/time/zone/
ZoneOffsetTransitionTest.java 16 package libcore.java.time.zone;
19 import java.time.LocalDateTime;
20 import java.time.Month;
21 import java.time.OffsetDateTime;
22 import java.time.ZoneOffset;
23 import java.time.zone.ZoneOffsetTransition;
30 * @see tck.java.time.zone.TCKZoneOffsetTransition
36 LocalDateTime time = LocalDateTime.of(2000, Month.JANUARY, 1, 0, 0); local
39 ZoneOffsetTransition transition = ZoneOffsetTransition.of(time,
41 // toEpochSeconds must match the toEpochSeconds of the original time at the "offset before"
    [all...]
  /external/curl/docs/cmdline-opts/
connect-timeout.d 3 Help: Maximum time allowed for connection
4 See-also: max-time
6 Maximum time in seconds that you allow curl's connection to take. This only
trace-time.d 1 Long: trace-time
2 Help: Add time stamps to trace/verbose output
5 Prepends a time stamp to each trace or verbose line that curl displays.
remote-time.d 1 long: remote-time
3 Help: Set the remote file's time on the local output
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZoneTransition.java 12 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
13 * An instance has a time of transition and rules for both before and
21 private final long time; field in class:TimeZoneTransition
24 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
27 * @param time The time of transition in milliseconds since the base time.
28 * @param from The time zone rule used before the transition.
29 * @param to The time zone rule used after the transition.
31 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZoneTransition.java 11 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
12 * An instance has a time of transition and rules for both before and
20 private final long time; field in class:TimeZoneTransition
23 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
26 * @param time The time of transition in milliseconds since the base time.
27 * @param from The time zone rule used before the transition.
28 * @param to The time zone rule used after the transition.
32 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to)
    [all...]
  /system/update_engine/common/
fake_clock.h 24 // Implements a clock that can be made to tell any time you want.
29 base::Time GetWallclockTime() override {
33 base::Time GetMonotonicTime() override {
37 base::Time GetBootTime() override {
41 void SetWallclockTime(const base::Time &time) {
42 wallclock_time_ = time;
45 void SetMonotonicTime(const base::Time &time) {
46 monotonic_time_ = time;
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/time/
1-1.c 10 * This test case shall return PASS on returning the value of time, otherwise
16 #include <time.h>
23 current_time = time(NULL);
30 puts("Test FAILED: not value for time.");
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 24 * This Timing ramps up linearly from 0 to 1 in a given repeated time interval.
36 * @param period the time period for a full cycle.
37 * @param phase the phase of the cycle, which is added to the actual time.
48 public double getTiming(long time)
51 return (double)((time + phase) % period) / (double)period;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_util.c 39 #include <time.h>
40 #include <sys/time.h>
  /libcore/ojluni/src/main/java/java/time/temporal/
TemporalUnit.java 62 package java.time.temporal;
64 import java.time.DateTimeException;
65 import java.time.Duration;
66 import java.time.LocalTime;
67 import java.time.Period;
68 import java.time.chrono.ChronoLocalDate;
69 import java.time.chrono.ChronoLocalDateTime;
70 import java.time.chrono.ChronoZonedDateTime;
73 * A unit of date-time, such as Days or Hours.
75 * Measurement of time is built on units, such as years, months, days, hours, minutes and seconds
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/
TestOffsetTime.java 60 package test.java.time;
62 import java.time.OffsetTime;
TestYear.java 60 package test.java.time;
62 import java.time.Year;
TestYearMonth.java 60 package test.java.time;
62 import java.time.YearMonth;
TestZonedDateTime.java 60 package test.java.time;
62 import java.time.ZonedDateTime;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h 25 #include <time.h>
34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb
37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
40 /* Fill in TIMEBUF with information about the current time. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h 25 #include <time.h>
34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb
37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
40 /* Fill in TIMEBUF with information about the current time. */
  /prebuilts/go/darwin-x86/src/syscall/
time_nacl_386.s 8 JMP time新tartTimer(SB)
11 JMP time新topTimer(SB)
time_nacl_amd64p32.s 8 JMP time新tartTimer(SB)
11 JMP time新topTimer(SB)
time_nacl_arm.s 8 B time新tartTimer(SB)
11 B time新topTimer(SB)
  /prebuilts/go/linux-x86/src/syscall/
time_nacl_386.s 8 JMP time新tartTimer(SB)
11 JMP time新topTimer(SB)
time_nacl_amd64p32.s 8 JMP time新tartTimer(SB)
11 JMP time新topTimer(SB)
time_nacl_arm.s 8 B time新tartTimer(SB)
11 B time新topTimer(SB)

Completed in 437 milliseconds

1 23 4 5 6 7 8 91011>>