Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_usleep_test.cpp27 struct timespec newTime; variable
28 clock_gettime(CLOCK_MONOTONIC, &newTime);
29 ASSERT_GE(newTime.tv_sec - oldTime.tv_sec, 1);
/third_party/node/test/fixtures/wpt/resources/
DSVGAnimationTestCase-testharness.js44 newTime = time;
47 rootSVGElement.setCurrentTime(newTime);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDistanceTest.java109 final long newTime = newLikelyTime+newTimeMinusLikely; in testTiming() local
115 logln("totalNew:\t" + newTime/maxIterations); in testTiming()
116 assertTrue("newTime < 20% of oldTime", newTime * 5 < oldTime); in testTiming()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDistanceTest.java112 final long newTime = newLikelyTime+newTimeMinusLikely; in testTiming() local
118 logln("totalNew:\t" + newTime/maxIterations); in testTiming()
119 assertTrue("newTime < 20% of oldTime", newTime * 5 < oldTime); in testTiming()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1309 long newTime = lstToUT( lst );
1311 deltaT = newTime - time;
1312 setTime(newTime);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarAstronomer.java1311 long newTime = lstToUT( lst );
1313 deltaT = newTime - time;
1314 setTime(newTime);
/third_party/icu/icu4c/source/i18n/
Dastro.cpp1390 UDate newTime = lstToUT( lst ); in riseOrSet() local
1392 deltaT = newTime - fTime; in riseOrSet()
1393 setTime(newTime); in riseOrSet()
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.cpp1390 UDate newTime = lstToUT( lst ); in riseOrSet() local
1392 deltaT = newTime - fTime; in riseOrSet()
1393 setTime(newTime); in riseOrSet()
/third_party/node/deps/icu-small/source/i18n/
Dastro.cpp1390 UDate newTime = lstToUT( lst ); in riseOrSet() local
1392 deltaT = newTime - fTime; in riseOrSet()
1393 setTime(newTime); in riseOrSet()
/third_party/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h48 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, \
/third_party/typescript/src/compiler/
Dsys.ts466 const newTime = modifiedTime.getTime(); constant
467 if (oldTime !== newTime) {
470 …watchedFile.callback(watchedFile.fileName, getFileWatcherEventKind(oldTime, newTime), modifiedTime…
478 export function getFileWatcherEventKind(oldTime: number, newTime: number) {
481 : newTime === 0
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp286 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, in AskOverwrite() argument
300 PrintFileInfo(_so, newName, newTime, newSize); in AskOverwrite()
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts257 const newTime = ms + time; constant
258 if (this.host.getTime() < newTime) {
259 this.host.setTime(newTime);
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp196 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, in AskOverwrite() argument
205 dialog.NewFileInfo.SetTime(newTime); in AskOverwrite()
/third_party/typescript/lib/
DtypingsInstaller.js6471 var newTime = modifiedTime.getTime();
6472 if (oldTime !== newTime) {
6475 …watchedFile.callback(watchedFile.fileName, getFileWatcherEventKind(oldTime, newTime), modifiedTime…
6481 function getFileWatcherEventKind(oldTime, newTime) { argument
6484 : newTime === 0
Dtsc.js3982 var newTime = modifiedTime.getTime();
3983 if (oldTime !== newTime) {
3985 …watchedFile.callback(watchedFile.fileName, getFileWatcherEventKind(oldTime, newTime), modifiedTime…
3990 function getFileWatcherEventKind(oldTime, newTime) { argument
3993 : newTime === 0