Home
last modified time | relevance | path

Searched refs:InProgress (Results 1 – 25 of 3431) sorted by path

12345678910>>...138

/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm4733 if ($on_library && !$self->{nocache} && (%CachedList || %IdleFilter::InProgress))
4738 if (my $idlefilter= delete $IdleFilter::InProgress{$string})
4767 grep defined, map $IdleFilter::InProgress{$_}, @{$self->{superset_filters}};
5143 our %InProgress;
5145 sub clear { %InProgress=(); }
5166 my $progress= $InProgress{$filter->{string}};
5178 $progress= $InProgress{$filter->{string}}= { found=>[], todo=>$todo };
5196 delete $InProgress{$filter->{string}};
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Denums.rs5003 InProgress, enumerator
5017 Self::InProgress => "InProgress", in fmt()
5033 Self::InProgress => ffi::GTK_PRINT_OPERATION_RESULT_IN_PROGRESS, in into_glib()
5047 ffi::GTK_PRINT_OPERATION_RESULT_IN_PROGRESS => Self::InProgress, in from_glib()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/parking_lot-0.11.2/src/
H A Donce.rs30 InProgress, enumerator
99 OnceState::InProgress in state()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/parking_lot-0.4.8/src/
H A Donce.rs35 InProgress, enumerator
115 OnceState::InProgress in state()
/dports/audio/lmms/lmms-1.2.2/include/
H A DThreadableJob.h41 InProgress, enumerator
72 if( m_state.testAndSetOrdered( Queued, InProgress ) ) in process()
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DFxMixer.cpp599 || s == ThreadableJob::InProgress ) in masterMix()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dbindings.cpp346 enum class InProgress { None, Command, Key }; in read() enum
355 InProgress in_progress = InProgress::None; in read()
370 in_progress = InProgress::None; in read()
376 if (in_progress == InProgress::Command) in read()
390 else if (in_progress == InProgress::Key) in read()
421 in_progress = InProgress::Command; in read()
449 in_progress = InProgress::Key; in read()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot-0.10.2/src/
H A Donce.rs30 InProgress, enumerator
99 OnceState::InProgress in state()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot-0.11.2/src/
H A Donce.rs30 InProgress, enumerator
99 OnceState::InProgress in state()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Graphics/Printing/Workflow/
H A Dmod.rs2404 pub const InProgress: PrintWorkflowPrinterJobStatus = PrintWorkflowPrinterJobStatus(2i32); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Capture/
H A Dmod.rs4337 pub const InProgress: AppCaptureRecordingState = AppCaptureRecordingState(0i32);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Networking/XboxLive/
H A Dmod.rs1393 …pub const InProgress: XboxLiveQualityOfServiceMeasurementStatus = XboxLiveQualityOfServiceMeasurem…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/Profile/
H A Dmod.rs1015 pub const InProgress: SystemOutOfBoxExperienceState = SystemOutOfBoxExperienceState(1i32); const
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/parking_lot-0.11.0/src/
H A Donce.rs30 InProgress, enumerator
99 OnceState::InProgress in state()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/parking_lot-0.9.0/src/
H A Donce.rs39 InProgress, enumerator
108 OnceState::InProgress in state()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/indicatif-0.16.2/src/
H A Dprogress_bar.rs65 status: Status::InProgress, in with_draw_target()
353 state.status = Status::InProgress; in reset()
H A Dstate.rs45 Status::InProgress => false, in is_finished()
326 InProgress, enumerator
/dports/benchmarks/iperf/iperf-2.1.4/include/
H A DClient.hpp96 bool InProgress(void);
H A DServer.hpp92 bool InProgress(void);
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A DClient.cpp551 while (InProgress()) { in RunTCP()
576 if (!InProgress()) { in RunTCP()
670 while (InProgress()) { in RunNearCongestionTCP()
763 while (InProgress() && !fatalwrite_err) { in RunRateLimitedTCP()
893 while (InProgress()) { in RunWriteEventsTCP()
967 while (InProgress()) { in RunUDP()
1093 while (InProgress() && !fatalwrite_err) { in RunUDPIsochronous()
1111 while ((bytecnt > 0) && InProgress()) { in RunUDPIsochronous()
1275 inline bool Client::InProgress () { in InProgress() function in Client
H A DServer.cpp134 inline bool Server::InProgress () { in InProgress() function in Server
163 while (InProgress()) { in RunTCP()
732 while (InProgress() && !lastpacket) { in RunUDP()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/pubseq_gateway/client/
H A Dpsg_client.cpp1084 bool was_in_progress = reply_state.InProgress(); in GetNextItem()
H A Dpsg_client_transport.cpp201 } else if (state.InProgress()) { in SetSuccess()
H A Dpsg_client_transport.hpp260 bool InProgress() const volatile { return m_State == eInProgress; } in InProgress() function
327 … return reply->reply_item.GetMTSafe().state.InProgress() && (m_Retries > 0) ? m_Retries-- : 0; in GetRetries()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/client/
H A Dpsg_client.cpp1084 bool was_in_progress = reply_state.InProgress(); in GetNextItem()

12345678910>>...138