Home
last modified time | relevance | path

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

1234

/external/syslinux/com32/cmenu/libmenu/
Dmenu.c172 int x, int row, bool radio) in print_line() argument
190 if (radio) { in print_line()
207 if (radio) in print_line()
213 if (radio) in print_line()
219 if (radio) in print_line()
225 if (radio) in print_line()
249 if (radio) in print_line()
277 static void printmenu(pt_menu menu, int curr, uchar top, uchar left, uchar first, bool radio) in printmenu() argument
307 print_line(menu, curr, top, left, x, row, radio); in printmenu()
346 static pt_menuitem getmenuoption(pt_menu menu, uchar top, uchar left, uchar startopt, bool radio) in getmenuoption() argument
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c562 if (wpa_s->radio) in wpa_supplicant_cleanup()
4664 struct wpa_radio *radio; in radio_add_interface() local
4667 radio = iface->radio; in radio_add_interface()
4668 if (radio && os_strcmp(rn, radio->name) == 0) { in radio_add_interface()
4671 dl_list_add(&radio->ifaces, &wpa_s->radio_list); in radio_add_interface()
4672 return radio; in radio_add_interface()
4680 radio = os_zalloc(sizeof(*radio)); in radio_add_interface()
4681 if (radio == NULL) in radio_add_interface()
4685 os_strlcpy(radio->name, rn, sizeof(radio->name)); in radio_add_interface()
4686 dl_list_init(&radio->ifaces); in radio_add_interface()
[all …]
DREADME1014 External requests for radio control
1019 radio. The RADIO_WORK control interface command can be used for this.
1022 used to reserve a slot for radio access. If freq is specified, other
1023 radio work items on the same channel may be completed in
1024 parallel. Otherwise, all other radio work items are blocked during
1028 timeout parameter. This command returns an identifier for the radio work
1031 Once the radio work item has been started, "EXT-RADIO-WORK-START <id>"
1034 indicate that to wpa_supplicant. This allows other radio works to be
1036 program terminating), wpa_supplicant will time out the radio work item
/external/python/cpython2/Demo/sockets/
DREADME3 broadcast.py Broadcast the time to radio.py.
9 radio.py Receive time broadcasts from broadcast.py.
/external/libxkbcommon/xkbcommon/doc/
Dcompat.md27 - radio groups
32 + used to implement radio groups and overlays, and to deal with things
/external/iproute2/etc/iproute2/
Drt_realms11 #4 radio-msu
/external/ImageMagick/www/css/
Dmagick.css5radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}in…
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp355 CXFA_FFWidget* radio = in CreateTabOrderWidgetArray() local
357 if (radio->GetNode()->GetExclGroupIfExists() != pWidgetAcc->GetNode()) in CreateTabOrderWidgetArray()
360 m_TabOrderWidgetArray.push_back(radio); in CreateTabOrderWidgetArray()
/external/autotest/server/site_tests/network_WiFi_VerifyRouter/
Dcontrol12 This test is designed to check as quickly as possible that a dual radio
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
Dcontrol12 This test is designed to check as quickly as possible that a dual radio
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
Dcontrol17 radio and host subsystem.
Dcontrol.manual16 radio and host subsystem.
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol17 radio and host subsystem.
Dcontrol.manual16 radio and host subsystem.
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol17 radio and host subsystem when in LE mode.
Dcontrol.manual16 radio and host subsystem when in LE mode.
/external/webrtc/tools/python_charts/
DREADME28 5. In the radio button of the lower part of the window, select
/external/okhttp/website/static/
Dbootstrap-combined.min.css9radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;…
18 …1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid…
/external/autotest/client/profilers/powertop/src/po/
Dfr.po69 msgstr " I - désactiver la radio Wi-Fi "
319 "Suggestion: Disable the unused WIFI radio by executing the following command:\n"
322 "Suggestion : désactivez la radio Wi-Fi non utilisée en exécutant la commande suivante:\n"
329 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as well.\n"
334 "Le bluetooth est une radio et consomme beaucoup d'énergie ; de plus il\n"
Did.po322 "Suggestion: Disable the unused WIFI radio by executing the following "
326 "Saran: Matikan radio WIFI yang tak dipakai dengan mengeksekusi perintah "
335 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as "
341 "Bluetooth adalah sebuah radio dan mengkonsumsi daya lumayan, dan juga "
/external/python/cpython2/Demo/tix/
Dtixwidgets.py380 sel1 = Tix.Select(w, label='Mere Mortals', allowzero=1, radio=1,
384 sel2 = Tix.Select(w, label='Geeks', allowzero=1, radio=0,
449 font = Tix.Select(w, allowzero=1, radio=0, label='', options=options)
450 para = Tix.Select(w, allowzero=0, radio=1, label='', options=options)
/external/flatbuffers/docs/source/
DBuilding.md56 language using the radio buttons.
/external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt756 radio
757 radio telescope
Dlabels_imagenet_slim.txt756 radio
757 radio telescope
/external/python/cpython2/Tools/pynche/
DREADME218 the radio buttons below. When this is turned off, text widget
222 clicking on one of the radio buttons in the bottom part of this
334 - all settings of checkbox and radio button options in all windows

1234