/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
D | unistd_usleep_test.cpp | 27 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/ |
D | SVGAnimationTestCase-testharness.js | 44 newTime = time; 47 rootSVGElement.setCurrentTime(newTime);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDistanceTest.java | 109 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/ |
D | LocaleDistanceTest.java | 112 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/ |
D | CalendarAstronomer.java | 1309 long newTime = lstToUT( lst ); 1311 deltaT = newTime - time; 1312 setTime(newTime);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CalendarAstronomer.java | 1311 long newTime = lstToUT( lst ); 1313 deltaT = newTime - time; 1314 setTime(newTime);
|
/third_party/icu/icu4c/source/i18n/ |
D | astro.cpp | 1390 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/ |
D | astro.cpp | 1390 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/ |
D | astro.cpp | 1390 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/ |
D | IFileExtractCallback.h | 48 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, \
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 466 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/ |
D | ExtractCallbackConsole.cpp | 286 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/ |
D | virtualFileSystemWithWatch.ts | 257 const newTime = ms + time; constant 258 if (this.host.getTime() < newTime) { 259 this.host.setTime(newTime);
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 196 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, in AskOverwrite() argument 205 dialog.NewFileInfo.SetTime(newTime); in AskOverwrite()
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 6471 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
|
D | tsc.js | 3982 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
|