Home
last modified time | relevance | path

Searched refs:acheck (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p)) in new()
173 acheck!(snd_pcm_delay(self.0, &mut d)).map(|_| d) in delay()
178 acheck!(snd_pcm_status(self.0, z.ptr())).map(|_| z) in status()
223 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ()) in hw_params()
233 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ()) in sw_params()
252 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info )) in info()
282 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ()) in link()
286 acheck!(snd_pcm_unlink(self.0)).map(|_| ()) in unlink()
570 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p) in any()
651 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v)) in get_format()
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r)) in open()
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ()) in attach()
50 acheck!(snd_mixer_load(self.0)).map(|_| ()) in load()
61 acheck!(snd_mixer_handle_events(self.0)).map(|x| x as u32) in handle_events()
215 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ()) in register()
343 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ()) in set_playback_volume_all()
371 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ()) in set_playback_switch_all()
379 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ()) in set_capture_switch_all()
405 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32) in get_enum_items()
422 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp)) in get_enum_item()
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) { in next()
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i)) in from_str()
37 acheck!(snd_card_get_name(self.0, &mut c)) in get_name()
42 acheck!(snd_card_get_longname(self.0, &mut c)) in get_longname()
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/handler/
H A Dtable_test.go204 [acheck] NewBuilder =>
205 [acheck] NewBuilder <=
212 [acheck] Handler.Close =>
313 [acheck] NewBuilder =>
314 [acheck] NewBuilder <=
381 [acheck] NewBuilder =>
382 [acheck] NewBuilder <=
389 [acheck] Handler.Close =>
416 [acheck] NewBuilder =>
417 [acheck] NewBuilder <=
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/alsa-0.5.0/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p)) in new()
173 acheck!(snd_pcm_delay(self.0, &mut d)).map(|_| d) in delay()
222 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ()) in hw_params()
232 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ()) in sw_params()
251 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info )) in info()
281 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ()) in link()
285 acheck!(snd_pcm_unlink(self.0)).map(|_| ()) in unlink()
570 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p) in any()
651 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v)) in get_format()
665 acheck!(snd_pcm_hw_params_get_access(self.0, &mut v)) in get_access()
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r)) in open()
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ()) in attach()
50 acheck!(snd_mixer_load(self.0)).map(|_| ()) in load()
61 acheck!(snd_mixer_handle_events(self.0)).map(|x| x as u32) in handle_events()
223 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ()) in register()
351 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ()) in set_playback_volume_all()
379 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ()) in set_playback_switch_all()
387 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ()) in set_capture_switch_all()
413 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32) in get_enum_items()
430 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp)) in get_enum_item()
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) { in next()
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i)) in from_str()
37 acheck!(snd_card_get_name(self.0, &mut c)) in get_name()
42 acheck!(snd_card_get_longname(self.0, &mut c)) in get_longname()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p)) in new()
173 acheck!(snd_pcm_delay(self.0, &mut d)).map(|_| d) in delay()
222 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ()) in hw_params()
232 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ()) in sw_params()
251 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info )) in info()
281 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ()) in link()
285 acheck!(snd_pcm_unlink(self.0)).map(|_| ()) in unlink()
570 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p) in any()
651 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v)) in get_format()
665 acheck!(snd_pcm_hw_params_get_access(self.0, &mut v)) in get_access()
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r)) in open()
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ()) in attach()
50 acheck!(snd_mixer_load(self.0)).map(|_| ()) in load()
61 acheck!(snd_mixer_handle_events(self.0)).map(|x| x as u32) in handle_events()
223 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ()) in register()
351 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ()) in set_playback_volume_all()
379 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ()) in set_playback_switch_all()
387 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ()) in set_capture_switch_all()
413 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32) in get_enum_items()
430 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp)) in get_enum_item()
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) { in next()
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i)) in from_str()
37 acheck!(snd_card_get_name(self.0, &mut c)) in get_name()
42 acheck!(snd_card_get_longname(self.0, &mut c)) in get_longname()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alsa-0.2.2/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p)) in new()
174 acheck!(snd_pcm_status(self.0, z.ptr())).map(|_| z) in status()
213 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ()) in hw_params()
218 acheck!(snd_pcm_hw_params_current(self.0, h.0)).map(|_| h)) in hw_params_current()
222 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ()) in sw_params()
232 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info )) in info()
262 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ()) in link()
266 acheck!(snd_pcm_unlink(self.0)).map(|_| ()) in unlink()
506 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p) in any()
553 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v)) in get_format()
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r)) in open()
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ()) in attach()
50 acheck!(snd_mixer_load(self.0)).map(|_| ()) in load()
62acheck!(snd_mixer_wait(self.0, timeout_ms.map(|x| x as c_int).unwrap_or(-1))).map(|i| i == 1) } in wait()
212 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ()) in register()
340 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ()) in set_playback_volume_all()
368 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ()) in set_playback_switch_all()
376 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ()) in set_capture_switch_all()
402 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32) in get_enum_items()
419 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp)) in get_enum_item()
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) { in next()
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i)) in from_str()
37 acheck!(snd_card_get_name(self.0, &mut c)) in get_name()
42 acheck!(snd_card_get_longname(self.0, &mut c)) in get_longname()
H A Dseq.rs72 acheck!(snd_seq_open(&mut h, n2.as_ptr(), streams, mode)) in open()
97 acheck!(snd_seq_client_id(self.0)).map(|q| q as i32) in client_id()
101 acheck!(snd_seq_drain_output(self.0)).map(|q| q as i32) in drain_output()
115 acheck!(snd_seq_create_port(self.0, port.0)).map(|_| ()) in create_port()
123 acheck!(snd_seq_set_port_info(self.0, port, info.0)).map(|_| ()) in set_port_info()
127 acheck!(snd_seq_delete_port(self.0, port as c_int)).map(|_| ()) in delete_port()
131 acheck!(snd_seq_subscribe_port(self.0, info.0)).map(|_| ()) in subscribe_port()
138 acheck!(snd_seq_unsubscribe_port(self.0, z.0)).map(|_| ()) in unsubscribe_port()
178 acheck!(snd_seq_sync_output_queue(self.0)).map(|_| ()) in sync_output_queue()
214 try!(acheck!(snd_seq_event_input((self.0).0, &mut z))); in event_input()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.3.0/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p)) in new()
174 acheck!(snd_pcm_status(self.0, z.ptr())).map(|_| z) in status()
213 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ()) in hw_params()
218 acheck!(snd_pcm_hw_params_current(self.0, h.0)).map(|_| h)) in hw_params_current()
222 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ()) in sw_params()
232 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info )) in info()
262 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ()) in link()
266 acheck!(snd_pcm_unlink(self.0)).map(|_| ()) in unlink()
506 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p) in any()
553 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v)) in get_format()
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r))
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ())
50 acheck!(snd_mixer_load(self.0)).map(|_| ())
62acheck!(snd_mixer_wait(self.0, timeout_ms.map(|x| x as c_int).unwrap_or(-1))).map(|i| i == 1) }
212 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ())
340 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ())
368 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ())
376 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ())
402 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32)
419 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp))
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) {
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i))
37 acheck!(snd_card_get_name(self.0, &mut c))
42 acheck!(snd_card_get_longname(self.0, &mut c))
H A Dseq.rs72 acheck!(snd_seq_open(&mut h, n2.as_ptr(), streams, mode)) in open()
97 acheck!(snd_seq_client_id(self.0)).map(|q| q as i32) in client_id()
101 acheck!(snd_seq_drain_output(self.0)).map(|q| q as i32) in drain_output()
115 acheck!(snd_seq_create_port(self.0, port.0)).map(|_| ()) in create_port()
123 acheck!(snd_seq_set_port_info(self.0, port, info.0)).map(|_| ()) in set_port_info()
127 acheck!(snd_seq_delete_port(self.0, port as c_int)).map(|_| ()) in delete_port()
131 acheck!(snd_seq_subscribe_port(self.0, info.0)).map(|_| ()) in subscribe_port()
138 acheck!(snd_seq_unsubscribe_port(self.0, z.0)).map(|_| ()) in unsubscribe_port()
178 acheck!(snd_seq_sync_output_queue(self.0)).map(|_| ()) in sync_output_queue()
214 acheck!(snd_seq_event_input((self.0).0, &mut z))?; in event_input()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.2.2/src/
H A Dpcm.rs65 acheck!(snd_pcm_info_malloc(&mut p)).map(|_| Info(p))
174 acheck!(snd_pcm_status(self.0, z.ptr())).map(|_| z)
213 acheck!(snd_pcm_hw_params(self.0, h.0)).map(|_| ())
218 acheck!(snd_pcm_hw_params_current(self.0, h.0)).map(|_| h))
222 acheck!(snd_pcm_sw_params(self.0, h.0)).map(|_| ())
232 acheck!(snd_pcm_info(self.0, info.0)).map(|_| info ))
262 acheck!(snd_pcm_link(self.0, other.0)).map(|_| ())
266 acheck!(snd_pcm_unlink(self.0)).map(|_| ())
506 acheck!(snd_pcm_hw_params_any(a.0, p.0)).map(|_| p)
553 acheck!(snd_pcm_hw_params_get_format(self.0, &mut v))
[all …]
H A Dmixer.rs42 acheck!(snd_mixer_open(&mut r, flags)).map(|_| Mixer(r))
46 acheck!(snd_mixer_attach(self.0, name.as_ptr())).map(|_| ())
50 acheck!(snd_mixer_load(self.0)).map(|_| ()) in output_handle()
62acheck!(snd_mixer_wait(self.0, timeout_ms.map(|x| x as c_int).unwrap_or(-1))).map(|i| i == 1) }
212 acheck!(snd_mixer_selem_register(mixer.0, ptr::null_mut(), ptr::null_mut())).map(|_| ())
340 acheck!(snd_mixer_selem_set_playback_volume_all(self.handle, value as c_long)).map(|_| ())
368 acheck!(snd_mixer_selem_set_playback_switch_all(self.handle, value)).map(|_| ())
376 acheck!(snd_mixer_selem_set_capture_switch_all(self.handle, value)).map(|_| ())
402 acheck!(snd_mixer_selem_get_enum_items(self.handle)).map(|v| v as u32)
419 acheck!(snd_mixer_selem_get_enum_item(self.handle, channel as i32, &mut temp))
[all …]
H A Dcard.rs22 match acheck!(snd_card_next(&mut self.0)) { in next()
33 acheck!(snd_card_get_index(s.as_ptr())).map(|i| Card(i)) in from_str()
37 acheck!(snd_card_get_name(self.0, &mut c)) in get_name()
42 acheck!(snd_card_get_longname(self.0, &mut c)) in get_longname()
H A Dseq.rs72 acheck!(snd_seq_open(&mut h, n2.as_ptr(), streams, mode))
97 acheck!(snd_seq_client_id(self.0)).map(|q| q as i32)
101 acheck!(snd_seq_drain_output(self.0)).map(|q| q as i32)
115 acheck!(snd_seq_create_port(self.0, port.0)).map(|_| ())
123 acheck!(snd_seq_set_port_info(self.0, port, info.0)).map(|_| ())
127 acheck!(snd_seq_delete_port(self.0, port as c_int)).map(|_| ())
131 acheck!(snd_seq_subscribe_port(self.0, info.0)).map(|_| ())
138 acheck!(snd_seq_unsubscribe_port(self.0, z.0)).map(|_| ())
178 acheck!(snd_seq_sync_output_queue(self.0)).map(|_| ())
214 try!(acheck!(snd_seq_event_input((self.0).0, &mut z)));
[all …]
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_unitcell.c261 double vol1, vol2, acheck; in ccp4uc_cells_differ() local
268 if (acheck > tolerance) { in ccp4uc_cells_differ()
277 acheck = 0.0; in ccp4uc_cells_differ()
280 if (acheck > 3.0*tolerance) { in ccp4uc_cells_differ()
304 double acheck; in ccp4uc_is_rhombohedral() local
306 acheck = fabs(cell[0]-cell[1]); in ccp4uc_is_rhombohedral()
319 double acheck; in ccp4uc_is_hexagonal() local
321 acheck = fabs(cell[0]-cell[1]); in ccp4uc_is_hexagonal()
322 acheck += fabs(cell[3]-90.0); in ccp4uc_is_hexagonal()
323 acheck += fabs(cell[4]-90.0); in ccp4uc_is_hexagonal()
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/routing/
H A Dbuilder_test.go64 [#0] hcheck1.acheck.istio-system {H}
85 [#0] hcheck1.acheck.istio-system {H}
128 [#0] hcheck1.acheck.istio-system {H}
148 [#0] hcheck1.acheck.istio-system {H}
169 [#0] hcheck1.acheck.istio-system {H}
193 [#0] hcheck1.acheck.istio-system {H}
222 [#0] hcheck1.acheck.istio-system {H}
248 [#0] hcheck1.acheck.istio-system {H}
275 [#0] hcheck1.acheck.istio-system {H}
360 [#0] hcheck3.acheck.ns2 {H}
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/testing/data/
H A Ddata.go209 kind: acheck
222 kind: acheck
232 kind: acheck
287 - handler: hcheck1.acheck
302 - handler: hcheck1.acheck
317 - handler: hcheck1.acheck
331 - handler: hcheck1.acheck
346 - handler: hcheck1.acheck
370 - handler: hcheck1.acheck
385 - handler: hcheck1.acheck
[all …]

1234567