/external/proguard/src/proguard/gui/splash/ |
VariableDouble.java | 24 * This interface represents a double that varies with time. 31 * Returns the double for the given time. 33 public double getDouble(long time);
|
VariableInt.java | 24 * This interface represents an integer that varies with time. 31 * Returns the integer for the given time. 33 public int getInt(long time);
|
VariableString.java | 24 * This interface represents a String that varies with time. 31 * Returns the String for the given time. 33 public String getString(long time);
|
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;
|
/external/skia/src/animator/ |
SkDisplayScreenplay.h | 18 SkMSec time; member in class:SkDisplayScreenplay
|
/external/chromium_org/base/i18n/ |
time_formatting.h | 5 // Basic time formatting methods. These methods use the current locale 6 // formatting for displaying the time. 16 class Time; 30 // Returns the time of day, e.g., "3:07 PM". 31 BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time); 33 // Returns the time of day in the specified hour clock type. e.g. 38 const Time& time, 43 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time) [all...] |
time_formatting_unittest.cc | 9 #include "base/time/time.h" 16 const Time::Exploded kTestDateTimeExploded = { 26 Time time(Time::FromLocalExploded(kTestDateTimeExploded)); 32 EXPECT_EQ(clock12h_pm, TimeFormatTimeOfDay(time)); 36 TimeFormatTimeOfDayWithHourClockType(time, 40 TimeFormatTimeOfDayWithHourClockType(time, 45 TimeFormatTimeOfDayWithHourClockType(time, [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TimeUtil.java | 28 * Return a prettified version of the given elapsed time 35 StringBuilder time = new StringBuilder(); local 37 time.append(hours); 38 time.append("h "); 41 time.append(minutes); 42 time.append("m "); 44 time.append(seconds); 45 time.append("s"); 47 return time.toString(); 60 * Return the given time as a {@link String} suitable for displaying [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
TimeDialog.java | 9 import android.text.format.Time; 17 private Time mMinTime; 18 private Time mMaxTime; 22 Time time = getBoundedTime(hour, minute, min, max); local 23 return new TimeDialog(context, callBack, time.hour, time.minute, 42 Time time = getBoundedTime(hourOfDay, minute, local 44 super.onTimeChanged(view, time.hour, time.minute) 50 Time time = getTimeForHourAndMinute(hour, minute); local 60 Time time = new Time("GMT"); local 66 Time time = new Time("GMT"); local [all...] |
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_linear_fade_unittest.cc | 48 base::TimeTicks time; local 49 time += base::TimeDelta::FromSeconds(1); 55 time += base::TimeDelta::FromSeconds(100); 56 scrollbar_controller_->Animate(time); 58 scrollbar_controller_->DidScrollGestureEnd(time); 62 EXPECT_EQ(2, scrollbar_controller_->DelayBeforeStart(time).InSeconds()); 64 time += base::TimeDelta::FromSeconds(1); 65 scrollbar_controller_->Animate(time); 68 time += base::TimeDelta::FromSeconds(1); 69 scrollbar_controller_->Animate(time); 107 base::TimeTicks time; local [all...] |
/bionic/libc/include/sys/ |
timeb.h | 32 #include <sys/time.h> 37 time_t time; member in struct:timeb
|
/development/ndk/platforms/android-3/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebTransformKeyframe.h | 36 WEBKIT_EXPORT WebTransformKeyframe(double time, WebTransformOperations* value); 40 WEBKIT_EXPORT double time() const;
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
time_null_regtest.cc | 6 // A regression test for time(NULL), which caused ASan to crash in the 13 #include <time.h> 16 time_t t = time(NULL); 17 fprintf(stderr, "Time: %s\n", ctime(&t)); // NOLINT 18 // CHECK: {{Time: .* .* .*}}
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
venc_util.c | 39 #include <time.h> 40 #include <sys/time.h>
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
venc_util.c | 39 #include <time.h> 40 #include <sys/time.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/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.7-4.6/sysroot/usr/include/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/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
timeb.h | 31 #include <sys/time.h> 36 time_t time; member in struct:timeb
|