/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | player.js | 57 _tickCurrentTime: function(newTime, ignoreLimit) { argument 58 if (newTime != this._currentTime) { 59 this._currentTime = newTime; 70 set currentTime(newTime) { argument 71 newTime = +newTime; 72 if (isNaN(newTime)) 76 this._startTime = this._timeline.currentTime - newTime / this._playbackRate; 79 if (this._currentTime == newTime) 81 this._tickCurrentTime(newTime, true); 87 set startTime(newTime) { argument [all …]
|
/external/tpm2/ |
D | ClockSet.c | 29 if(in->newTime > 0xFFFF000000000000ULL in TPM2_ClockSet() 30 || in->newTime < go.clock) in TPM2_ClockSet() 37 go.clock = in->newTime; // set the new value in TPM2_ClockSet() 39 if((in->newTime & CLOCK_UPDATE_MASK) > (clockNow & CLOCK_UPDATE_MASK)) in TPM2_ClockSet()
|
D | ClockSet_fp.h | 14 UINT64 newTime; member
|
D | Marshal_ClockSet.c | 18 result = UINT64_Unmarshal(&target->newTime, buffer, size); in ClockSet_In_Unmarshal()
|
D | part3.txt | 16836 This command is used to advance the value of the TPM’s Clock. The command will fail if newTime is l… 16838 these checks succeed, Clock is set to newTime. If either of these checks fails, the TPM shall return 16874 UINT64 newTime new Clock setting in milliseconds 16917 16 if(in->newTime > 0xFFFF000000000000ULL 16918 17 || in->newTime < go.clock) 16925 24 go.clock = in->newTime; // set the new value 16927 26 if((in->newTime & CLOCK_UPDATE_MASK) > (clockNow & CLOCK_UPDATE_MASK))
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btQuickprof.cpp | 119 ClockSize newTime; in reset() 121 SYS_TIMEBASE_GET( newTime ); in reset() 122 m_data->mStartTime = newTime; in reset() 170 ClockSize newTime; in getTimeMilliseconds() 171 SYS_TIMEBASE_GET( newTime ); in getTimeMilliseconds() 174 return (unsigned long int)((double(newTime-m_data->mStartTime)) / dFreq); in getTimeMilliseconds() 228 ClockSize newTime; in getTimeMicroseconds() 230 SYS_TIMEBASE_GET( newTime ); in getTimeMicroseconds() 232 return (unsigned long int)((double(newTime-m_data->mStartTime)) / dFreq); in getTimeMicroseconds()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 38 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 1304 long newTime = lstToUT( lst ); 1306 deltaT = newTime - time; 1307 setTime(newTime);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 1306 long newTime = lstToUT( lst ); 1308 deltaT = newTime - time; 1309 setTime(newTime);
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DI.js | 596 var newTime = new Date().getTime(); 597 var t = newTime - this.renderTime; 604 this.renderTime = newTime;
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 28 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 1388 UDate newTime = lstToUT( lst ); in riseOrSet() local 1390 deltaT = newTime - fTime; in riseOrSet() 1391 setTime(newTime); in riseOrSet()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 200 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
|
D | ExtractCallback.cpp | 152 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, in AskOverwrite() argument 161 dialog.NewFileInfo.SetTime(newTime); in AskOverwrite()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations.min.js.map | 1 …ntTimePending","_ensureAlive","_inEffect","_players","_tickCurrentTime","newTime","ignoreLimit","f…
|
D | web-animations-next.min.js.map | 1 …ending","Player","_ensureAlive","_source","_players","_tickCurrentTime","newTime","ignoreLimit","f…
|
/external/tpm2/generator/ |
D | commands.txt | 2480 _NAME newTime
|
D | raw_commands_fixed.txt | 30434 This command is used to advance the value of the TPM’s Clock. The command will fail if newTime is l… 30436 these checks succeed, Clock is set to newTime. If either of these checks fails, the TPM shall return 30496 newTime 30596 if(in->newTime > 0xFFFF000000000000ULL 30597 || in->newTime < go.clock) 30603 go.clock = in->newTime; 30606 if((in->newTime & CLOCK_UPDATE_MASK) > (clockNow & CLOCK_UPDATE_MASK))
|
D | raw_commands.txt | 30423 This command is used to advance the value of the TPM’s Clock. The command will fail if newTime is l… 30425 these checks succeed, Clock is set to newTime. If either of these checks fails, the TPM shall return 30485 newTime 30585 if(in->newTime > 0xFFFF000000000000ULL 30586 || in->newTime < go.clock) 30592 go.clock = in->newTime; 30595 if((in->newTime & CLOCK_UPDATE_MASK) > (clockNow & CLOCK_UPDATE_MASK))
|