Home
last modified time | relevance | path

Searched defs:instant (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/shells/elvish/elvish-0.17.0/pkg/cli/modes/
H A Dinstant.go26 type instant struct { struct
27 InstantSpec
28 attachedTo tk.CodeArea
29 textView tk.TextView
30 lastCode string
31 lastErr error
34 func (w *instant) Render(width, height int) *term.Buffer {
40 func (w *instant) MaxHeight(width, height int) int {
58 func (w *instant) Focus() bool { return false }
60 func (w *instant) Handle(event term.Event) bool {
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/vss_setup/
H A Dexpected_result.json9 "instant": -2.7, number
15 "instant": -100.0, number
21 "instant": 6.2, number
38 "instant": -2.7, number
44 "instant": -100.0, number
50 "instant": 6.1, number
79 "instant": 0.0, number
108 "instant": 0.0, number
137 "instant": 6.0, number
166 "instant": 0.0, number
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/interface_shutdown_v2/
H A Dexpected_result.json9 "instant": -26.8, number
15 "instant": -1.9, number
21 "instant": 38.1, number
38 "instant": -35.2, number
44 "instant": -4.9, number
50 "instant": 10.7, number
67 "instant": -4.6, number
73 "instant": -5.0, number
79 "instant": 10.6, number
96 "instant": -8.6, number
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/actix-rt-1.1.1/tests/
H A Dintegration_tests.rs20 let instant = Instant::now(); in await_for_timer() localVariable
33 let instant = Instant::now(); in join_another_arbiter() localVariable
47 let instant = Instant::now(); in join_another_arbiter() localVariable
63 let instant = Instant::now(); in join_another_arbiter() localVariable
83 let instant = Instant::now(); in join_current_arbiter() localVariable
97 let instant = Instant::now(); in join_current_arbiter() localVariable
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/eos/mocked_data/test_get_optics/normal/
H A Dexpected_result.json1 …nnel": [{"index": 0, "state": {"output_power": {"max": 0.0, "avg": 0.0, "instant": -0.910326995816… number
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java93 Instant instant = Instant.ofEpochSecond(0L); in factory_ofInstant_nullOffset() local
99 Instant instant = Instant.ofEpochSecond(i); in factory_ofInstant_allSecsInDay() local
114 Instant instant = Instant.ofEpochSecond(i * 24L * 60L * 60L); in factory_ofInstant_allDaysInCycle() local
135 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooLow() local
148 Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L); in factory_ofInstant_tooBig() local
157 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MIN.getTotalSeconds()); in factory_ofInstant_minWithMinOffset() local
173 … Instant instant = Instant.ofEpochSecond(days * 24L * 60L * 60L - OFFSET_MAX.getTotalSeconds()); in factory_ofInstant_minWithMaxOffset() local
189 …Instant instant = Instant.ofEpochSecond((days + 1) * 24L * 60L * 60L - 1 - OFFSET_MIN.getTotalSeco… in factory_ofInstant_maxWithMinOffset() local
220 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMaxOffset() local
226 Instant instant = Instant.ofEpochSecond(Long.MAX_VALUE); in factory_ofInstant_maxInstantWithMinOffset() local
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/interface_shutdown/
H A Dexpected_result.json10 "instant": -2.0, number
16 "instant": 0.0, number
22 "instant": -3.5, number
37 "instant": -100.0, number
43 "instant": 0.0, number
49 "instant": -40.0, number
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/normal/
H A Dexpected_result.json10 "instant": -2.0, number
16 "instant": 0.0, number
22 "instant": -3.5, number
37 "instant": -2.0, number
43 "instant": 0.0, number
49 "instant": -2.5, number
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/low_rx_power/
H A Dexpected_result.json10 "instant": -6.8, number
16 "instant": 0.0, number
22 "instant": -27.4, number
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/junos/mocked_data/test_get_optics/infinite_with_space/
H A Dexpected_result.json10 "instant": -31.55, number
16 "instant": 33.490, number
22 "instant": 0.0, number
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/junos/mocked_data/test_get_optics/normal/
H A Dexpected_result.json1 …nnel": [{"index": 0, "state": {"output_power": {"max": 0.0, "avg": 0.0, "instant": -1.35, "min": 0… number
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/time/
H A DClock.java448 public abstract Instant instant(); in instant() method in Clock
559 public Instant instant() { in instant() method in Clock.SystemInstantSource
612 public Instant instant() { in instant() method in Clock.SystemClock
641 private final Instant instant; field in Clock.FixedClock
664 public Instant instant() { in instant() method in Clock.FixedClock
714 public Instant instant() { in instant() method in Clock.OffsetClock
765 public Instant instant() { in instant() method in Clock.TickClock
770 Instant instant = baseClock.instant(); in instant() local
822 public Instant instant() { in instant() method in Clock.SourceClock
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/time/
H A DClock.java410 public abstract Instant instant(); in instant() method in Clock
470 public Instant instant() { in instant() method in Clock.SystemClock
497 private final Instant instant; field in Clock.FixedClock
520 public Instant instant() { in instant() method in Clock.FixedClock
570 public Instant instant() { in instant() method in Clock.OffsetClock
621 public Instant instant() { in instant() method in Clock.TickClock
626 Instant instant = baseClock.instant(); in instant() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/time/
H A DClock.java410 public abstract Instant instant(); in instant() method in Clock
470 public Instant instant() { in instant() method in Clock.SystemClock
497 private final Instant instant; field in Clock.FixedClock
520 public Instant instant() { in instant() method in Clock.FixedClock
570 public Instant instant() { in instant() method in Clock.OffsetClock
621 public Instant instant() { in instant() method in Clock.TickClock
626 Instant instant = baseClock.instant(); in instant() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/time/
H A DClock.java444 public abstract Instant instant(); in instant() method in Clock
524 public Instant instant() { in instant() method in Clock.SystemClock
590 private final Instant instant; field in Clock.FixedClock
613 public Instant instant() { in instant() method in Clock.FixedClock
663 public Instant instant() { in instant() method in Clock.OffsetClock
714 public Instant instant() { in instant() method in Clock.TickClock
719 Instant instant = baseClock.instant(); in instant() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/time/
H A DClock.java444 public abstract Instant instant(); in instant() method in Clock
524 public Instant instant() { in instant() method in Clock.SystemClock
590 private final Instant instant; field in Clock.FixedClock
613 public Instant instant() { in instant() method in Clock.FixedClock
663 public Instant instant() { in instant() method in Clock.OffsetClock
714 public Instant instant() { in instant() method in Clock.TickClock
719 Instant instant = baseClock.instant(); in instant() local

12345678910>>...37