Home
last modified time | relevance | path

Searched refs:newTime (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dplayer.js57 _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/
DClockSet.c29 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()
DClockSet_fp.h14 UINT64 newTime; member
DMarshal_ClockSet.c18 result = UINT64_Unmarshal(&target->newTime, buffer, size); in ClockSet_In_Unmarshal()
Dpart3.txt16836 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/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h38 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java1306 long newTime = lstToUT( lst );
1308 deltaT = newTime - time;
1309 setTime(newTime);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1304 long newTime = lstToUT( lst );
1306 deltaT = newTime - time;
1307 setTime(newTime);
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js596 var newTime = new Date().getTime();
597 var t = newTime - this.renderTime;
604 this.renderTime = newTime;
/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h28 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
/external/icu/icu4c/source/i18n/
Dastro.cpp1388 UDate newTime = lstToUT( lst ); in riseOrSet() local
1390 deltaT = newTime - fTime; in riseOrSet()
1391 setTime(newTime); in riseOrSet()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h200 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
DExtractCallback.cpp152 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/
Dweb-animations.min.js.map1 …ntTimePending","_ensureAlive","_inEffect","_players","_tickCurrentTime","newTime","ignoreLimit","f…
Dweb-animations-next.min.js.map1 …ending","Player","_ensureAlive","_source","_players","_tickCurrentTime","newTime","ignoreLimit","f…
/external/tpm2/generator/
Dcommands.txt2480 _NAME newTime
Draw_commands_fixed.txt30434 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))
Draw_commands.txt30423 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))