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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
7-1.c 11 #include <time.h>
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 59 public void paint(Graphics graphics, long time)
61 int xt = x.getInt(time);
62 int yt = y.getInt(time);
63 int r = radius.getInt(time);
ConstantColor.java 26 * This VariableColor is constant over time.
47 public Color getColor(long time)
ConstantFont.java 26 * This VariableFont is constant over time.
42 public Font getFont(long time)
ConstantString.java 24 * This VariableString is constant over time.
45 public String getString(long time)
  /external/python/cpython2/Modules/
timing.h 34 #include <sys/time.h>
35 #include <time.h>
38 #include <sys/time.h>
40 #include <time.h>
  /external/strace/tests/
sleep.c 32 #include <time.h>
  /external/strace/tests-m32/
sleep.c 32 #include <time.h>
  /external/strace/tests-mx32/
sleep.c 32 #include <time.h>
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
Unix.h 48 # include <sys/time.h>
49 # include <time.h>
52 # include <sys/time.h>
54 # include <time.h>
  /external/syslinux/gpxe/src/include/sys/
time.h 4 #include <time.h>
  /external/tensorflow/tensorflow/core/platform/cloud/
time_util.cc 17 #include <time.h>
35 Status ParseRfc3339Time(const string& time, int64* mtime_nsec) {
38 if (sscanf(time.c_str(), "%4d-%2d-%2dT%2d:%2d:%fZ", &(parsed.tm_year),
42 strings::StrCat("Unrecognized RFC 3339 time format: ", time));
  /external/tpm2/
ReadClock.c 16 out->currentTime.time = g_time;
24 // the test expects time readings to be different. Modifying the tests
  /external/valgrind/coregrind/
vgdb-invoker-none.c 32 #include <sys/time.h>
  /external/valgrind/memcheck/tests/solaris/
getzoneoffset.c 5 #include <sys/time.h>
  /frameworks/base/cmds/statsd/src/logd/
LogListener.cpp 23 #include <time.h>
  /frameworks/base/core/java/android/os/health/
TimerStat.java 23 * A TimerStat object stores a count and a time.
49 * Construct an empty TimerStat object with the count and time set to 0.
55 * Construct a TimerStat object with the supplied count and time fields.
58 * @param time The time
60 public TimerStat(int count, long time) {
62 mTime = time;
104 * Set the time for this timer in milliseconds.
106 public void setTime(long time) {
107 mTime = time;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 142 long time = Long.MAX_VALUE; local
158 if (t < time) {
160 time = t;
170 long time = Long.MAX_VALUE; local
184 time = t < time ? t : time;
187 return time;
192 long time = Long.MAX_VALUE;
205 time = t < time ? t : time
    [all...]
  /hardware/ril/librilutils/
librilutils.c 18 #include <time.h>
  /libcore/benchmarks/src/benchmarks/regression/
SSLSocketFactoryBenchmark.java 22 public void time(int reps) throws Exception { method in class:SSLSocketFactoryBenchmark
  /libcore/luni/src/test/java/libcore/java/time/
ZoneOffsetTest.java 16 package libcore.java.time;
19 import java.time.ZoneOffset;
20 import java.time.temporal.ChronoField;
21 import java.time.temporal.UnsupportedTemporalTypeException;
29 * @see tck.java.time.TCKZoneOffset
30 * @see test.java.time.TestZoneOffset
  /libcore/ojluni/src/main/java/java/time/
DateTimeException.java 62 package java.time;
65 * Exception used to indicate a problem while calculating a date-time.
68 * and manipulating date-time objects.
83 * Constructs a new date-time exception with the specified message.
92 * Constructs a new date-time exception with the specified message and cause.
Month.java 62 package java.time;
64 import static java.time.temporal.ChronoField.MONTH_OF_YEAR;
65 import static java.time.temporal.ChronoUnit.MONTHS;
67 import java.time.chrono.Chronology;
68 import java.time.chrono.IsoChronology;
69 import java.time.format.DateTimeFormatterBuilder;
70 import java.time.format.TextStyle;
71 import java.time.temporal.ChronoField;
72 import java.time.temporal.Temporal;
73 import java.time.temporal.TemporalAccessor
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
SignStyle.java 62 package java.time.format;
  /libcore/ojluni/src/main/java/java/time/temporal/
TemporalField.java 62 package java.time.temporal;
64 import java.time.DateTimeException;
65 import java.time.chrono.Chronology;
66 import java.time.format.ResolverStyle;
72 * A field of date-time, such as month-of-year or hour-of-minute.
74 * Date and time is expressed using fields which partition the time-line into something
81 * The field works using double dispatch. Client code calls methods on a date-time like
83 * If it is, then the date-time must handle it.
166 * Checks if this field represents a component of a time
    [all...]

Completed in 1037 milliseconds

<<11121314151617181920>>