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

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
8-1-buildonly.c 13 #include <time.h>
9-1-buildonly.c 14 #include <time.h>
  /external/proguard/src/proguard/gui/splash/
Sprite.java 27 * as a function of time.
37 * @param time the time since the start of the animation, expressed in
40 public void paint(Graphics graphics, long time);
VariableColor.java 26 * This interface represents a Color that varies with time.
33 * Returns the Color for the given time.
35 public Color getColor(long time);
VariableFont.java 26 * This interface represents a Font that varies with time.
33 * Returns the Font for the given time.
35 public Font getFont(long time);
  /external/protobuf/src/google/protobuf/stubs/
time.cc 1 #include <google/protobuf/stubs/time.h>
73 bool ValidateDateTime(const DateTime& time) {
74 if (time.year < 1 || time.year > 9999 ||
75 time.month < 1 || time.month > 12 ||
76 time.day < 1 || time.day > 31 ||
77 time.hour < 0 || time.hour > 23 |
272 DateTime time; local
286 DateTime time; local
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
time_util.h 25 Status ParseRfc3339Time(const string& time, int64* mtime_nsec);
  /external/toybox/toys/posix/
who.c 35 time_t time; local
39 time = entry->ut_tv.tv_sec;
40 times = ctime(&time);
43 time_size, time_size, ctime(&time), entry->ut_host);
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
TCKCopticSerialization.java 60 package tck.java.time.chrono.serial;
63 import java.time.chrono.ChronoLocalDate;
64 import java.time.chrono.Chronology;
67 import tck.java.time.AbstractTCKTest;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ppp_defs.h 5 #include <time.h>
  /system/bt/btif/src/
btif_debug.cc 19 #include <sys/time.h>
  /test/vti/dashboard/src/test/java/com/android/vts/util/
TimeUtilTest.java 25 /** Test that date/time strings are formatted correctly. */
28 long time = 1504286976352052l; local
30 String timeString = TimeUtil.getDateTimeString(time);
37 long time = 1504248634455491l; local
39 String timeString = TimeUtil.getDateString(time);
  /dalvik/dx/tests/089-dex-define-object/
Object.java 45 public final void wait(long time) {
46 wait(time, 0);
49 public final native void wait(long time, int frac);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 47 public void setAttackTime(float time) {
48 if (time < MIN_TIME)
49 time = MIN_TIME;
50 mAttackRate = 1.0f / (SynthEngine.FRAME_RATE * time);
53 public void setDecayTime(float time) {
54 if (time < MIN_TIME)
55 time = MIN_TIME;
56 mDecayRate = 1.0f / (SynthEngine.FRAME_RATE * time);
65 public void setReleaseTime(float time) {
66 if (time < MIN_TIME
    [all...]
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 47 public void setAttackTime(float time) {
48 if (time < MIN_TIME)
49 time = MIN_TIME;
50 mAttackRate = 1.0f / (SynthEngine.FRAME_RATE * time);
53 public void setDecayTime(float time) {
54 if (time < MIN_TIME)
55 time = MIN_TIME;
56 mDecayRate = 1.0f / (SynthEngine.FRAME_RATE * time);
65 public void setReleaseTime(float time) {
66 if (time < MIN_TIME
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 47 public void setAttackTime(float time) {
48 if (time < MIN_TIME)
49 time = MIN_TIME;
50 mAttackRate = 1.0f / (SynthEngine.FRAME_RATE * time);
53 public void setDecayTime(float time) {
54 if (time < MIN_TIME)
55 time = MIN_TIME;
56 mDecayRate = 1.0f / (SynthEngine.FRAME_RATE * time);
65 public void setReleaseTime(float time) {
66 if (time < MIN_TIME
    [all...]
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 47 public void setAttackTime(float time) {
48 if (time < MIN_TIME)
49 time = MIN_TIME;
50 mAttackRate = 1.0f / (SynthEngine.FRAME_RATE * time);
53 public void setDecayTime(float time) {
54 if (time < MIN_TIME)
55 time = MIN_TIME;
56 mDecayRate = 1.0f / (SynthEngine.FRAME_RATE * time);
65 public void setReleaseTime(float time) {
66 if (time < MIN_TIME
    [all...]
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 47 public void setAttackTime(float time) {
48 if (time < MIN_TIME)
49 time = MIN_TIME;
50 mAttackRate = 1.0f / (SynthEngine.FRAME_RATE * time);
53 public void setDecayTime(float time) {
54 if (time < MIN_TIME)
55 time = MIN_TIME;
56 mDecayRate = 1.0f / (SynthEngine.FRAME_RATE * time);
65 public void setReleaseTime(float time) {
66 if (time < MIN_TIME
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
gettimeofday.c 49 #include <sys/time.h>
50 #include <time.h>
62 t = time(NULL);
  /external/jemalloc/include/jemalloc/internal/
nstime.h 21 void nstime_init(nstime_t *time, uint64_t ns);
22 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec);
23 uint64_t nstime_ns(const nstime_t *time);
24 uint64_t nstime_sec(const nstime_t *time);
25 uint64_t nstime_nsec(const nstime_t *time);
26 void nstime_copy(nstime_t *time, const nstime_t *source);
28 void nstime_add(nstime_t *time, const nstime_t *addend);
29 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
30 void nstime_imultiply(nstime_t *time, uint64_t multiplier);
31 void nstime_idivide(nstime_t *time, uint64_t divisor)
    [all...]
  /external/linux-kselftest/android/include/sys/
timeb.h 4 #include <time.h>
7 time_t time; member in struct:timeb
21 tp->time = ts.tv_sec;
  /external/ltp/android/include/sys/
timeb.h 4 #include <time.h>
7 time_t time; member in struct:timeb
21 tp->time = ts.tv_sec;
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
test-cmpxchg-nolock.c 48 cycles_t time1, time2, time; local
60 time = time2 - time1;
62 printk(KERN_ALERT "test results: time for baseline\n");
64 printk(KERN_ALERT "total time: %llu\n", time);
65 time = div_u64_rem(time, NR_LOOPS, &rem);
66 printk(KERN_ALERT "-> baseline takes %llu cycles\n", time);
75 cycles_t time1, time2, time; local
91 time = time2 - time1
106 cycles_t time1, time2, time; local
133 cycles_t time1, time2, time; local
161 cycles_t time1, time2, time; local
191 cycles_t time1, time2, time; local
218 cycles_t time1, time2, time; local
246 cycles_t time1, time2, time; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/difftime/
1-1.c 14 #include <time.h>
18 #include <sys/time.h>
26 time0 = time(NULL);
  /libcore/luni/src/test/java/libcore/java/time/
LocalDateTest.java 16 package libcore.java.time;
19 import java.time.LocalDate;
20 import java.time.chrono.IsoChronology;
27 * @see tck.java.time.TCKLocalDate
28 * @see test.java.time.TestLocalDate

Completed in 667 milliseconds

1 2 3 45 6 7 8 91011>>