Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2radio.c68 gst_v4l2radio_fill_channel_list (GstV4l2Radio * radio) in gst_v4l2radio_fill_channel_list() argument
80 e = GST_ELEMENT (radio); in gst_v4l2radio_fill_channel_list()
81 v4l2object = radio->v4l2object; in gst_v4l2radio_fill_channel_list()
215 gst_v4l2radio_set_mute_on (GstV4l2Radio * radio, gboolean on) in gst_v4l2radio_set_mute_on() argument
220 GST_DEBUG_OBJECT (radio, "setting current tuner mute state: %d", on); in gst_v4l2radio_set_mute_on()
222 if (!GST_V4L2_IS_OPEN (radio->v4l2object)) in gst_v4l2radio_set_mute_on()
229 GST_DEBUG_OBJECT (radio, "radio fd: %d", radio->v4l2object->video_fd); in gst_v4l2radio_set_mute_on()
231 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
232 GST_DEBUG_OBJECT (radio, "mute state change result: %d", res); in gst_v4l2radio_set_mute_on()
241 GST_ELEMENT_WARNING (radio, RESOURCE, SETTINGS, in gst_v4l2radio_set_mute_on()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-cc-realtime22 Dialogue: 0,0:00:18.59,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio
23 Dialogue: 0,0:00:19.03,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio ch
24 Dialogue: 0,0:00:19.48,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chat
25 Dialogue: 0,0:00:19.92,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chatte
26 Dialogue: 0,0:00:20.36,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chatter
27 Dialogue: 0,0:00:21.70,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chatter…
28 Dialogue: 0,0:00:42.61,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,28)}({\i1} inaudible radio chatter…
29 Dialogue: 0,0:00:43.05,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,28)}({\i1} inaudible radio chatter…
30 Dialogue: 0,0:00:43.50,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,28)}({\i1} inaudible radio chatter…
31 Dialogue: 0,0:00:43.94,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,28)}({\i1} inaudible radio chatter…
[all …]
Dsub-cc14 Dialogue: 0,0:00:12.36,0:00:40.83,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chatter…
15 Dialogue: 0,0:00:40.83,0:00:59.07,Default,,0,0,0,,{\an7}{\pos(38,28)}({\i1} inaudible radio chatter…
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dradio.dart17 /// A material design radio button.
19 /// Used to select between a number of mutually exclusive values. When one radio
20 /// button in a group is selected, the other radio buttons in the group cease to
24 /// The radio button itself does not maintain any state. Instead, selecting the
25 /// radio invokes the [onChanged] callback, passing [value] as a parameter. If
26 /// [groupValue] and [value] match, this radio will be selected. Most widgets
28 /// radio button's [groupValue].
40 /// If the second radio button is pressed, the example's state is updated
88 /// you can give the radio button a label.
91 /// * <https://material.io/design/components/selection-controls.html#radio-buttons>
[all …]
Dradio_list_tile.dart8 import 'radio.dart';
15 /// A [ListTile] with a [Radio]. In other words, a radio button with a label.
18 /// the radio button.
32 /// tile appear selected when the radio button is the selected radio button, set
35 /// The radio button is shown on the left by default in left-to-right languages
47 /// This widget shows a pair of radio buttons that control the `_character`
92 /// into one. Therefore, it may be necessary to create a custom radio tile
99 /// Here is an example of a custom labeled radio widget, called
195 /// you're looking for, you can create custom labeled radio widgets by
201 /// ![Custom radio list tile sample](https://flutter.github.io/assets-for-api-docs/assets/material/…
[all …]
Dexpansion_panel.dart103 /// An expansion panel that allows for radio-like functionality.
111 /// See [ExpansionPanelList.radio] for a sample implementation.
114 /// An expansion panel that allows for radio functionality.
130 /// The value that uniquely identifies a radio panel so that the currently
131 /// selected radio panel can be identified.
139 /// and [ExpansionPanelList.radio].
216 /// * [ExpansionPanelList.radio]
234 /// Creates a radio expansion panel list widget.
244 /// Here is a simple example of how to implement ExpansionPanelList.radio.
284 /// return ExpansionPanelList.radio(
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dcheckable.dart5 // TODO(yjbanov): TalkBack on Android incorrectly reads state changes for radio
6 // buttons. When checking a radio button it reads
7 // "Checked, not checked". This is likely due to another radio
12 // grouping of radio buttons.
23 /// A radio button, defined by [ui.SemanticsFlag.isInMutuallyExclusiveGroup].
24 radio,
32 /// Three objects which are implemented by this class are checkboxes, radio
44 _kind = _CheckableKind.radio;
59 case _CheckableKind.radio:
60 semanticsObject.setAriaRole('radio', true);
[all …]
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/tests/
Dcontrols_constants.dart14 /// The string supplied to the [ValueKey] for the radio button with value 1.
17 /// The string supplied to the [ValueKey] for the radio button with value 2.
20 /// The string supplied to the [ValueKey] for the radio button with value 3.
/third_party/libinput/doc/api/style/
Dbootstrap.css155 input[type="radio"] {
2524 input[type="radio"],
2542 input[type="radio"]:focus,
2636 .radio,
2643 .radio label,
2651 .radio input[type="radio"],
2652 .radio-inline input[type="radio"],
2659 .radio + .radio,
2663 .radio-inline,
2673 .radio-inline + .radio-inline,
[all …]
/third_party/libevdev/doc/html/
Dbootstrap.css155 input[type="radio"] {
2524 input[type="radio"],
2542 input[type="radio"]:focus,
2636 .radio,
2643 .radio label,
2651 .radio input[type="radio"],
2652 .radio-inline input[type="radio"],
2659 .radio + .radio,
2663 .radio-inline,
2673 .radio-inline + .radio-inline,
[all …]
/third_party/libevdev/doc/style/
Dbootstrap.css155 input[type="radio"] {
2524 input[type="radio"],
2542 input[type="radio"]:focus,
2636 .radio,
2643 .radio label,
2651 .radio input[type="radio"],
2652 .radio-inline input[type="radio"],
2659 .radio + .radio,
2663 .radio-inline,
2673 .radio-inline + .radio-inline,
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c595 if (wpa_s->radio) in wpa_supplicant_cleanup()
5138 struct wpa_radio *radio; local
5141 radio = iface->radio;
5142 if (radio && os_strcmp(rn, radio->name) == 0) {
5145 dl_list_add(&radio->ifaces, &wpa_s->radio_list);
5146 return radio;
5154 radio = os_zalloc(sizeof(*radio));
5155 if (radio == NULL)
5159 os_strlcpy(radio->name, rn, sizeof(radio->name));
5160 dl_list_init(&radio->ifaces);
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c657 if (wpa_s->radio) in wpa_supplicant_cleanup()
6058 struct wpa_radio *radio; local
6061 radio = iface->radio;
6062 if (radio && os_strcmp(rn, radio->name) == 0) {
6065 dl_list_add(&radio->ifaces, &wpa_s->radio_list);
6066 return radio;
6074 radio = os_zalloc(sizeof(*radio));
6075 if (radio == NULL)
6079 os_strlcpy(radio->name, rn, sizeof(radio->name));
6080 dl_list_init(&radio->ifaces);
[all …]
/third_party/libwebsockets/plugins/
Dserver-status.css128 .tab [type=radio] {
141 [type=radio]:checked ~ label { selector
146 [type=radio]:checked ~ label ~ .content { selector
/third_party/libwebsockets/test-apps/
Dtest.css121 .tab [type=radio] {
134 [type=radio]:checked ~ label { selector
139 [type=radio]:checked ~ label ~ .content { selector
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.css121 .tab [type=radio] {
134 [type=radio]:checked ~ label { selector
139 [type=radio]:checked ~ label ~ .content { selector
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dselection_controls_demo.dart17 'Radio buttons allow the user to select one option from a set. Use radio '
158 // Disabled radio buttons
/third_party/ffmpeg/doc/
Dbootstrap.min.css5radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}in…
/third_party/flutter/flutter/packages/flutter/test/material/
Dexpansion_panel_test.dart371 final ExpansionPanelList _expansionListRadio = ExpansionPanelList.radio(
514 final ExpansionPanelList _expansionListRadio = ExpansionPanelList.radio(
587 final ExpansionPanelList _expansionListRadio = ExpansionPanelList.radio(
640 'and ExpansionPaneList.radio', (WidgetTester tester) async {
649 return ExpansionPanelList.radio(
743 // ExpansionPanelList --> ExpansionPanelList.radio
754 // ExpansionPanelList.radio --> ExpansionPanelList
777 child: ExpansionPanelList.radio(
1057 final ExpansionPanelList _expansionListRadio = ExpansionPanelList.radio(
1214 final ExpansionPanelList _expansionListRadio = ExpansionPanelList.radio(
Dradio_test.dart251 const Key radioKey = Key('radio');
280 'radio.ink_ripple.png',
/third_party/gstreamer/gstplugins_good/po/
Did.po278 msgid "Failed to get radio input on device '%s'. "
279 msgstr "Gagal mendapat masukan radio pada peranti '%s'. "
410 msgid "Failed to get current input on device '%s'. May be it is a radio device"
412 "Gagal mendapatkan masukan terkini di peranti '%s'. Mungkin itu peranti radio"
420 "Failed to get current output on device '%s'. May be it is a radio device"
422 "Gagal mendapatkan keluaran terkini di peranti '%s'. Mungkin itu peranti radio"
Dfur.po280 msgid "Failed to get radio input on device '%s'. "
281 msgstr "No si è rivâts a vê lis jentradis radio sul dispositîf '%s'. "
417 msgid "Failed to get current input on device '%s'. May be it is a radio device"
420 "un dispositîf radio"
428 "Failed to get current output on device '%s'. May be it is a radio device"
431 "un dispositîf radio"
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input-fm.conf22 description-key = analog-input-radio
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dexample_code.dart196 // Creates a set of radio buttons.
217 // Creates a disabled radio button.
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_telephony_radio.js196 const radio = { variable
481 return radio

123456789