/AliOS-Things-master/components/ugraphics/ |
A D | README.md | 85 ```shell 152 ```shell 163 ```shell 168 ```shell 173 ```shell 178 ```shell 183 ```shell 188 ```shell 193 ```shell 198 ```shell [all …]
|
/AliOS-Things-master/components/ucloud_ai/ |
A D | README.md | 109 ```shell 184 ```shell 191 ```shell 196 ```shell 201 ```shell 206 ```shell 215 ```shell 220 ```shell 225 ```shell 230 ```shell [all …]
|
/AliOS-Things-master/components/a2sa/ |
A D | README.md | 102 ```shell 125 ```shell 154 ```shell 161 ```shell 169 ```shell 176 ```shell 183 ```shell 190 ```shell 197 ```shell 204 ```shell [all …]
|
/AliOS-Things-master/components/ucamera/ |
A D | README.md | 82 ```shell 115 ```shell 154 ```shell 210 ```shell 218 ```shell 223 ```shell 228 ```shell 233 ```shell 239 ```shell 244 ```shell
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.md | 237 ```shell 271 ```shell 278 ```shell 287 ```shell 294 ```shell 302 ```shell 309 ```shell
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 370 d->shell.xdg = wl_registry_bind(d->registry, id, &xdg_wm_base_interface, 1); in display_handle_global() 371 xdg_wm_base_add_listener(d->shell.xdg, &shell_listener_xdg, NULL); in display_handle_global() 373 d->shell.zxdg = wl_registry_bind(d->registry, id, &zxdg_shell_v6_interface, 1); in display_handle_global() 374 zxdg_shell_v6_add_listener(d->shell.zxdg, &shell_listener_zxdg, NULL); in display_handle_global() 376 d->shell.wl = wl_registry_bind(d->registry, id, &wl_shell_interface, 1); in display_handle_global() 513 if (data->shell.wl) in Wayland_VideoQuit() 514 wl_shell_destroy(data->shell.wl); in Wayland_VideoQuit() 516 if (data->shell.xdg) in Wayland_VideoQuit() 517 xdg_wm_base_destroy(data->shell.xdg); in Wayland_VideoQuit() 519 if (data->shell.zxdg) in Wayland_VideoQuit() [all …]
|
A D | SDL_waylandwindow.c | 480 if (viddata->shell.xdg) { in SetFullscreen() 591 if (viddata->shell.xdg) { in Wayland_RestoreWindow() 620 if (viddata->shell.xdg) { in Wayland_MaximizeWindow() 696 if (c->shell.xdg) { in Wayland_CreateWindow() 702 } else if (c->shell.zxdg) { in Wayland_CreateWindow() 735 if (c->shell.xdg) { in Wayland_CreateWindow() 740 } else if (c->shell.zxdg) { in Wayland_CreateWindow() 790 if (c->shell.xdg) { in Wayland_CreateWindow() 797 } else if (c->shell.zxdg) { in Wayland_CreateWindow() 872 if (viddata->shell.xdg) { in Wayland_SetWindowTitle() [all …]
|
/AliOS-Things-master/components/drivers/peripheral/pwm/ |
A D | README.md | 99 ```shell 135 ```shell 142 ```shell 149 ```shell 156 ```shell
|
/AliOS-Things-master/components/drivers/peripheral/adc/ |
A D | README.md | 90 ```shell 126 ```shell 133 ```shell 140 ```shell 147 ```shell
|
/AliOS-Things-master/components/SDL2/src/image/debian/examples/ |
A D | Makefile | 4 CFLAGS = $(shell sdl2-config --cflags) -Wall -O 5 LIBS = $(shell sdl2-config --libs) -lSDL2_image
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | Kconfig | 10 bool "Enable Bluetooth shell" 13 Activate shell module that provides Bluetooth commands to the
|
/AliOS-Things-master/components/udisplay/ |
A D | README.md | 73 ```shell 125 ```shell 131 ```shell 136 ```shell
|
/AliOS-Things-master/components/drivers/peripheral/i2c/ |
A D | README.md | 156 ```shell 194 ```shell 200 ```shell 205 ```shell 211 ```shell
|
/AliOS-Things-master/components/littlefs/ |
A D | README.md | 77 ```shell 112 ```shell 119 ```shell
|
/AliOS-Things-master/components/libc_stub/ |
A D | README.md | 70 ```shell 103 ```shell 109 ```shell
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 199 ```shell 238 ```shell 244 ```shell 381 ```shell 418 ```shell 424 ```shell 574 ```shell 612 ```shell 618 ```shell 705 ```shell [all …]
|
/AliOS-Things-master/components/debug/ |
A D | README.md | 118 ```shell 153 ```shell 158 ```shell 175 ```shell 180 ```shell
|
/AliOS-Things-master/components/init/ |
A D | README.md | 92 ```shell 121 ```shell 129 ```shell
|
/AliOS-Things-master/components/epoll/ |
A D | README.md | 83 ```shell 117 ```shell 122 ```shell
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 27 ifeq ($(shell echo $$0),$$0) 217 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ 226 _dummy := $(shell echo T := $(T)> $(KBUILD_OUTPUT)/../.config) 228 _dummy := $(shell echo "T := $(T)" > $(KBUILD_OUTPUT)/../.config) 248 START_TIME := $(shell echo %time%) 249 START_DATE_TIME := $(shell echo %date% %time%) 251 START_TIME := $(shell date +"%s.%N") 252 START_DATE_TIME := $(shell date +"%Y-%m-%d %T.%N") 351 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ 567 export BUILD_HOSTNAME := $(shell hostname -s) [all …]
|
/AliOS-Things-master/components/drivers/peripheral/flash/ |
A D | README.md | 89 ```shell 125 ```shell 132 ```shell
|
/AliOS-Things-master/components/py_engine/engine/mpy-cross/ |
A D | Makefile | 10 UNAME_S := $(shell uname -s) 54 COMPILER_TARGET := $(shell $(CC) -dumpmachine)
|
/AliOS-Things-master/components/http/ |
A D | README.md | 309 ```shell 344 ```shell 349 ```shell 354 ```shell 360 ```shell
|
/AliOS-Things-master/components/posix/ |
A D | README.md | 95 ```shell 130 ```shell 137 ```shell
|
/AliOS-Things-master/components/drivers/peripheral/watchdog/ |
A D | README.md | 107 ```shell 144 ```shell 151 ```shell
|