/frameworks/base/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Tables.h | 56 /* Attack time (signal too large) */ 59 /* Decay time (signal too small) */ 70 /* Volume control gain and time constant tables */
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardViewCallback.java | 26 * Request the wakelock to be poked for the default amount of time. 31 * Request the wakelock to be poked for a specific amount of time. 32 * @param millis The amount of time in millis.
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
primitives.rs | 38 float time = end(index); 41 rsDebug("test_primitives FAILED", time); 44 rsDebug("test_primitives PASSED", time);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
TimeList.java | 28 * @return The time at the <code>index</code> th position in the 32 public Time item(int index); 35 * The number of times in the list. The range of valid child time indices
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
shmbuf.h | 20 __kernel_time_t shm_atime; /* last attach time */ 24 __kernel_time_t shm_dtime; /* last detach time */ 28 __kernel_time_t shm_ctime; /* last change time */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
posix_types.h | 13 * <sys/time.h> (and thus <linux/time.h>) - but this is a more logical 14 * place for them. Solved by having dummy defines in <sys/time.h>.
|
quotaio_v1.h | 7 * The following constants define the amount of time given a user 27 time_t dqb_btime; /* time limit for excessive disk use */ 28 time_t dqb_itime; /* time limit for excessive inode use */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timex.h | 23 #include <sys/time.h> 29 struct timeval time; /* current time (ro) */ member in struct:ntptimeval 37 long int offset; /* time offset (usec) */ 42 long int constant; /* pll time constant */ 45 struct timeval time; /* (read only) */ member in struct:timex 64 #define ADJ_OFFSET 0x0001 /* time offset */ 66 #define ADJ_MAXERROR 0x0004 /* maximum time error */ 67 #define ADJ_ESTERROR 0x0008 /* estimated time error */ 69 #define ADJ_TIMECONST 0x0020 /* pll time constant * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion55.txt | 6 android:interpolator : Defines the interpolator used to smooth the animation movement in time. [reference] 10 android:duration : Amount of time (in milliseconds) for the animation to run. [integer] 11 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
|
anim1-expected-completion56.txt | 4 android:interpolator : Defines the interpolator used to smooth the animation movement in time. [reference] 8 android:duration : Amount of time (in milliseconds) for the animation to run. [integer] 9 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
|
/external/chromium/chrome/browser/webdata/ |
autofill_table_unittest.cc | 11 #include "base/time.h" 25 using base::Time; 56 std::set<Time> timestamps1(a.timestamps().begin(), a.timestamps().end()); 57 std::set<Time> timestamps2(b.timestamps().begin(), b.timestamps().end()); 73 std::set<Time>::iterator it; 101 base::Int64ToString(Time::Now().ToTimeT()) + 115 std::vector<Time> timestamps; 117 timestamps.push_back(Time::FromTimeT(timestamp0)); 119 timestamps.push_back(Time::FromTimeT(timestamp1)); 135 Time t1 = Time::Now() [all...] |
/external/chromium/chrome/browser/policy/ |
user_policy_cache_unittest.cc | 66 const base::Time& timestamp, 79 (timestamp - base::Time::UnixEpoch()).InMilliseconds()); 199 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time()); 207 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time()); 212 CreateHomepagePolicy("", base::Time::NowFromSystemTime() + 220 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time()); 225 CreateHomepagePolicy("", base::Time::NowFromSystemTime(), 232 EXPECT_NE(base::Time(), cache.last_policy_refresh_time()); 233 EXPECT_GE(base::Time::Now(), cache.last_policy_refresh_time()); 239 base::Time::NowFromSystemTime() [all...] |
/external/icu4c/i18n/ |
reldtfmt.h | 84 * Format a date or time, which is the standard millis since 24:00 GMT, Jan 90 * @param cal Calendar set to the date and time to be formatted 91 * into a date/time string. 124 * Parse a date/time string beginning at the given parse position. For 125 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date 133 * @param text The date/time string to be parsed 134 * @param cal a Calendar set to the date and time to be formatted 135 * into a date/time string. 147 * Parse a date/time string starting at the given parse position. For 148 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Dat [all...] |
/external/kernel-headers/original/linux/ |
timex.h | 51 * Reworked time interpolation logic 57 #include <linux/time.h> 67 * MAXTC establishes the maximum time constant of the PLL. With the 68 * SHIFT_KG and SHIFT_KF values given and a time constant range from 75 #define MAXTC 6 /* maximum time constant (shift) */ 82 * with respect to standard time. The FINENSEC define represents 1 nsec in 92 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */ 108 long offset; /* time offset (usec) */ 113 long constant; /* pll time constant */ 118 struct timeval time; /* (read only) * member in struct:timex [all...] |
/external/chromium/chrome/browser/net/ |
load_timing_observer.cc | 7 #include "base/time.h" 15 using base::Time; 29 static Time TimeTicksToTime(const TimeTicks& time_ticks) { 34 int64 cur_time = (Time::Now() - Time()).InMicroseconds(); 36 // If we add this number to a time tick value, it gives the timestamp. 40 return Time::FromInternalValue(time_ticks.ToInternalValue() + 83 const base::TimeTicks& time, 91 OnAddURLRequestEntry(type, time, source, phase, params); 93 OnAddHTTPStreamJobEntry(type, time, source, phase, params) [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaListView.java | 31 import android.text.format.Time; 50 private Time mTime; 93 mTime = new Time(mTimeZone); 126 // Calculate the time until midnight + 1 second and set the handler to 127 // do a refresh at that time. 129 Time time = new Time(mTimeZone); local 130 time.set(now); 131 long runInMillis = (24 * 3600 - time.hour * 3600 - time.minute * 60 174 Time time = new Time(mTimeZone); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 31 import android.text.format.Time; 51 * reduced number of days, or display an arbitrary number of weeks at a time. By 93 // highlighted time 94 protected Time mSelectedDay = new Time(); 100 // disposable variable used for time calculations 101 protected Time mTempTime = new Time(); 104 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0). 107 protected Time mFirstDayOfMonth = new Time() [all...] |
/cts/tools/host/src/com/android/cts/ |
Test.java | 217 * Set start Test time. 219 * @param time The start time. 221 public void setStartTime(final long time) { 222 mStartTime = time; 226 * Set end Test time. 228 * @param time The end time. 230 public void setEndTime(final long time) { 231 mEndTime = time; [all...] |
/external/skia/src/utils/ |
SkInterpolator.cpp | 47 <time (in msec)> 68 SkScalar SkInterpolatorBase::ComputeRelativeT(SkMSec time, SkMSec prevTime, 70 SkASSERT(time > prevTime && time < nextTime); 72 SkScalar t = SkScalarDiv((SkScalar)(time - prevTime), 78 SkInterpolatorBase::Result SkInterpolatorBase::timeToT(SkMSec time, SkScalar* T, 86 SkMSec offsetTime = time - startTime; 100 time = offsetTime + startTime; 103 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, 130 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend) [all...] |
/frameworks/base/core/java/android/os/ |
SystemClock.java | 27 * is the standard "wall" clock (time and date) expressing milliseconds 29 * network (see {@link #setCurrentTimeMillis}), so the time may jump 33 * time measurements should use a different clock. If you are using 39 * broadcasts to find out when the time changes. 51 * and anything else that does not need to measure elapsed time during 57 * when measuring time intervals that may span periods of system sleep. 66 * clock; if the device enters sleep, the remainder of the time will be 78 * callbacks at an absolute or relative time. Handler objects also use the 82 * <li> <p> The {@link android.app.AlarmManager} can trigger one-time or 131 * Sets the current wall time, in milliseconds. Requires the callin [all...] |
/frameworks/base/core/java/android/widget/ |
DateTimeView.java | 26 import android.text.format.Time; 42 // - listen for the next threshold time to update the view. 48 * Displays a given time in a convenient human-readable foramt. 94 public void setTime(long time) { 95 Time t = new Time(); 96 t.set(time); 111 Date time = mTime; local 113 Time t = new Time(); [all...] |
/libcore/luni/src/main/java/java/sql/ |
Date.java | 30 * Time points are handled as millisecond values - milliseconds since the Epoch, 31 * January 1st 1970, 00:00:00.000 GMT. Time values passed to the {@code 32 * java.sql.Date} class are "normalized" to the time 00:00:00.000 GMT on the 33 * date implied by the time value. 61 * milliseconds time value {@code theDate}. 64 * a time value in milliseconds since the epoch - January 1 1970 65 * 00:00:00 GMT. The time value (hours, minutes, seconds, 68 * time value. 157 * set based on the supplied time value and rounded to zero GMT for that day. 160 * the time in milliseconds since the Epoch [all...] |
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 31 * during that time), but will be cleared if it is turned off and rebooted. 45 * your application code run at a specific time, even if your application is 58 * Alarm time in {@link System#currentTimeMillis System.currentTimeMillis()} 59 * (wall clock time in UTC), which will wake up the device when 64 * Alarm time in {@link System#currentTimeMillis System.currentTimeMillis()} 65 * (wall clock time in UTC). This alarm does not wake the 67 * delivered until the next time the device wakes up. 71 * Alarm time in {@link android.os.SystemClock#elapsedRealtime 72 * SystemClock.elapsedRealtime()} (time since boot, including sleep), 77 * Alarm time in {@link android.os.SystemClock#elapsedRealtim [all...] |
/bionic/libc/unistd/ |
time.c | 1 /* $OpenBSD: time.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */ 31 #include <time.h> 34 time(time_t *t) function 48 // return monotonically increasing CPU time in ticks relative to unspecified epoch 65 // return elapsed CPU time in clock ticks, since start of program execution
|
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/ |
ReferenceAppTestCase.java | 30 /** The time to wait for the test host to finish taking the snapshot. */ 32 /** The default time that the applicaiton has to start in. */ 42 * @param maxStartupTimeMs the startup time the activity should start in. 60 // Test activity startup time. 81 // Give the host enough time to take the picture
|