/external/skia/include/animator/ |
SkAnimator.h | 55 SkAnimator does not read the system time on its own; it relies on the 56 caller to pass the current time. The caller can pause, speed up, or 57 reverse the animation by varying the time passed in. 169 relative to the current time. 184 subtracting the initial time from the current time. 187 @param time The offset into the current animation. 192 DifferenceType draw(SkCanvas* canvas, SkPaint* paint, SkMSec time); 194 /** Draws one frame of the animation, using a new Paint each time. 198 subtracting the initial time from the current time [all...] |
/external/skia/src/animator/ |
SkAnimateActive.cpp | 170 void SkActive::create(SkDrawable* drawable, SkMSec time) { 171 fApply.fLastTime = time; 183 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); 186 interpolator.timeToValues(time, values.get()); 187 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); 195 SkMSec time = 0; local 201 fApply.fLastTime = time; 208 if (state.fBegin > time) 210 if (time > state.fBegin + state.fDuration) 221 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); 420 SkMSec time = fMaker.getAppTime(); local [all...] |
SkOperandIterpolator.cpp | 47 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) 52 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, sizeof(SkTimeCode)); 56 timeCode->fTime = time; 67 SkInterpolatorBase::Result SkOperandInterpolator::timeToValues(SkMSec time, SkOperand values[]) const 72 Result result = timeToT(time, &T, &index, &exact);
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls2.h | 63 #define CONN_DST_EG1_DELAYTIME 0x020B /* EG1 Delay Time */ 64 #define CONN_DST_EG1_HOLDTIME 0x020C /* EG1 Hold Time */ 65 #define CONN_DST_EG1_SHUTDOWNTIME 0x020D /* EG1 Shutdown Time */ 69 #define CONN_DST_EG2_DELAYTIME 0x030F /* EG2 Delay Time */ 70 #define CONN_DST_EG2_HOLDTIME 0x0310 /* EG2 Hold Time */
|
/external/srec/srec/crec/ |
comp_stats.c | 25 #include <time.h> 81 pfprintf(fp, "Total Time %5.2f Seconds\n", cs->total_time); 125 /* WxWorks: clock() always returns -1. VxWorks does not track per-task time or system idle time. 128 clock_gettime( ) can be used to get the current clock time.
|
/external/srec/srec/include/ |
fpi_tgt.h | 102 unsigned long blockTime; /* Last time frame was blocked */ 103 unsigned long pushTime; /* Time of FEP frame */ 104 unsigned long pullTime; /* Time of REC frame */ 105 unsigned long startTime; /* Time of first frame of this utt */ 106 unsigned long stopTime; /* Time of first frame of this utt */
|
/external/strace/ |
mkinstalldirs | 70 # mkdir -p a/c at the same time, both will detect that a is missing, 146 # eval: (add-hook 'write-file-hooks 'time-stamp) 147 # time-stamp-start: "scriptversion=" 148 # time-stamp-format: "%:y-%02m-%02d.%02H" 149 # time-stamp-end: "$"
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.23-1.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 44 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 139 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 140 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-10.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 46 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 138 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 139 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-11.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 42 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 137 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 138 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-12.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 46 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 135 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 136 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-13.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 43 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 132 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 133 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-14.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 43 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 130 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 131 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-15.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 42 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 126 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 127 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-16.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 42 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 125 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 126 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-17.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 42 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 124 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 125 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.23-18.js | 24 ECMA Section: 15.9.5.23 Date.prototype.setTime(time) 28 2. Call ToNumber(time). 42 writeHeaderToLog( SECTION + " Date.prototype.setTime(time)"); 121 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 122 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
shell.js | 227 var TZ_PST = -8; // offset of Pacific Standard Time from UTC 237 * But that was only valid for testers in the Pacific Standard Time Zone! 239 * have to be careful not to use a date subject to Daylight Savings Time... 248 * Date test "ResultArrays" are hard-coded for Pacific Standard Time. 261 * In the first case, the date is measured from Time 0 in Greenwich (i.e. UTC). 271 // The hard-coded UTC milliseconds from Time 0 derives from a UTC date. 273 var t = ResultArray[TIME] + TZ_DIFF*msPerHour; 284 // The hard-coded UTC milliseconds from Time 0 derives from a PST date. 286 var t = ResultArray[TIME] - PST_DIFF*msPerHour; 289 ResultArray[TIME] = t [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-68498-004.js | 55 // Run-time statements to pass to the eval inside f 70 * 1. The return value of f equals z, which is not defined at compile-time 71 * 2. At run-time (via with(o) eval(s) inside f), z is defined as the return value of g 72 * 3. At run-time (via with(o) eval(s) inside f), g is defined to return x 75 * 6. The value of this argument at run-time is 'inner'
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ZoomManager.cpp | 71 // if no update time, set it 83 // we reached the scheduled update time, check if we can update 90 // we reached the update time, but the planned update was for 92 // in the process of zooming. Let's push the update time a bit. 177 // the current scale to request new textures. After a transition time,
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundation.h | 81 Notification(Type type, double time) 83 , m_time(time) 97 double time() { return m_time; } function in class:WebCore::MediaPlayerPrivateAVFoundation::Notification 107 void scheduleMainThreadNotification(Notification::Type, double time = 0); 192 virtual void seekToTime(float time) = 0;
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistoryItem.h | 59 @param time The time used to indicate when the item was used. 66 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time; 97 @abstract The last time the page represented by this item was visited. The interval 100 @result The last time this item was visited.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebHistoryItem.idl | 51 @param time The time used to indicate when the item was used. 57 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time; 93 @abstract The last time the page represented by this item was visited. The interval 96 @result The last time this item was visited.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
dryrun.py | 51 import time namespace 120 start_time = time.time() 140 test_time=time.time() - start_time, timeout=False, error='')
|
test_files.py | 37 import time namespace 77 gather_start_time = time.time() 95 gather_time = time.time() - gather_start_time
|