Home
last modified time | relevance | path

Searched refs:TimeVal (Results 1 – 25 of 852) sorted by relevance

12345678910>>...35

/dports/devel/libassa/libassa-3.5.1/assa/
H A DTimeVal.h57 TimeVal (const TimeVal& tv_);
86 TimeVal& operator= (const TimeVal& tv_);
89 TimeVal& operator+= (const TimeVal& rhs_);
92 TimeVal& operator-= (const TimeVal& rhs_);
95 friend TimeVal operator+(const TimeVal& lhs_, const TimeVal& rhs_);
98 friend TimeVal operator-(const TimeVal& lhs_, const TimeVal& rhs_);
185 TimeVal::
195 TimeVal::
202 TimeVal::
209 TimeVal::
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dtimeval.h102 inline TimeVal::TimeVal() in TimeVal() function
114 inline TimeVal::TimeVal(const GTimeVal& gtimeval) in TimeVal() function
130 TimeVal::operator+=(const TimeVal& gtimeval)
138 TimeVal::operator-=(const TimeVal& gtimeval)
181 operator+(const TimeVal& lhs, const TimeVal& rhs)
195 operator-(const TimeVal& lhs, const TimeVal& rhs)
209 operator==(const TimeVal& lhs, const TimeVal& rhs)
216 operator!=(const TimeVal& lhs, const TimeVal& rhs)
223 operator<(const TimeVal& lhs, const TimeVal& rhs)
230 operator>(const TimeVal& lhs, const TimeVal& rhs)
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/nix/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/sys/
H A Dtime.rs298 impl Eq for TimeVal {} implementation
379 impl TimeVal { implementation
408 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
417 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
473 TimeVal(tv) in from()
547 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
548 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
550 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
558 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
565 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/src/sys/
H A Dtime.rs298 impl Eq for TimeVal {} implementation
379 impl TimeVal { impl
408 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
417 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
473 TimeVal(tv) in from()
547 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
548 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
550 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
558 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
565 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/src/sys/
H A Dtime.rs298 impl Eq for TimeVal {} implementation
379 impl TimeVal { implementation
408 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
417 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
473 TimeVal(tv) in from()
547 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
548 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
550 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
558 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
565 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.14.1/src/sys/
H A Dtime.rs298 impl Eq for TimeVal {} implementation
379 impl TimeVal { impl
408 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
417 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
473 TimeVal(tv) in from()
547 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
548 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
550 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
558 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
565 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dtime.rs377 impl TimeVal { implementation
406 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
415 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
539 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
540 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
542 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
549 assert!(TimeVal::seconds(1) < TimeVal::microseconds(1_000_001)); in test_timeval_ord()
550 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
551 assert!(TimeVal::seconds(-1) < TimeVal::microseconds(-999_999)); in test_timeval_ord()
557 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/sys/
H A Dtime.rs297 impl Eq for TimeVal {} implementation
299 impl Ord for TimeVal { implementation
378 impl TimeVal { implementation
407 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
416 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
540 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
541 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
543 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
551 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
558 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.11.0/src/sys/
H A Dtime.rs296 impl Eq for TimeVal {} implementation
298 impl Ord for TimeVal { implementation
377 impl TimeVal { impl
406 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
415 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
539 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
540 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
542 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
550 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
557 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.13.0/src/sys/
H A Dtime.rs297 impl Eq for TimeVal {} implementation
299 impl Ord for TimeVal { implementation
378 impl TimeVal { implementation
407 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
416 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
540 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
541 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
543 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
551 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
558 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/nix/src/sys/
H A Dtime.rs297 impl Eq for TimeVal {} implementation
299 impl Ord for TimeVal { implementation
378 impl TimeVal { impl
407 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
416 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
540 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
541 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
543 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
551 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
558 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/nix/src/sys/
H A Dtime.rs297 impl Eq for TimeVal {} implementation
299 impl Ord for TimeVal { implementation
378 impl TimeVal { implementation
407 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
416 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
540 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
541 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
543 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
551 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
558 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/src/sys/
H A Dtime.rs297 impl Eq for TimeVal {} implementation
299 impl Ord for TimeVal { implementation
378 impl TimeVal { impl
407 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
416 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
540 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
541 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
543 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
551 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
558 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.10.0/src/sys/
H A Dtime.rs377 impl TimeVal { impl
406 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
415 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
539 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
540 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
542 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
549 assert!(TimeVal::seconds(1) < TimeVal::microseconds(1_000_001)); in test_timeval_ord()
550 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
551 assert!(TimeVal::seconds(-1) < TimeVal::microseconds(-999_999)); in test_timeval_ord()
557 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Dtime.rs377 impl TimeVal { implementation
406 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
415 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
539 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
540 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
542 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
549 assert!(TimeVal::seconds(1) < TimeVal::microseconds(1_000_001)); in test_timeval_ord()
550 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
551 assert!(TimeVal::seconds(-1) < TimeVal::microseconds(-999_999)); in test_timeval_ord()
557 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/nix-0.18.0/src/sys/
H A Dtime.rs279 impl Ord for TimeVal { implementation
358 impl TimeVal { implementation
387 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
396 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
452 TimeVal(tv) in from()
526 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
527 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
529 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
537 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
544 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nix-0.18.0/src/sys/
H A Dtime.rs279 impl Ord for TimeVal { implementation
358 impl TimeVal { impl
387 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
396 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
452 TimeVal(tv) in from()
526 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
527 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
529 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
537 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
544 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { implementation
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { implementation
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/nix-0.17.0/src/sys/
H A Dtime.rs262 impl Ord for TimeVal { implementation
341 impl TimeVal { impl
370 fn add(self, rhs: TimeVal) -> TimeVal { in add() argument
379 fn sub(self, rhs: TimeVal) -> TimeVal { in sub() argument
435 TimeVal(tv) in from()
509 assert!(TimeVal::seconds(1) != TimeVal::zero()); in test_timeval()
510 assert_eq!(TimeVal::seconds(1) + TimeVal::seconds(2), in test_timeval()
512 assert_eq!(TimeVal::minutes(3) + TimeVal::seconds(2), in test_timeval()
520 assert!(TimeVal::seconds(1) > TimeVal::microseconds(999_999)); in test_timeval_ord()
527 let a = TimeVal::seconds(1) + TimeVal::microseconds(123); in test_timeval_neg()
[all …]

12345678910>>...35