Home
last modified time | relevance | path

Searched refs:timestamp1 (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/
H A DMessageTrackerTest.java45 long timestamp1 = System.currentTimeMillis(); in testTrackSend() local
49 messageTracker.trackSent(timestamp1); in testTrackSend()
50 assertEquals(messageTracker.peekSentTimestamp(), timestamp1); in testTrackSend() local
57 assertEquals(messageTracker.peekSentTimestamp(), timestamp1); in testTrackSend() local
62 long timestamp1 = System.currentTimeMillis(); in testTrackReceived() local
66 messageTracker.trackReceived(timestamp1); in testTrackReceived()
104 long timestamp1 = System.currentTimeMillis(); in testDumpToLog() local
114 messageTracker.trackSent(timestamp1); in testDumpToLog()
115 assertEquals(messageTracker.peekSentTimestamp(), timestamp1); in testDumpToLog() local
122 messageTracker.trackSent(timestamp1); in testDumpToLog()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeTests/
H A DFile-TIMESTAMP-NotBogus.cmake5 string(TIMESTAMP timestamp1 "${STAMP_FORMAT}")
12 message(STATUS "timestamp1 [${timestamp1}]")
16 if(timestamp1 STREQUAL timestamp3)
17 if(NOT timestamp1 STREQUAL timestamp2)
19 "timestamp mismatch [${timestamp1}] != [${timestamp2}]")
/dports/devel/cmake/cmake-3.22.1/Tests/CMakeTests/
H A DFile-TIMESTAMP-NotBogus.cmake5 string(TIMESTAMP timestamp1 "${STAMP_FORMAT}")
12 message(STATUS "timestamp1 [${timestamp1}]")
16 if(timestamp1 STREQUAL timestamp3)
17 if(NOT timestamp1 STREQUAL timestamp2)
19 "timestamp mismatch [${timestamp1}] != [${timestamp2}]")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CMakeTests/
H A DFile-TIMESTAMP-NotBogus.cmake5 string(TIMESTAMP timestamp1 "${STAMP_FORMAT}")
12 message(STATUS "timestamp1 [${timestamp1}]")
16 if(timestamp1 STREQUAL timestamp3)
17 if(NOT timestamp1 STREQUAL timestamp2)
19 "timestamp mismatch [${timestamp1}] != [${timestamp2}]")
/dports/devel/elixir-timex/timex-3.3.0/test/
H A Dduration_test.exs35 timestamp1 = Duration.from_erl({1362,568903,363960})
38 assert Duration.diff(timestamp2, timestamp1, :microseconds) == 55587139
39 assert Duration.diff(timestamp2, timestamp1, :milliseconds) == 55587
40 assert Duration.diff(timestamp2, timestamp1, :seconds) == 55
41 assert Duration.diff(timestamp2, timestamp1, :minutes) == 0
42 assert Duration.diff(timestamp2, timestamp1, :hours) == 0
46 timestamp1 = Duration.from_erl({1450,746582,000000})
50 assert Duration.diff(timestamp2, timestamp1, :milliseconds) == 1234794368
51 assert Duration.diff(timestamp2, timestamp1, :seconds) == 1234794
52 assert Duration.diff(timestamp2, timestamp1, :minutes) == 20579
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Dlist_test.go31 timestamp1 := time.Unix(sampleTimeSeconds+1, 0).UTC()
49 LastDeployed: timestamp1,
59 LastDeployed: timestamp1,
69 LastDeployed: timestamp1,
79 LastDeployed: timestamp1,
99 LastDeployed: timestamp1,
109 LastDeployed: timestamp1,
139 LastDeployed: timestamp1,
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Dlist_test.go31 timestamp1 := time.Unix(sampleTimeSeconds+1, 0).UTC()
49 LastDeployed: timestamp1,
59 LastDeployed: timestamp1,
69 LastDeployed: timestamp1,
79 LastDeployed: timestamp1,
99 LastDeployed: timestamp1,
109 LastDeployed: timestamp1,
139 LastDeployed: timestamp1,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/
H A DHistoryBucketTest.java143 long timestamp1 = 10; in testSort() local
144 index.addBlob(path, uuid1, timestamp1); in testSort()
149 assertEquals("2.3", timestamp1, entry.getTimestamp(0)); in testSort()
152 long timestamp2 = timestamp1 + 1; in testSort()
161 assertEquals("3.5", timestamp1, entry.getTimestamp(1)); in testSort()
164 long timestamp3 = timestamp1; in testSort()
176 assertEquals("4.7", timestamp1, entry.getTimestamp(2)); in testSort()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Expression/
H A DPgsql.php96 * @param string $timestamp1 timestamp to subtract from NOW()
100 public function age($timestamp1, $timestamp2 = null) { argument
102 return 'AGE(' . $timestamp1 . ')';
104 return 'AGE(' . $timestamp1 . ', ' . $timestamp2 . ')';
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Check/
H A DRequestTime.php68 $timestamp1 = $this->getTimestamp($timestamp, $values[0]);
71 if ($timestamp1 < $timestamp2) {
72 $in = $timestamp1 <= $timestamp && $timestamp <= $timestamp2;
74 $in = $timestamp1 <= $timestamp || $timestamp <= $timestamp2;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/generic_sensor/
H A Dlinear_acceleration_fusion_algorithm_using_accelerometer_unittest.cc77 double timestamp1, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ() argument
84 acceleration_z, timestamp1); in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ()
261 double timestamp1 = 1.0; in TEST_F() local
265 timestamp1, timestamp2, timestamp3); in TEST_F()
272 double timestamp1 = 1.0; in TEST_F() local
276 timestamp1, timestamp2, timestamp3); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dlinear_acceleration_fusion_algorithm_using_accelerometer_unittest.cc77 double timestamp1, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ() argument
84 acceleration_z, timestamp1); in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ()
261 double timestamp1 = 1.0; in TEST_F() local
265 timestamp1, timestamp2, timestamp3); in TEST_F()
272 double timestamp1 = 1.0; in TEST_F() local
276 timestamp1, timestamp2, timestamp3); in TEST_F()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/stats/
H A Dhelper_test.go46 timestamp1 := time.Now()
51 Timestamp: timestamp1,
61 Timestamp: timestamp1,
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp22 const std::clock_t timestamp1 = std::clock(); in perf() local
31 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
56 const std::clock_t timestamp1 = std::clock(); in perf() local
65 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
82 const std::clock_t timestamp1 = std::clock(); in perf() local
91 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
108 const std::clock_t timestamp1 = std::clock(); in perf() local
117 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
134 const std::clock_t timestamp1 = std::clock(); in perf() local
141 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp22 const std::clock_t timestamp1 = std::clock(); in perf() local
31 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
56 const std::clock_t timestamp1 = std::clock(); in perf() local
65 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
82 const std::clock_t timestamp1 = std::clock(); in perf() local
91 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
108 const std::clock_t timestamp1 = std::clock(); in perf() local
117 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
134 const std::clock_t timestamp1 = std::clock(); in perf() local
141 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/analyze/tests/
H A Dtest_dump.py166 timestamp1 = float(dt1.strftime('%s.%f'))
172 'timestamp': timestamp1}, {
192 timestamp1 = float(dt1.strftime('%s.%f'))
198 'timestamp': timestamp1}, {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/include/
H A Dmodule_common_types_public.h106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
107 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/include/
H A Dmodule_common_types_public.h106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
107 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/include/
H A Dmodule_common_types_public.h106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
107 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/include/
H A Dmodule_common_types_public.h105 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
106 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/include/
H A Dmodule_common_types_public.h106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
107 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/include/
H A Dmodule_common_types_public.h105 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
106 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/include/
H A Dmodule_common_types_public.h105 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
106 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/tests/system/
H A Dtest_data_api.py239 timestamp1 = datetime.datetime.utcnow().replace(tzinfo=UTC)
240 timestamp1_micros = _microseconds_from_datetime(timestamp1)
243 timestamp1 = _datetime_from_microseconds(timestamp1_micros)
245 timestamp2 = timestamp1 + datetime.timedelta(microseconds=1000)
247 timestamp3 = timestamp1 + datetime.timedelta(microseconds=2000)
249 timestamp4 = timestamp1 + datetime.timedelta(microseconds=3000)
253 row1.set_cell(COLUMN_FAMILY_ID1, COL_NAME1, CELL_VAL1, timestamp=timestamp1)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_test.go558 {timestamp1, timestamp1},
561 {timestamp1.In(tzTest), timestamp1.In(tzTest)},
562 {timestamp1.Format("2006-01-02 15:04:05.000"), timestamp1},
563 {timestamp1.Format("2006-01-02T15:04:05.000"), timestamp1},
564 {timestamp1.Format("2006-01-02 15:04:05"), timestamp1},
565 {timestamp1.Format("2006-01-02T15:04:05"), timestamp1},
930 {timestamp1, timestamp1.In(loc)},
931 {timestamp1.Unix(), timestamp1.In(loc)},
933 {timestamp1.Format("2006-01-02 15:04:05.000"), timestamp1.In(loc)},
935 {timestamp1.Format("2006-01-02 15:04:05"), timestamp1.In(loc)},
[all …]

1234567891011