Home
last modified time | relevance | path

Searched refs:repeat_state (Results 1 – 25 of 57) sorted by relevance

123

/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/spotify/
H A Dplayback.cpp17 auto repeat_state = j.at("repeat_state").get<std::string>(); in from_json() local
18 p.repeat = repeat_state == "track" in from_json()
19 ? lib::repeat_state::track in from_json()
20 : repeat_state == "context" in from_json()
21 ? lib::repeat_state::context in from_json()
22 : lib::repeat_state::off; in from_json()
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_hiddev.c89 static int repeat_state = RPT_UNKNOWN; variable
238 switch (repeat_state) { in hiddev_decode()
381 repeat_state = (main_code & dvico_repeat_mask) ? RPT_YES : RPT_NO; in hiddev_rec()
395 if (repeat_state == RPT_YES) { in hiddev_rec()
416 repeat_state = (event.value & dvico_repeat_mask) ? RPT_YES : RPT_NO; in hiddev_rec()
484 repeat_state = RPT_YES; in hiddev_rec()
492 repeat_state = RPT_NO; in hiddev_rec()
542 repeat_state = RPT_NO; in sb0540_rec()
631 repeat_state = RPT_UNKNOWN; in macmini_rec()
641 repeat_state = RPT_YES; in macmini_rec()
[all …]
H A Dhw_devinput.c91 static int repeat_state = RPT_UNKNOWN; variable
365 switch (repeat_state) { in devinput_decode()
409 repeat_state = RPT_UNKNOWN; in devinput_rec()
425 repeat_state = RPT_YES; in devinput_rec()
447 repeat_state = RPT_YES; in devinput_rec()
450 repeat_state = RPT_NO; in devinput_rec()
475 repeat_state = RPT_YES; in devinput_rec()
478 if (repeat_state == RPT_UNKNOWN) in devinput_rec()
480 repeat_state = RPT_NO; in devinput_rec()
483 repeat_state = RPT_UNKNOWN; in devinput_rec()
H A Dhw_atwf83.c54 static int repeat_state = RPT_NO; variable
85 *repeat_flagp = repeat_state; in atwf83_decode()
247 repeat_state = RPT_YES; in atwf83_rec()
250 repeat_state = RPT_NO; in atwf83_rec()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_common_impl.h81 const char *repeat_state, u64a offset, in SQUASH_UNTUG_BR_FN() argument
93 assert(repeat_state); in SQUASH_UNTUG_BR_FN()
107 const char *state = repeat_state + info->stateOffset; in SQUASH_UNTUG_BR_FN()
194 const char *repeat_state, u64a offset, in TESTEOD_FN() argument
206 SQUASH_UNTUG_BR_FN(limex, repeat_ctrl, repeat_state, in TESTEOD_FN()
303 const char *repeat_state = ctx->repeat_state + info->stateOffset; in EXPIRE_ESTATE_FN() local
304 u64a last_top = repeatLastTop(repeat, repeat_ctrl, repeat_state); in EXPIRE_ESTATE_FN()
335 union RepeatControl *repeat_ctrl, char *repeat_state, in LIMEX_INACCEPT_FN() argument
348 SQUASH_UNTUG_BR_FN(limex, repeat_ctrl, repeat_state, offset, &accepts); in LIMEX_INACCEPT_FN()
385 union RepeatControl *repeat_ctrl, char *repeat_state, in LIMEX_INANYACCEPT_FN() argument
[all …]
H A Dlimex_runtime_impl.h641 ctx.repeat_state = q->streamState + limex->stateSize; in JOIN()
736 ctx.repeat_state = q->streamState + limex->stateSize; in JOIN()
848 ctx.repeat_state = q->streamState + limex->stateSize; in JOIN()
909 ctx.repeat_state, sp + 1, report)) { in JOIN()
925 const char *repeat_state = streamState + limex->stateSize; in JOIN() local
946 ctx.repeat_state = NULL; in JOIN()
972 const char *repeat_state = NULL; in JOIN() local
973 TESTEOD_FN(limex, &ctx.s, repeat_ctrl, repeat_state, offset, cb, in JOIN()
989 char *repeat_state = q->streamState + limex->stateSize; in JOIN() local
1004 char *repeat_state = q->streamState + limex->stateSize; in JOIN() local
[all …]
H A Dlimex_exceptional.h130 assert(ctx->repeat_ctrl && ctx->repeat_state); in RUN_EXCEPTION_FN()
132 char *repeat_state = ctx->repeat_state + info->stateOffset; in RUN_EXCEPTION_FN() local
136 processPosTrigger(repeat, repeat_ctrl, repeat_state, offset, in RUN_EXCEPTION_FN()
142 processTugTrigger(repeat, repeat_ctrl, repeat_state, offset); in RUN_EXCEPTION_FN()
H A Dlimex_context.h73 char *repeat_state; \
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/spotify/
H A Dplayback.hpp37 lib::repeat_state repeat = lib::repeat_state::off;
/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/spotifyapi/
H A Dplayer.cpp141 void api::set_repeat(lib::repeat_state state, lib::callback<std::string> &callback) in set_repeat()
146 case repeat_state::track: in set_repeat()
150 case repeat_state::context: in set_repeat()
/dports/audio/spotify-qt/spotify-qt-3.7/src/widget/
H A Dmaintoolbar.cpp145 void MainToolBar::setRepeat(lib::repeat_state state) in setRepeat()
147 repeat->setChecked(state != lib::repeat_state::off); in setRepeat()
267 ? lib::repeat_state::context in onRepeat()
268 : lib::repeat_state::off; in onRepeat()
H A Dmaintoolbar.hpp29 void setRepeat(lib::repeat_state state);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/src/model/
H A Dcontext.rs24 pub repeat_state: RepeatState,
58 pub repeat_state: RepeatState,
/dports/audio/rioutil/rioutil-1.5.0/librioutil/
H A Drio.c459 info->repeat_state = prefs.repeat_state % 4; in return_intrn_info_rio()
479 info->repeat_state = riot_prefs.repeat_state % 4; /* Do we really need the mod 4? */ in return_intrn_info_rio()
571 prefs->repeat_state = ((info->repeat_state < 2) ? info->repeat_state : 2); in sane_info_copy()
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/enum/
H A Drepeatstate.hpp8 enum class repeat_state
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rspotify-0.8.0/src/spotify/model/
H A Dcontext.rs23 pub repeat_state: RepeatState, field
/dports/audio/rioutil/rioutil-1.5.0/include/
H A Drioi.h511 u_int8_t repeat_state;
551 u_int8_t repeat_state; /* 0,1 or 2 */
H A Drio.h123 u_int8_t repeat_state; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-model-0.11.3/src/
H A Dcontext.rs43 pub repeat_state: RepeatState, field
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/cli/
H A Dcli_app.rs384 .handle_network_event(IoEvent::Repeat(c.repeat_state)) in mark()
423 context.repeat_state, in get_status()
435 context.repeat_state, in get_status()
/dports/audio/spotify-qt/spotify-qt-3.7/lib/
H A Dchangelog.md44 * Added enums: `album_group`, `client_type`, `follow_type`, `repeat_state`.
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/
H A Dnetwork.rs194 IoEvent::Repeat(repeat_state) => { in handle_network_event()
195 self.repeat(repeat_state).await; in handle_network_event()
832 async fn repeat(&mut self, repeat_state: RepeatState) { in repeat()
833 let next_repeat_state = match repeat_state { in repeat()
846 current_playback_context.repeat_state = next_repeat_state; in repeat()
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/
H A Dabc2ly.py119 repeat_state = [0] * 8 variable
268 if repeat_state[voice_idx_dict[k]]:
646 global repeat_state
650 repeat_state[current_voice_idx] = 't'
/dports/print/lilypond/lilypond-2.22.1/scripts/
H A Dabc2ly.py122 repeat_state = [0] * 8 variable
271 if repeat_state[voice_idx_dict[k]]:
649 global repeat_state
653 repeat_state[current_voice_idx] = 't'
/dports/net/libdmapsharing/libdmapsharing-2.9.41/libdmapsharing/
H A Ddacp-share.c550 DACPRepeatState repeat_state; in dacp_share_fill_playstatusupdate() local
556 "repeat-state", &repeat_state, in dacp_share_fill_playstatusupdate()
569 dmap_structure_add (cmst, DMAP_CC_CARP, (gint32) repeat_state); in dacp_share_fill_playstatusupdate()

123