/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | test.cpp | 79 long onConnect(FXObject *sender, FXSelector sel, void *ptr); 80 long onDisconnect(FXObject *sender, FXSelector sel, void *ptr); 81 long onRescan(FXObject *sender, FXSelector sel, void *ptr); 82 long onSendOutputReport(FXObject *sender, FXSelector sel, void *ptr); 84 long onGetFeatureReport(FXObject *sender, FXSelector sel, void *ptr); 85 long onClear(FXObject *sender, FXSelector sel, void *ptr); 86 long onTimeout(FXObject *sender, FXSelector sel, void *ptr); 87 long onMacTimeout(FXObject *sender, FXSelector sel, void *ptr); 222 MainWindow::onConnect(FXObject *sender, FXSelector sel, void *ptr) in onConnect() argument 283 MainWindow::onRescan(FXObject *sender, FXSelector sel, void *ptr) in onRescan() argument [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_pll.c | 42 void PLL_Sel(u32 sel) in PLL_Sel() argument 46 if ((sel == PLL_PCM) ||(sel == PLL_I2S)){ in PLL_Sel() 49 Tmp |= ((u32)sel) << BIT_SHIFT_HSYS_AC_SPORT_CKSL; in PLL_Sel()
|
/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme_zen.c | 637 static lv_style_t bg, sel; in ddlist_init() local 646 lv_style_copy(&sel, &def); in ddlist_init() 647 sel.body.opa = LV_OPA_TRANSP; in ddlist_init() 648 sel.body.border.width = 0; in ddlist_init() 649 sel.text.color = lv_color_hsv_to_rgb(_hue, 50, 80); in ddlist_init() 652 theme.style.ddlist.sel = &sel; in ddlist_init() 660 static lv_style_t bg, sel; in roller_init() local 667 lv_style_copy(&sel, theme.style.panel); in roller_init() 668 sel.body.radius = LV_RADIUS_CIRCLE; in roller_init() 669 sel.body.opa = LV_OPA_TRANSP; in roller_init() [all …]
|
A D | lv_theme.h | 269 lv_style_t * sel; member 278 lv_style_t * sel; member
|
A D | lv_theme_material.c | 626 static lv_style_t bg, sel; in ddlist_init() local 634 lv_style_copy(&sel, &bg); in ddlist_init() 635 sel.body.main_color = lv_color_hsv_to_rgb(_hue, 90, 70); in ddlist_init() 636 sel.body.grad_color = sel.body.main_color; in ddlist_init() 637 sel.body.border.width = 0; in ddlist_init() 638 sel.body.shadow.width = 0; in ddlist_init() 639 sel.text.color = lv_color_hsv_to_rgb(_hue, 5, 95); in ddlist_init() 642 theme.style.ddlist.sel = &sel; in ddlist_init() 665 theme.style.roller.sel = &roller_sel; in roller_init()
|
A D | lv_theme_templ.c | 296 theme.style.ddlist.sel = &def; in ddlist_init() 306 theme.style.roller.sel = &def; in roller_init()
|
A D | lv_theme_default.c | 307 theme.style.ddlist.sel = &lv_style_plain_color; in ddlist_init() 317 theme.style.roller.sel = &lv_style_plain_color; in roller_init()
|
A D | lv_theme_mono.c | 362 theme.style.ddlist.sel = &dark_plain; in ddlist_init() 375 theme.style.roller.sel = &dark_frame; in roller_init()
|
A D | lv_theme_night.c | 638 theme.style.ddlist.sel = &ddlist_sel; in ddlist_init() 655 theme.style.roller.sel = theme.style.ddlist.sel; in roller_init()
|
A D | lv_theme_nemo.c | 667 theme.style.ddlist.sel = &ddlist_sel; in ddlist_init() 693 theme.style.roller.sel = &roller_sel; in roller_init()
|
A D | lv_theme_alien.c | 690 theme.style.ddlist.sel = &ddlist_sel; in ddlist_init() 716 theme.style.roller.sel = &roller_sel; in roller_init()
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 1214 function sel(n) { function 1218 "\\x " + sel(hex_mode) + "hexadecimal number display" + CRLF + 1219 "\\d " + sel(!hex_mode) + "decimal number display" + CRLF + 1220 "\\t " + sel(show_time) + "toggle timing display" + CRLF + 1221 "\\color " + sel(show_time) + "toggle color display" + CRLF + 1224 REPL.puts("\\a " + sel(algebraicMode) + "algebraic mode" + CRLF + 1225 "\\n " + sel(!algebraicMode) + "numeric mode" + CRLF);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | repl.js | 1203 function sel(n) { function 1207 "\\x " + sel(hex_mode) + "hexadecimal number display\n" + 1208 "\\d " + sel(!hex_mode) + "decimal number display\n" + 1209 "\\t " + sel(show_time) + "toggle timing display\n" + 1212 std.puts("\\a " + sel(algebraicMode) + "algebraic mode\n" + 1213 "\\n " + sel(!algebraicMode) + "numeric mode\n");
|
/AliOS-Things-master/components/SDL2/src/video/arm/ |
A D | pixman-arm-simd-asm.S | 491 sel WK®, WK®, tmp @ aaaaaaaarrrrrrrrggggggggbbbbbbbb 505 sel WK&out1, WK&out1, tmp1 @ aaaaaaaarrrrrrrrggggggggbbbbbbbb 506 sel WK&out2, WK&out2, tmp2 @ AAAAAAAARRRRRRRRGGGGGGGGBBBBBBBB
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-multitests.py | 142 sel = select.select([self.popen.stdout.raw], [], [], 0.1) 143 if not sel[0]:
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_cmu.h | 325 void hal_cmu_rom_select_usb_clock(enum HAL_CMU_USB_CLOCK_SEL_T sel);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | lookup3.h | 67 (defined(sparc) || defined(POWERPC) || defined(mc68000) || defined(sel))
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_list.c | 877 lv_obj_t * sel = lv_list_get_btn_selected(list); in lv_list_btn_signal() local 878 if(sel == btn) lv_list_set_btn_selected(list, lv_list_get_next_btn(list, btn)); in lv_list_btn_signal()
|
A D | lv_roller.c | 101 lv_roller_set_style(new_roller, LV_ROLLER_STYLE_SEL, th->style.roller.sel); in lv_roller_create()
|
A D | lv_ddlist.c | 124 lv_ddlist_set_style(new_ddlist, LV_DDLIST_STYLE_SEL, th->style.ddlist.sel); in lv_ddlist_create()
|