/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdebug.c | 195 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local 200 if ( toggle[i] != q[i] ) in ft_debug_init() 204 if ( i == len && toggle[i] == 0 ) in ft_debug_init()
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | gpio.js | 33 toggle() { method in HW_GPIO 37 this.gpioInstance.toggle();
|
/AliOS-Things-master/components/py_engine/tests/wipy/ |
A D | pin_irq.py | 36 pin0.toggle() 46 pin0.toggle() 75 pin0.toggle()
|
A D | pin.py | 120 pin.toggle() # test toggle 122 pin.toggle() # test toggle again
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | gpio.js | 33 toggle() { method in HW_GPIO 37 __native.GPIO.toggle(this.gpioInstance);
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_btn.c | 98 ext->toggle = 0; in lv_btn_create() 133 ext->toggle = copy_ext->toggle; in lv_btn_create() 163 ext->toggle = tgl != false ? 1 : 0; in lv_btn_set_toggle() 297 return ext->toggle != 0 ? true : false; in lv_btn_get_toggle() 584 if(ext->toggle) { in lv_btn_signal() 678 …if((state == LV_BTN_STATE_REL || state == LV_BTN_STATE_TGL_REL) && ext->toggle == 0 && ink_playbac… in lv_btn_ink_effect_anim_ready()
|
A D | lv_btn.h | 88 uint8_t toggle : 1; member
|
/AliOS-Things-master/components/py_engine/tests/pybnative/ |
A D | while.py | 10 led.toggle()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_keyboard_c.h | 73 extern void SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle);
|
A D | SDL_mouse.c | 1098 SDL_ShowCursor(int toggle) argument 1108 if (toggle >= 0) { 1109 if (toggle) {
|
A D | SDL_keyboard.c | 925 SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle) in SDL_ToggleModState() argument 928 if (toggle) { in SDL_ToggleModState()
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | led.py | 29 l.toggle()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | readme.txt | 8 switch -s: toggle processing of subdirectories (default is on)
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb.h | 1156 unsigned int toggle[2]; member 1448 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1) 1449 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep)) 1450 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = \ 1451 ((dev)->toggle[out] & \ 1548 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) 1549 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) 1551 ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep))) | \
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mouse.h | 273 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/ |
A D | readme.txt | 38 debug={true|false} to toggle between release/debug builds (default=true).
|
/AliOS-Things-master/components/drivers/peripheral/gpio/ |
A D | README.md | 181 gpio toggle <pin ID> return <ioctl IOC_GPIO_SET(翻转输出)返回值>
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | cir_api.h | 154 __IOM uint32_t toggle : 1; member
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 81 /* Only allow using the macOS native fullscreen toggle menubar item if the 822 /* Adjust the fullscreen toggle button and readd menu now that we're here. */ 824 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl… 912 keypresses; it won't toggle the mod state if you send a keyrelease. */ 1331 -[NSWindow setMovableByWindowBackground:YES], which we ninja-toggle 1496 …/* we put FULLSCREEN_DESKTOP windows in their own Space, without a toggle button or menubar, later… 1498 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
|
A D | SDL_cocoaevents.m | 402 /* Add the fullscreen toggle menu option, if supported */
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 180 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 413 'c' ................ toggle use of color profile 414 'b' ................ toggle background color display
|
A D | ChangeLog | 652 34aee990 Merge "vwebp: make 'd' key toggle the debugging of fragments" 654 c85adb33 vwebp: make 'd' key toggle the debugging of fragments
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | README | 69 Note also that the smoothing toggle is dependent on the input surface bit
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 21 …ult();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=… 22 …ngth;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){…
|