Home
last modified time | relevance | path

Searched refs:handle_done (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/erlang-sbroker/sbroker-1.0.0/test/
H A Dsregulator_statem2_valve.erl28 -export([handle_done/3]).
47 handle_done(Ref, Time, State) -> function
48 sregulator_statem_valve:handle_done(Ref, Time, State).
H A Dsregulator_open_valve_statem.erl29 -export([handle_done/2]).
48 handle_done(_, State) -> function
H A Dsregulator_statem_valve_statem.erl28 -export([handle_done/2]).
44 handle_done(_, State) -> function
H A Dsregulator_relative_valve_statem.erl29 -export([handle_done/2]).
56 handle_done(Time, State) -> function
H A Dsregulator_rate_valve_statem.erl28 -export([handle_done/2]).
70 handle_done(Time, #state{overflow=Overflow} = State) when Overflow > 0 -> function
72 handle_done(Time, #state{overflow=0, active=Active} = State) function
H A Dsregulator_valve_statem.erl39 -export([handle_done/4]).
80 {8, {call, ?MODULE, handle_done, handle_done_args(State)}},
98 precondition(State, {call, _, handle_done, Args}) ->
119 next_state(State, Value, {call, _, handle_done, Args}) ->
140 postcondition(State, {call, _, handle_done, Args}, Result) ->
308 handle_done(Mod, undefined, Time, V) -> function
309 handle_done(Mod, {self(), make_ref()}, Time, V);
310 handle_done(Mod, {_, Ref}, Time, V) -> function
311 Mod:handle_done(Ref, Time, V).
665 length(L) > Min -> handle_done
H A Dsregulator_statem_valve.erl28 -export([handle_done/3]).
56 handle_done(Ref, Time, #state{map=Map} = State) -> function
H A Dsregulator_codel_valve_statem.erl29 -export([handle_done/2]).
68 handle_done(Time, State) -> function
/dports/x11/waybar/Waybar-0.9.12/include/modules/wlr/
H A Dworkspace_manager.hpp39 auto handle_done() -> void;
101 auto handle_done() -> void;
139 auto handle_done() -> void;
/dports/x11/waybar/Waybar-0.9.12/src/modules/wlr/
H A Dworkspace_manager.cpp131 auto WorkspaceManager::handle_done() -> void { in handle_done() function in waybar::modules::wlr::WorkspaceManager
133 group->handle_done(); in handle_done()
272 auto WorkspaceGroup::handle_done() -> void { in handle_done() function in waybar::modules::wlr::WorkspaceGroup
279 workspace->handle_done(); in handle_done()
392 auto Workspace::handle_done() -> void { in handle_done() function in waybar::modules::wlr::Workspace
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/tests/integration_tests/
H A Dintegration_tests_test.cc129 base::win::ScopedHandle handle_done(hEventB); in IntegrationTestsTest_event() local
134 if (WAIT_OBJECT_0 != ::WaitForSingleObject(handle_done.Get(), 1000)) in IntegrationTestsTest_event()
408 base::win::ScopedHandle handle_done(event_done); in TEST() local
427 SetEvent(handle_done.Get()); in TEST()
/dports/devel/erlang-sbroker/sbroker-1.0.0/src/
H A Dsregulator_open_valve.erl39 -export([handle_done/3]).
93 -spec handle_done(Ref, Time, State) ->
99 handle_done(Ref, Time, #state{max=Max, map=Map} = State) -> function
H A Dsregulator_relative_valve.erl60 -export([handle_done/3]).
128 -spec handle_done(Ref, Time, State) ->
134 handle_done(Ref, Time, #state{map=Map} = State) -> function
/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp_midi.cpp49 connect(but_done, SIGNAL(released()), this, SLOT(handle_done())); in MppMidi()
171 MppMidi :: handle_done() in handle_done() function in MppMidi
H A Dmidipp_gpro.h64 void handle_done();
H A Dmidipp_midi.h80 void handle_done();
/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Dinput-method-keyboard-grab.c117 static void handle_done(void *data, in handle_done() function
155 .done = handle_done,
/dports/ftp/uftp/uftp-5.0/
H A Dclient_transfer.h39 void handle_done(struct group_list_t *group, const unsigned char *message,
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_misc/wayland/include/
H A Dlistener_wayland.h40 void handle_done(void* data, struct wl_callback* callback, uint32_t time);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_misc/wayland/include/
H A Dlistener_wayland.h63 void handle_done(void *data, struct wl_callback *callback, uint32_t time);
/dports/math/octave/octave-6.4.0/libgui/src/
H A Dfind-files-dialog.h72 void handle_done (int);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dserver.py372 if not graph_walker.handle_done(
684 def handle_done(self, done_required, done_received): member in _ProtocolGraphWalker
686 return self._impl.handle_done(done_required, done_received)
735 def handle_done(self, done_required, done_received): member in SingleAckGraphWalkerImpl
791 def handle_done(self, done_required, done_received): member in MultiAckGraphWalkerImpl
856 def handle_done(self, done_required, done_received): member in MultiAckDetailedGraphWalkerImpl
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dserver.py378 if not graph_walker.handle_done(
697 def handle_done(self, done_required, done_received): member in _ProtocolGraphWalker
699 return self._impl.handle_done(done_required, done_received)
749 def handle_done(self, done_required, done_received): member in SingleAckGraphWalkerImpl
805 def handle_done(self, done_required, done_received): member in MultiAckGraphWalkerImpl
870 def handle_done(self, done_required, done_received): member in MultiAckDetailedGraphWalkerImpl
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_misc/wayland/src/
H A Dlistener_wayland.cpp57 void handle_done(void* data, struct wl_callback* callback, uint32_t time) { in handle_done() function
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_misc/wayland/src/
H A Dlistener_wayland.cpp93 void handle_done(void *data, struct wl_callback *callback, uint32_t time) in handle_done() function

123