Home
last modified time | relevance | path

Searched refs:timestamp2 (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/devel/elixir-timex/timex-3.3.0/test/
H A Dduration_test.exs36 timestamp2 = Duration.from_erl({1362,568958,951099})
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
47 timestamp2 = Duration.from_erl({1451,981376,368306})
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/devel/cmake-gui/cmake-3.22.1/Tests/CMakeTests/
H A DFile-TIMESTAMP-NotBogus.cmake8 file(TIMESTAMP "${STAMP_FILENAME}" timestamp2 "${STAMP_FORMAT}")
13 message(STATUS "timestamp2 [${timestamp2}]")
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.cmake8 file(TIMESTAMP "${STAMP_FILENAME}" timestamp2 "${STAMP_FORMAT}")
13 message(STATUS "timestamp2 [${timestamp2}]")
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.cmake8 file(TIMESTAMP "${STAMP_FILENAME}" timestamp2 "${STAMP_FORMAT}")
13 message(STATUS "timestamp2 [${timestamp2}]")
17 if(NOT timestamp1 STREQUAL timestamp2)
19 "timestamp mismatch [${timestamp1}] != [${timestamp2}]")
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/stats/
H A Dhelper_test.go47 timestamp2 := time.Now().Add(time.Minute)
55 Timestamp: timestamp2,
65 Timestamp: timestamp2,
87 Time: metav1.NewTime(timestamp2),
96 Time: metav1.NewTime(timestamp2),
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp26 const std::clock_t timestamp2 = std::clock(); in perf() local
31 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
32 const std::clock_t time_default = timestamp3 - timestamp2; in perf()
60 const std::clock_t timestamp2 = std::clock(); in perf() local
65 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
86 const std::clock_t timestamp2 = std::clock(); in perf() local
91 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
112 const std::clock_t timestamp2 = std::clock(); in perf() local
117 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
137 const std::clock_t timestamp2 = std::clock(); in perf() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp26 const std::clock_t timestamp2 = std::clock(); in perf() local
31 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
32 const std::clock_t time_default = timestamp3 - timestamp2; in perf()
60 const std::clock_t timestamp2 = std::clock(); in perf() local
65 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
86 const std::clock_t timestamp2 = std::clock(); in perf() local
91 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
112 const std::clock_t timestamp2 = std::clock(); in perf() local
117 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
137 const std::clock_t timestamp2 = std::clock(); in perf() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/history/
H A DHistoryAdapterAccessibilityTest.java102 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(3); in testRemoveItemsWithFooter() local
103 HistoryItem item2 = StubbedHistoryProvider.createHistoryItem(1, timestamp2); in testRemoveItemsWithFooter()
107 HistoryItem item3 = StubbedHistoryProvider.createHistoryItem(2, timestamp2); in testRemoveItemsWithFooter()
154 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(3); in testSearchWithFooter() local
155 HistoryItem item2 = StubbedHistoryProvider.createHistoryItem(1, timestamp2); in testSearchWithFooter()
190 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(3); in testSearchWithoutFooter() local
191 HistoryItem item2 = StubbedHistoryProvider.createHistoryItem(1, timestamp2); in testSearchWithoutFooter()
228 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(2); in testLoadMoreItems() local
229 HistoryItem item3 = StubbedHistoryProvider.createHistoryItem(3, timestamp2); in testLoadMoreItems()
232 HistoryItem item4 = StubbedHistoryProvider.createHistoryItem(4, timestamp2); in testLoadMoreItems()
H A DHistoryAdapterTest.java110 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(3); in testRemove_TwoItemsTwoDates() local
111 HistoryItem item2 = StubbedHistoryProvider.createHistoryItem(1, timestamp2); in testRemove_TwoItemsTwoDates()
145 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(3); in testSearch() local
146 HistoryItem item2 = StubbedHistoryProvider.createHistoryItem(1, timestamp2); in testSearch()
179 long timestamp2 = today.getTime() - TimeUnit.DAYS.toMillis(2); in testLoadMoreItems() local
180 HistoryItem item5 = StubbedHistoryProvider.createHistoryItem(4, timestamp2); in testLoadMoreItems()
183 HistoryItem item6 = StubbedHistoryProvider.createHistoryItem(0, timestamp2); in testLoadMoreItems()
/dports/www/py-flask-moment/Flask-Moment-1.0.2/src/flask_moment/
H A D__init__.py159 def _render(self, func, format=None, timestamp2=None, no_suffix=None, argument
165 if timestamp2:
166 data_values += ' data-timestamp2="{}"'.format(timestamp2)
222 return self._render("from", timestamp2=self._timestamp_as_iso_8601(
255 return self._render("to", timestamp2=self._timestamp_as_iso_8601(
308 return self._render("diff", timestamp2=self._timestamp_as_iso_8601(
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Expression/
H A DPgsql.php97 * @param string $timestamp2 optional; if given: subtract arguments
100 public function age($timestamp1, $timestamp2 = null) { argument
101 if ( $timestamp2 == null ) {
104 return 'AGE(' . $timestamp1 . ', ' . $timestamp2 . ')';
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Check/
H A DRequestTime.php69 $timestamp2 = $this->getTimestamp($timestamp, $values[1]);
71 if ($timestamp1 < $timestamp2) {
72 $in = $timestamp1 <= $timestamp && $timestamp <= $timestamp2;
74 $in = $timestamp1 <= $timestamp || $timestamp <= $timestamp2;
/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_fast_trigonometry.cpp28 const std::clock_t timestamp2 = std::clock(); in perf() local
33 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
34 const std::clock_t time_default = timestamp3 - timestamp2; in perf()
62 const std::clock_t timestamp2 = std::clock(); in perf() local
67 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
88 const std::clock_t timestamp2 = std::clock(); in perf() local
93 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
114 const std::clock_t timestamp2 = std::clock(); in perf() local
119 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
139 const std::clock_t timestamp2 = std::clock(); in perf() local
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp28 const std::clock_t timestamp2 = std::clock(); in perf() local
33 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
34 const std::clock_t time_default = timestamp3 - timestamp2; in perf()
62 const std::clock_t timestamp2 = std::clock(); in perf() local
67 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
88 const std::clock_t timestamp2 = std::clock(); in perf() local
93 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
114 const std::clock_t timestamp2 = std::clock(); in perf() local
119 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
139 const std::clock_t timestamp2 = std::clock(); in perf() local
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp27 const std::clock_t timestamp2 = std::clock(); in perf() local
32 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
33 const std::clock_t time_default = timestamp3 - timestamp2; in perf()
61 const std::clock_t timestamp2 = std::clock(); in perf() local
66 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
87 const std::clock_t timestamp2 = std::clock(); in perf() local
92 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
113 const std::clock_t timestamp2 = std::clock(); in perf() local
118 const std::clock_t time_fast = timestamp2 - timestamp1; in perf()
138 const std::clock_t timestamp2 = std::clock(); in perf() local
[all …]
/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.cc78 double timestamp2, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ() argument
93 timestamp2, expected_linear_acceleration_x, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ()
262 double timestamp2 = 2.0; in TEST_F() local
265 timestamp1, timestamp2, timestamp3); in TEST_F()
273 double timestamp2 = 2.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.cc78 double timestamp2, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ() argument
93 timestamp2, expected_linear_acceleration_x, in VerifyLinearAccelerationWhenAccelerometerReadingDifferentNonZeroXYZ()
262 double timestamp2 = 2.0; in TEST_F() local
265 timestamp1, timestamp2, timestamp3); in TEST_F()
273 double timestamp2 = 2.0; in TEST_F() local
276 timestamp1, timestamp2, timestamp3); in TEST_F()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/
H A DMessageTrackerTest.java55 long timestamp2 = System.currentTimeMillis(); in testTrackSend() local
56 messageTracker.trackSent(timestamp2); in testTrackSend()
72 long timestamp2 = System.currentTimeMillis(); in testTrackReceived() local
73 messageTracker.trackReceived(timestamp2); in testTrackReceived()
/dports/devel/patch/patch-2.7.6/tests/
H A Dpreserve-mode-and-timestamp17 timestamp2="2009-03-14 00:00:00"
20 +++ b/f $timestamp2
50 #$timestamp2
53 timestamp2_touch=`echo "$timestamp2" | sed -e "$sed_expr"`
110 +++ b/f $timestamp2
/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/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DBug_530868.java73 long timestamp2 = modifyTestFileAndFetchTimestamp("some contents 2"); in testMillisecondResolution() local
78 assertNotEquals(failMessage, timestamp1, timestamp2); in testMillisecondResolution()
79 assertNotEquals(failMessage, timestamp2, timestamp3); in testMillisecondResolution()
/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()

1234567891011