Home
last modified time | relevance | path

Searched refs:TState (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Reactive.PlatformServices.cs27 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
28 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
36 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
37 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
38 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
45 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
46 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
47 …verride System.IDisposable Schedule<TState>(TState state, System.Func<System.Reactive.Concurrency.… in Schedule() argument
55 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
56 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
[all …]
H A DSystem.Reactive.Interfaces.cs54 …IDisposable Schedule<TState>(TState state, System.DateTimeOffset dueTime, System.Func<System.React… in Schedule() argument
55 …System.IDisposable Schedule<TState>(TState state, System.Func<System.Reactive.Concurrency.ISchedul… in Schedule() argument
56 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
60 …System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.Reactive… in ScheduleLongRunning() argument
64 …System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func<TSta… in SchedulePeriodic() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Reactive.PlatformServices.cs28 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
29 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
37 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
38 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
39 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
46 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
47 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
48 …verride System.IDisposable Schedule<TState>(TState state, System.Func<System.Reactive.Concurrency.… in Schedule() argument
56 …public System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.R… in ScheduleLongRunning() argument
57 …lic System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func< in SchedulePeriodic() argument
[all …]
H A DSystem.Reactive.Interfaces.cs55 …IDisposable Schedule<TState>(TState state, System.DateTimeOffset dueTime, System.Func<System.React… in Schedule() argument
56 …System.IDisposable Schedule<TState>(TState state, System.Func<System.Reactive.Concurrency.ISchedul… in Schedule() argument
57 …em.IDisposable Schedule<TState>(TState state, System.TimeSpan dueTime, System.Func<System.Reactive… in Schedule() argument
61 …System.IDisposable ScheduleLongRunning<TState>(TState state, System.Action<TState, System.Reactive… in ScheduleLongRunning() argument
65 …System.IDisposable SchedulePeriodic<TState>(TState state, System.TimeSpan period, System.Func<TSta… in SchedulePeriodic() argument
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Concurrency/
H A DScheduler.Recursive.cs36 …public static IDisposable Schedule<TState>(this IScheduler scheduler, TState state, Action<TState,… in Schedule() argument
43 …return scheduler.Schedule(new Pair<TState, Action<TState, Action<TState>>> { First = state, Second… in Schedule()
46 …static IDisposable InvokeRec1<TState>(IScheduler scheduler, Pair<TState, Action<TState, Action<TSt… in InvokeRec1() argument
53 Action<TState> recursiveAction = null; in InvokeRec1()
115 … static IDisposable Schedule<TState>(this IScheduler scheduler, TState state, TimeSpan dueTime, Ac… in Schedule() argument
122 …return scheduler.Schedule(new Pair<TState, Action<TState, Action<TState, TimeSpan>>> { First = sta… in Schedule()
125 …static IDisposable InvokeRec2<TState>(IScheduler scheduler, Pair<TState, Action<TState, Action<TSt… in InvokeRec2() argument
132 Action<TState> recursiveAction = null; in InvokeRec2()
194 …atic IDisposable Schedule<TState>(this IScheduler scheduler, TState state, DateTimeOffset dueTime,… in Schedule() argument
201 …return scheduler.Schedule(new Pair<TState, Action<TState, Action<TState, DateTimeOffset>>> { First… in Schedule()
[all …]
H A DScheduler.Async.cs118 …public static IDisposable ScheduleAsync<TState>(this IScheduler scheduler, TState state, Func<ISch… in ScheduleAsync() argument
137 …public static IDisposable ScheduleAsync<TState>(this IScheduler scheduler, TState state, Func<ISch… in ScheduleAsync() argument
191 …atic IDisposable ScheduleAsync<TState>(this IScheduler scheduler, TState state, TimeSpan dueTime, … in ScheduleAsync() argument
333 …private static IDisposable ScheduleAsync_<TState>(IScheduler scheduler, TState state, Func<ISchedu… in ScheduleAsync_() argument
338 …private static IDisposable ScheduleAsync_<TState>(IScheduler scheduler, TState state, Func<ISchedu… in ScheduleAsync_() argument
343 …static IDisposable ScheduleAsync_<TState>(IScheduler scheduler, TState state, TimeSpan dueTime, Fu… in ScheduleAsync_() argument
363 …private static IDisposable InvokeAsync<TState>(IScheduler self, TState s, Func<IScheduler, TState,… in InvokeAsync() argument
382 …private static IDisposable InvokeAsync<TState>(IScheduler self, TState s, Func<IScheduler, TState,… in InvokeAsync() argument
414 … public IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action) in Schedule() argument
419 …public IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisp… in Schedule() argument
[all …]
H A DScheduler.Services.Emulation.cs27 …atic IDisposable SchedulePeriodic<TState>(this IScheduler scheduler, TState state, TimeSpan period… in SchedulePeriodic() argument
53 … static IDisposable SchedulePeriodic<TState>(this IScheduler scheduler, TState state, TimeSpan per… in SchedulePeriodic()
142 …tatic IDisposable SchedulePeriodic_<TState>(IScheduler scheduler, TState state, TimeSpan period, F… in SchedulePeriodic_() argument
281 class SchedulePeriodicStopwatch<TState>
285 private readonly Func<TState, TState> _action;
288 …ic SchedulePeriodicStopwatch(IScheduler scheduler, TState state, TimeSpan period, Func<TState, TSt… in SchedulePeriodicStopwatch() argument
299 private TState _state;
498 class SchedulePeriodicRecursive<TState>
502 private readonly Func<TState, TState> _action;
504 …ic SchedulePeriodicRecursive(IScheduler scheduler, TState state, TimeSpan period, Func<TState, TSt… in SchedulePeriodicRecursive() argument
[all …]
H A DImmediateScheduler.cs36 …public override IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> a… in Schedule() argument
53 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in Schedule() argument
71 …public override IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> a… in Schedule() argument
90 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in Schedule() argument
96 return Schedule<TState>(state, action); in Schedule()
H A DDefaultScheduler.cs41 …public override IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> a… in Schedule() argument
69 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in Schedule() argument
102 …public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> ac… in SchedulePeriodic() argument
124 action = Stubs<TState>.I; in SchedulePeriodic()
150 … public IDisposable ScheduleLongRunning<TState>(TState state, Action<TState, ICancelable> action) in ScheduleLongRunning() argument
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/
H A DThreadPoolScheduler.cs41 …public override IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> a… in Schedule() argument
66 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in Schedule() argument
86 … public IDisposable ScheduleLongRunning<TState>(TState state, Action<TState, ICancelable> action) in ScheduleLongRunning() argument
120 …public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> ac… in SchedulePeriodic() argument
148 private readonly TState _state;
217 private TState _state;
218 private Func<TState, TState> _action;
223 public PeriodicTimer(TState state, TimeSpan period, Func<TState, TState> action) in PeriodicTimer() argument
373 private TState _state;
374 private Func<TState, TState> _action;
[all …]
H A DNewThreadScheduler.cs62 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in NewThreadScheduler() argument
80 … public IDisposable ScheduleLongRunning<TState>(TState state, Action<TState, ICancelable> action) in NewThreadScheduler() argument
112 …public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> ac… in NewThreadScheduler() argument
119 var periodic = new Periodic<TState>(state, period, action); in NewThreadScheduler()
127 class Periodic<TState> : IDisposable in NewThreadScheduler()
131 private readonly Func<TState, TState> _action; in NewThreadScheduler()
136 private TState _state; in NewThreadScheduler()
139 public Periodic(TState state, TimeSpan period, Func<TState, TState> action) in NewThreadScheduler() argument
/dports/audio/spectmorph/spectmorph-0.5.2/tools/
H A Dsmutils.py5 class TState: class
24 state = TState.BLANK
32 state = TState.STRING
34 state = TState.QUOTED_STRING
43 state = TState.BLANK
45 state = TState.QUOTED_STRING_ESCAPED
46 elif state == TState.QUOTED_STRING:
50 state = TState.QUOTED_STRING
52 state = TState.COMMENT
53 elif state == TState.COMMENT:
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/
H A DGenerate.cs12 class Generate<TState, TResult> : Producer<TResult>
14 private readonly TState _initialState;
15 private readonly Func<TState, bool> _condition;
16 private readonly Func<TState, TState> _iterate;
17 private readonly Func<TState, TResult> _resultSelector;
19 private readonly Func<TState, TimeSpan> _timeSelectorR;
22 …public Generate(TState initialState, Func<TState, bool> condition, Func<TState, TState> iterate, F… in Generate() argument
31 …c Generate(TState initialState, Func<TState, bool> condition, Func<TState, TState> iterate, Func<T… in Generate() argument
41 …c Generate(TState initialState, Func<TState, bool> condition, Func<TState, TState> iterate, Func<T… in Generate() argument
75 private readonly Generate<TState, TResult> _parent;
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3600.h82 typedef SANE_Status TState; typedef
122 typedef TState (*TReadLineCB)(PTInstance);
181 TState nErrorState;
254 __SM3600EXPORT__ TState FreeState(TInstance *this, TState nReturn);
255 __SM3600EXPORT__ TState EndScan(TInstance *this);
260 __SM3600EXPORT__ TState DoScanFile(TInstance *this);
269 __SM3600EXPORT__ TState CancelScan(TInstance *this);
273 __SM3600EXPORT__ TState DoInit(TInstance *this);
274 __SM3600EXPORT__ TState DoReset(TInstance *this);
282 __SM3600EXPORT__ TState DoCalibration(TInstance *this);
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/automata/src/
H A Ddot.rs36 from: Option<&TState>, in fmt_transition() argument
38 to: Option<&TState>, in fmt_transition() argument
56 impl<TAlphabet, TState, TOutput> Automaton<TAlphabet, TState, TOutput>
59 TState: Clone + Eq + Hash,
164 impl<TAlphabet, TState, TOutput> DotFmt<TAlphabet, TState, TOutput> for DebugDotFmt
167 TState: Debug,
173 _from: Option<&TState>, in fmt_transition() argument
175 _to: Option<&TState>, in fmt_transition() argument
194 impl<TAlphabet, TState, TOutput> DotFmt<TAlphabet, TState, TOutput> for DisplayDotFmt
197 TState: Display,
[all …]
H A Dlib.rs229 TState: Clone + Eq + Hash,
235 impl<TAlphabet, TState, TOutput> Builder<TAlphabet, TState, TOutput>
238 TState: Clone + Eq + Hash,
371 TState: Clone + Eq + Hash,
395 impl<TAlphabet, TState, TOutput> BuilderInner<TAlphabet, TState, TOutput>
398 TState: Clone + Eq + Hash,
494 TState: Clone + Eq + Hash,
507 impl<'a, TAlphabet, TState, TOutput> InsertionBuilder<'a, TAlphabet, TState, TOutput>
703 impl<TAlphabet, TState, TOutput> WipState<TAlphabet, TState, TOutput>
760 impl<TAlphabet, TState, TOutput> Automaton<TAlphabet, TState, TOutput>
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Concurrency/
H A DVirtualTimeScheduler.cs88 …ublic abstract IDisposable ScheduleAbsolute<TState>(TState state, TAbsolute dueTime, Func<ISchedul… in ScheduleAbsolute() argument
98 …public IDisposable ScheduleRelative<TState>(TState state, TRelative dueTime, Func<IScheduler, TSta… in ScheduleRelative() argument
116 … public IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action) in Schedule() argument
133 …public IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisp… in Schedule() argument
150 …public IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState,… in Schedule() argument
396 …ublic override IDisposable ScheduleAbsolute<TState>(TState state, TAbsolute dueTime, Func<ISchedul… in ScheduleAbsolute() argument
401 var si = default(ScheduledItem<TAbsolute, TState>); in ScheduleAbsolute()
403 var run = new Func<IScheduler, TState, IDisposable>((scheduler, state1) => in ScheduleAbsolute()
409 si = new ScheduledItem<TAbsolute, TState>(this, state, run, dueTime, Comparer); in ScheduleAbsolute()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/find/
H A Dfind_lambda.h68 template <typename TState, typename TThreading>
80 template <typename TState, typename TThreading>
84 typedef typename If<HasStatesPool, String<TState>, TState>::Type Type;
126 TState state; in find()
156 template <typename TState>
157 inline void _findStatesPoolInit(TState & /* pool */, False) {} in _findStatesPoolInit() argument
169 template <typename TState>
170 inline TState &
171 _findPickState(TState & state, False) in _findPickState()
201 typedef typename FindState_<TText, TNeedle, TAlgorithm>::Type TState; in find() typedef
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/find/
H A Dfind_lambda.h68 template <typename TState, typename TThreading>
80 template <typename TState, typename TThreading>
84 typedef typename If<HasStatesPool, String<TState>, TState>::Type Type;
126 TState state; in find()
156 template <typename TState>
157 inline void _findStatesPoolInit(TState & /* pool */, False) {} in _findStatesPoolInit() argument
169 template <typename TState>
170 inline TState &
171 _findPickState(TState & state, False) in _findPickState()
201 typedef typename FindState_<TText, TNeedle, TAlgorithm>::Type TState; in find() typedef
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/find/
H A Dfind_lambda.h68 template <typename TState, typename TThreading>
80 template <typename TState, typename TThreading>
84 typedef typename If<HasStatesPool, String<TState>, TState>::Type Type;
126 TState state; in find()
156 template <typename TState>
157 inline void _findStatesPoolInit(TState & /* pool */, False) {} in _findStatesPoolInit() argument
169 template <typename TState>
170 inline TState &
171 _findPickState(TState & state, False) in _findPickState()
201 typedef typename FindState_<TText, TNeedle, TAlgorithm>::Type TState; in find() typedef
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/
H A DTestLongRunningScheduler.cs33 … public IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action) in Schedule() argument
38 …public IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisp… in Schedule() argument
43 …public IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState,… in Schedule() argument
48 … public IDisposable ScheduleLongRunning<TState>(TState state, Action<TState, ICancelable> action) in ScheduleLongRunning() argument
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimagediff.pas24 procedure ApplyTo(AState: TState); override;
25 procedure UnApplyTo(AState: TState); override;
41 procedure ApplyTo(AState: TState); override;
42 procedure UnApplyTo(AState: TState); override;
70 procedure ApplyTo(AState: TState); override;
98 procedure ApplyTo(AState: TState); override;
117 procedure ApplyTo(AState: TState); override;
132 procedure ApplyTo(AState: TState); override;
351 procedure CustomUnapplyto(AState: TState);
502 constructor Create(AState: TState; ABackup: TState);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Concurrency/
H A DIScheduler.cs22 IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action); in Schedule() argument
32 …IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable>… in Schedule() argument
42 …IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState, IDispo… in Schedule() argument
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Dummies/
H A DDummyScheduler.cs21 … public IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action) in Schedule() argument
26 …public IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisp… in Schedule() argument
31 …public IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState,… in Schedule() argument
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Windows.Forms/Reactive/Concurrency/
H A DControlScheduler.cs48 …public override IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> a… in Schedule() argument
73 …public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TSta… in Schedule() argument
82 var createTimer = new Func<IScheduler, TState, IDisposable>((scheduler1, state1) => in Schedule()
141 …public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> ac… in SchedulePeriodic() argument
151 var createTimer = new Func<IScheduler, TState, IDisposable>((scheduler1, state1) => in SchedulePeriodic()

12345678910>>...15