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

<<11121314151617181920>>

  /external/proguard/src/proguard/gui/splash/
VariableSizeFont.java 53 public Font getFont(long time)
55 float s = (float)size.getDouble(time);
ClipSprite.java 59 public void paint(Graphics graphics, long time)
62 Color outsideColor = outsideClipColor.getColor(time);
70 Color insideColor = insideClipColor.getColor(time);
72 sprite.paint(g, time);
77 clipSprite.paint(g, time);
82 sprite.paint(g, time);
  /external/valgrind/helgrind/tests/
cond_timedwait_invalid.c 2 #include <time.h>
16 abstime.tv_sec = time(NULL) + 2;
  /external/webrtc/webrtc/base/
ratelimiter.h 20 // time. Use, for example, for simple bandwidth throttling.
38 // current period (< (max - used)). Once the given time passes the
40 bool CanUse(size_t desired, double time);
43 void Use(size_t used, double time);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector_unittest.cc 61 int time = 0; local
64 while (next < kNumPackets && arrival_times_ms[next] <= time) {
68 if (time < peak_mode_start_ms || time > peak_mode_end_ms) {
78 time += 10; // Increase time 10 ms.
107 int time = 0; local
110 while (next < kNumPackets && arrival_times_ms[next] <= time) {
118 time += 10; // Increase time 10 ms
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioTimestamp.h 22 #include <time.h>
48 LOCATION_SERVER_LASTKERNELOK, // timestamp of server the prior time kernel timestamp OK.
49 LOCATION_KERNEL_LASTKERNELOK, // timestamp of kernel the prior time kernel timestamp OK.
71 // If this value is -1, then both time and position are invalid.
72 // If this value is 0, then the time is not valid but the position is valid.
76 // timestamp was taken. This may vary due to suspend time
91 memset(mPosition, 0, sizeof(mPosition)); // actually not necessary if time is -1
101 // it will be filled with the location where the time was obtained.
103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
104 if (position == nullptr || time == nullpt
128 int64_t position, time; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
fp_mad.rs 43 float time = end(index);
44 rsDebug("fp_mad4 M ops", 1000.f / time);
66 float time = end(index);
67 rsDebug("fp_mad M ops", 1000.f / time);
80 float time = end(index);
81 rsDebug("fp_norm M ops", 10.f / time);
94 float time = end(index);
95 rsDebug("fp_sincos4 M ops", 10.f / time);
108 float time = end(index);
109 rsDebug("fp_sincos M ops", 10.f / time);
    [all...]
math_24.rs 39 float time = end(index);
42 rsDebug("test_fp_math_24 FAILED", time);
45 rsDebug("test_fp_math_24 PASSED", time);
  /libcore/ojluni/src/main/java/java/util/zip/
ZipUtils.java 38 * Converts Windows time (in microseconds, UTC/GMT) time to FileTime.
46 * Converts FileTime to Windows time.
53 * Converts "standard Unix time"(in seconds, UTC/GMT) to FileTime
60 * Converts FileTime to "standard Unix time".
67 * Converts DOS time to Java time (number of milliseconds since epoch).
81 * Converts extended DOS time to Java time, where up to 1999 milliseconds
84 * @param xdostime the extended DOS time valu
88 long time = dosToJavaTime(xdostime); local
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
MockSimplePeriod.java 60 package tck.java.time;
62 import static java.time.temporal.ChronoUnit.DAYS;
63 import static java.time.temporal.ChronoUnit.FOREVER;
64 import static java.time.temporal.ChronoUnit.SECONDS;
66 import java.time.DateTimeException;
67 import java.time.temporal.Temporal;
68 import java.time.temporal.TemporalAmount;
69 import java.time.temporal.TemporalUnit;
74 * Mock period of time measured using a single unit, such as {@code 3 Days}.
105 * @throws java.time.DateTimeException if the period unit is {@link java.time.temporal.ChronoUnit#FOREVER}
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
TCKZoneOffsetTransitionSerialization.java 60 package tck.java.time.zone.serial;
62 import static java.time.temporal.ChronoUnit.HOURS;
64 import java.time.Duration;
66 import tck.java.time.AbstractTCKTest;
68 import java.time.LocalDateTime;
69 import java.time.Year;
70 import java.time.ZoneOffset;
71 import java.time.zone.ZoneOffsetTransition;
  /libcore/ojluni/src/test/java/time/test/java/time/
MockSimplePeriod.java 60 package test.java.time;
62 import static java.time.temporal.ChronoUnit.DAYS;
63 import static java.time.temporal.ChronoUnit.FOREVER;
64 import static java.time.temporal.ChronoUnit.SECONDS;
66 import java.time.DateTimeException;
67 import java.time.temporal.Temporal;
68 import java.time.temporal.TemporalAmount;
69 import java.time.temporal.TemporalUnit;
74 * Mock period of time measured using a single unit, such as {@code 3 Days}.
105 * @throws DateTimeException if the period unit is {@link java.time.temporal.ChronoUnit#FOREVER}
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ControllerOverlay.java 26 void onSeekMove(int time);
27 void onSeekEnd(int time, int trimStartTime, int trimEndTime);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17918.go 13 "time"
18 divisor time.Duration
29 func foobar(d time.Duration) string {
30 d /= time.Microsecond
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17918.go 13 "time"
18 divisor time.Duration
29 func foobar(d time.Duration) string {
30 d /= time.Microsecond
  /system/bt/osi/src/
time.cc 21 #include <sys/time.h>
22 #include <time.h>
24 #include "osi/include/time.h"
  /system/update_engine/
dbus_connection.cc 19 #include <base/time/time.h>
  /prebuilts/go/darwin-x86/src/os/
timeout_test.go 21 "time"
37 deadline := time.Now().Add(10 * time.Second)
49 // noDeadline is a zero time.Time value, which cancels a deadline.
50 var noDeadline time.Time
53 timeout time.Duration
58 {-5 * time.Second, [2]error{poll.ErrTimeout, poll.ErrTimeout}},
60 {50 * time.Millisecond, [2]error{nil, poll.ErrTimeout}}
    [all...]
  /prebuilts/go/linux-x86/src/os/
timeout_test.go 21 "time"
37 deadline := time.Now().Add(10 * time.Second)
49 // noDeadline is a zero time.Time value, which cancels a deadline.
50 var noDeadline time.Time
53 timeout time.Duration
58 {-5 * time.Second, [2]error{poll.ErrTimeout, poll.ErrTimeout}},
60 {50 * time.Millisecond, [2]error{nil, poll.ErrTimeout}}
    [all...]
  /libcore/ojluni/src/main/java/java/time/
LocalDateTime.java 62 package java.time;
64 import static java.time.LocalTime.HOURS_PER_DAY;
65 import static java.time.LocalTime.MICROS_PER_DAY;
66 import static java.time.LocalTime.MILLIS_PER_DAY;
67 import static java.time.LocalTime.MINUTES_PER_DAY;
68 import static java.time.LocalTime.NANOS_PER_DAY;
69 import static java.time.LocalTime.NANOS_PER_HOUR;
70 import static java.time.LocalTime.NANOS_PER_MINUTE;
71 import static java.time.LocalTime.NANOS_PER_SECOND;
72 import static java.time.LocalTime.SECONDS_PER_DAY
159 private final LocalTime time; field in class:LocalDateTime
231 LocalTime time = LocalTime.of(hour, minute); local
256 LocalTime time = LocalTime.of(hour, minute, second); local
281 LocalTime time = LocalTime.of(hour, minute, second, nanoOfSecond); local
306 LocalTime time = LocalTime.of(hour, minute); local
331 LocalTime time = LocalTime.of(hour, minute, second); local
356 LocalTime time = LocalTime.of(hour, minute, second, nanoOfSecond); local
417 LocalTime time = LocalTime.ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + nanoOfSecond); local
451 LocalTime time = LocalTime.from(temporal); local
2003 LocalTime time = LocalTime.readExternal(in); local
    [all...]
  /external/curl/docs/cmdline-opts/
speed-limit.d 7 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
  /external/linux-kselftest/tools/testing/selftests/timers/
set-2038.c 0 /* Time bounds setting test
6 * NOTE: This is a meta-test which sets the time to edge cases then
28 #include <time.h>
29 #include <sys/time.h>
48 int settime(long long time)
53 now.tv_sec = (time_t)time;
58 printf("Setting time to 0x%lx: %d\n", (long)time, ret);
88 start = time(0);
  /external/vboot_reference/tests/tpm_lite/
tpmtest_timing.c 14 #include <sys/time.h>
15 #include <time.h>
26 int time; \
35 time = (int) ((after.tv_sec - before.tv_sec) * 1000 + \
37 printf(#op ": %d ms\n", time); \
38 if (time > time_limit) { \
  /frameworks/base/core/jni/android/graphics/
MovieImpl.cpp 11 // We should never see this in normal operation since our time values are
52 bool Movie::setTime(SkMSec time)
55 if (time > dur)
56 time = dur;
59 if (time != fCurrTime)
61 fCurrTime = time;
62 changed = this->onSetTime(time);
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoZonedDateTime.java 62 package java.time.chrono;
64 import static java.time.temporal.ChronoField.INSTANT_SECONDS;
65 import static java.time.temporal.ChronoField.OFFSET_SECONDS;
66 import static java.time.temporal.ChronoUnit.FOREVER;
67 import static java.time.temporal.ChronoUnit.NANOS;
69 import java.time.DateTimeException;
70 import java.time.Instant;
71 import java.time.LocalTime;
72 import java.time.ZoneId;
73 import java.time.ZoneOffset
    [all...]

Completed in 476 milliseconds

<<11121314151617181920>>