Home
last modified time | relevance | path

Searched refs:sys (Results 1 - 25 of 25) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dvideo2bin.py15 import sys namespace
40 sys.stdout.write('=')
41 sys.stdout.flush()
46 if len(sys.argv) < 3:
47 print("Usage: {} videoFile binFile\n\t".format(sys.argv[0]))
51 videoFile = sys.argv[1]
52 binFile = sys.argv[2]
H A Dbin2stream.py15 import sys namespace
83 if len(sys.argv) < 2:
84 print("Usage: {} binFile [port]\n\t".format(sys.argv[0]))
87 binFile = sys.argv[1]
88 port = DEFAULT_PORT if len(sys.argv) < 3 else int(sys.argv[2])
97 sys.exit(0)
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dgif2imgs.py17 import sys namespace
20 if len(sys.argv) < 2:
21 print('Usage: {} gif outdir'.format(sys.argv[0]))
24 gifimg = sys.argv[1]
25 outdir = sys.argv[2]
H A Dimg2code.py16 import sys namespace
64 if len(sys.argv) < 3:
65 print("Usage: {} input outdir [width] [height] [threshod]".format(sys.argv[0]))
68 imgPath = sys.argv[1]
69 outdir = sys.argv[2]
70 width = len(sys.argv) > 3 and int(sys.argv[3]) or TARGET_WIDTH
71 height = len(sys.argv) > 4 and int(sys.argv[4]) or TARGET_HEIGHT
72 threshold = len(sys
[all...]
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dgif2imgs.py17 import sys namespace
20 if len(sys.argv) < 2:
21 print('Usage: {} gif outdir'.format(sys.argv[0]))
24 gifimg = sys.argv[1]
25 outdir = sys.argv[2]
H A Dimg2code.py17 import sys namespace
65 if len(sys.argv) < 3:
66 print("Usage: {} input outdir [width] [height] [threshod]".format(sys.argv[0]))
69 imgPath = sys.argv[1]
70 outdir = sys.argv[2]
71 width = len(sys.argv) > 3 and int(sys.argv[3]) or TARGET_WIDTH
72 height = len(sys.argv) > 4 and int(sys.argv[4]) or TARGET_HEIGHT
73 threshold = len(sys
[all...]
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/
H A Dhal_sys_param.c20 #include <sys/stat.h>
21 #include <sys/time.h>
22 #include <sys/types.h>
29 static const char SN_FILE[] = {"/sys/block/mmcblk0/device/cid"};
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Dnet_common.h33 #include <sys/types.h> // for AF_INET SOCK_STREAM
34 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Dnet_common.h33 #include <sys/types.h> // for AF_INET SOCK_STREAM
34 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/
H A Dnet_common.h34 #include <sys/types.h> // for AF_INET SOCK_STREAM
35 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/
H A Dnet_common.h33 #include <sys/types.h> // for AF_INET SOCK_STREAM
34 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/
H A Dnet_common.h33 #include <sys/types.h> // for AF_INET SOCK_STREAM
34 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
H A Dnet_common.h33 #include <sys/types.h> // for AF_INET SOCK_STREAM
34 #include <sys/socket.h> // for socket
/vendor/hisilicon/hispark_taurus/hals/utils/sys_param/
H A Dhal_sys_param.c21 #include <sys/stat.h>
22 #include <sys/time.h>
23 #include <sys/types.h>
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/sys_param/
H A Dhal_sys_param.c21 #include <sys/stat.h>
22 #include <sys/time.h>
23 #include <sys/types.h>
/vendor/ohemu/qemu_small_system_demo/apps/src/
H A Dsample_ui.cpp44 #include <sys/ioctl.h>
45 #include <sys/mman.h>
46 #include <sys/stat.h>
47 #include <sys/types.h>
/vendor/hisilicon/hispark_aries/hals/utils/token/
H A Dhal_token.c18 #include <sys/types.h>
/vendor/ohemu/qemu_small_system_demo/hals/utils/token/
H A Dhal_token.c19 #include <sys/types.h>
/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H A Dhal_pms.c21 #include <sys/stat.h>
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H A Dhal_pms.c21 #include <sys/stat.h>
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H A Dhal_pms.c21 #include <sys/stat.h>
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H A Dhal_pms.c21 #include <sys/stat.h>
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H A Dhal_pms.c21 #include <sys/stat.h>
/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c32 #include <sys/types.h>
34 #include <sys/stat.h>
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c32 #include <sys/types.h>
34 #include <sys/stat.h>

Completed in 11 milliseconds