Home
last modified time | relevance | path

Searched defs:Recorded (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Microsoft.Reactive.Testing/
H A DRecorded.cs20 public struct Recorded<T> : IEquatable<Recorded<T>> struct
22 private readonly long _time;
23 private readonly T _value;
28 public long Time { get { return _time; } }
33 public T Value { get { return _value; } }
40 public Recorded(long time, T value) in Recorded() method
51 public bool Equals(Recorded<T> other) in Equals()
62 public static bool operator ==(Recorded<T> left, Recorded<T> right) in operator ==()
83 public override bool Equals(object obj) in Equals()
94 public override int GetHashCode() in GetHashCode()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Drecord.rs84 pub struct Recorded { struct
86 pub contents: Arc<Mutex<Vec<u8>>>,
93 pub largest_file: u64,
95 pub has_binary_files: bool,
98 pub oldest_change: std::time::SystemTime,
102 force_rediff: bool,
126 pub fn recorded(&mut self) -> Arc<Mutex<Recorded>> { in recorded()
132 fn recorded_(&self) -> Recorded { in recorded_()
148 pub fn finish(mut self) -> Recorded { in finish()
650 impl Recorded { implementation
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/diff/
H A Ddelete.rs11 impl Recorded { implementation
50 impl Recorded { implementation
227 impl Recorded { impl
H A Dmod.rs127 impl Recorded { implementation
H A Dreplace.rs28 impl Recorded { impl
/dports/devel/py-rx1/Rx-1.6.1/rx/testing/
H A Drecorded.py4 class Recorded(object): class
/dports/devel/py-rx/Rx-3.2.0/rx/testing/
H A Drecorded.py5 class Recorded: class
H A Dhotobservable.py12 def __init__(self, scheduler: VirtualTimeScheduler, messages: List[Recorded]) -> None:
/dports/www/firefox/firefox-99.0/dom/quota/
H A DFirstInitializationAttempts.h33 bool Recorded() const { in Recorded() function
/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DFirstInitializationAttempts.h33 bool Recorded() const { in Recorded() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DFirstInitializationAttempts.h33 bool Recorded() const { in Recorded() function
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/
H A Dtracecontext.go110 func (o TraceOptions) Recorded() bool { func
/dports/net/rclone/rclone-1.57.0/vendor/bazil.org/fuse/fs/fstestutil/record/
H A Drecord.go55 func (r *MarkRecorder) Recorded() bool { func
88 func (r *Recorder) Recorded() interface{} { func
109 func (r *RequestRecorder) Recorded() fuse.Request { func
/dports/sysutils/restic/restic-0.12.1/vendor/bazil.org/fuse/fs/fstestutil/record/
H A Drecord.go55 func (r *MarkRecorder) Recorded() bool { func
88 func (r *Recorder) Recorded() interface{} { func
109 func (r *RequestRecorder) Recorded() fuse.Request { func
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestRemove.java53 testRemoveOnFlush();
54 testRemoveOnClose();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestRecursive.java53 public static class Recorded extends Event { class in TestRecursive
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestRecursive.java53 public static class Recorded extends Event { class in TestRecursive
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestRecursive.java51 public static class Recorded extends Event { class in TestRecursive
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h116 bool Recorded = false; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h115 bool Recorded = false; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DInlineAdvisor.h115 bool Recorded = false; variable
/dports/net/traefik/traefik-2.6.1/vendor/go.elastic.co/apm/
H A Dtracecontext.go145 func (o TraceOptions) Recorded() bool { func
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel_ex.h114 inline void Recorded(CmISHBase *ish, int index, uint32_t offset) in Recorded() function
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel_ex.h114 inline void Recorded(CmISHBase *ish, int index, uint32_t offset) in Recorded() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h113 bool Recorded = false; variable

1234