Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sys
(Results
1 - 25
of
25
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H
A
D
video2bin.py
15
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
D
bin2stream.py
15
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
D
gif2imgs.py
17
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
D
img2code.py
16
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
D
gif2imgs.py
17
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
D
img2code.py
17
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
D
hal_sys_param.c
20
#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
D
net_common.h
33
#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
D
net_common.h
33
#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
D
net_common.h
34
#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
D
net_common.h
33
#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
D
net_common.h
33
#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
D
net_common.h
33
#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
D
hal_sys_param.c
21
#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
D
hal_sys_param.c
21
#include <
sys
/stat.h>
22
#include <
sys
/time.h>
23
#include <
sys
/types.h>
/vendor/ohemu/qemu_small_system_demo/apps/src/
H
A
D
sample_ui.cpp
44
#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
D
hal_token.c
18
#include <
sys
/types.h>
/vendor/ohemu/qemu_small_system_demo/hals/utils/token/
H
A
D
hal_token.c
19
#include <
sys
/types.h>
/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H
A
D
hal_pms.c
21
#include <
sys
/stat.h>
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H
A
D
hal_pms.c
21
#include <
sys
/stat.h>
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H
A
D
hal_pms.c
21
#include <
sys
/stat.h>
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H
A
D
hal_pms.c
21
#include <
sys
/stat.h>
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H
A
D
hal_pms.c
21
#include <
sys
/stat.h>
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
hardware.c
32
#include <
sys
/types.h>
34
#include <
sys
/stat.h>
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
hardware.c
32
#include <
sys
/types.h>
34
#include <
sys
/stat.h>
Completed in 11 milliseconds