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
186
) sorted by relevance
1
2
3
4
5
6
7
8
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H
A
D
main.py
11
import
sys
namespace
21
if
sys
.version_info < (3, 0):
23
sys
.exit(-1)
27
sys
.path.append("..")
H
A
D
hdf_tool_daemon_server.py
11
import
sys
namespace
24
self.read_obj =
sys
.stdin.buffer
25
self.write_obj =
sys
.stdout.buffer
/drivers/hdf_core/adapter/khdf/liteos/test/osal/include/
H
A
D
osal_test_type.h
39
#include <
sys
/ioctl.h>
40
#include <
sys
/stat.h>
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H
A
D
v4l2_uvc.h
22
#include <
sys
/ioctl.h>
23
#include <
sys
/select.h>
24
#include <
sys
/socket.h>
26
#include <
sys
/eventfd.h>
H
A
D
v4l2_dev.h
23
#include <
sys
/epoll.h>
24
#include <
sys
/ioctl.h>
25
#include <
sys
/types.h>
27
#include <
sys
/eventfd.h>
H
A
D
v4l2_fileformat.h
23
#include <
sys
/ioctl.h>
24
#include <
sys
/stat.h>
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H
A
D
audio_common.h
23
#include <
sys
/stat.h>
24
#include <
sys
/types.h>
H
A
D
audio_adapter_info_common.h
25
#include <
sys
/stat.h>
26
#include <
sys
/types.h>
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H
A
D
audio_common.h
23
#include <
sys
/stat.h>
24
#include <
sys
/types.h>
H
A
D
audio_adapter_info_common.h
21
#include <
sys
/stat.h>
22
#include <
sys
/types.h>
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H
A
D
camera.h
24
#include <
sys
/time.h>
25
#include <
sys
/types.h>
31
#include <
sys
/syscall.h>
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
test_camera_base.h
35
#include <
sys
/ioctl.h>
36
#include <
sys
/wait.h>
56
#include <
sys
/mman.h>
57
#include <
sys
/stat.h>
58
#include <
sys
/time.h>
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H
A
D
hdf_command_line_server.py
11
import
sys
namespace
115
sys
.exit(-1)
124
sys
.exit(-1)
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H
A
D
thermal_hdf_timer.cpp
21
#include <
sys
/epoll.h>
22
#include <
sys
/socket.h>
23
#include <
sys
/timerfd.h>
/drivers/hdf_core/adapter/khdf/liteos_m/osal/include/
H
A
D
hdf_types.h
38
#include <
sys
/types.h>
/drivers/hdf_core/adapter/khdf/liteos/osal/include/
H
A
D
osal_cdev_adapter.h
35
#include <
sys
/ioctl.h>
H
A
D
hdf_types.h
38
#include <
sys
/types.h>
/drivers/hdf_core/framework/tools/hc-gen/
H
A
D
hcs_build_info.py
11
import
sys
namespace
236
if
sys
.version_info < (3, 0):
242
if len(
sys
.argv) < 2:
244
all_hcs_files =
sys
.argv[1:]
249
sys
.stdout.write(parser.get_hcs_info())
250
sys
.stdout.flush()
/drivers/hdf_core/framework/tools/hc-gen/test/
H
A
D
update_case.py
37
import
sys
namespace
50
if len(
sys
.argv) > 1:
51
hcgen_path = os.path.abspath(
sys
.argv[1])
223
pwd = os.path.abspath(
sys
.argv[0])
241
if len(
sys
.argv) > 1 and
sys
.argv[-1] == '--align':
/drivers/liteos/hievent/include/
H
A
D
hievent_driver.h
35
#include <
sys
/types.h>
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_vendor_hal_list.cpp
17
#include <
sys
/stat.h>
18
#include <
sys
/types.h>
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_uevent_handle.c
20
#include <
sys
/socket.h>
21
#include <
sys
/types.h>
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_pnp_uevent_hdmi.c
20
#include <
sys
/epoll.h>
21
#include <
sys
/socket.h>
22
#include <
sys
/un.h>
44
#define HDMI_STATUS_FILE_PATH "/
sys
/class/extcon/extcon2/state"
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
camera.h
26
#include <
sys
/prctl.h>
27
#include <
sys
/time.h>
28
#include <
sys
/types.h>
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H
A
D
fb_display.cpp
17
#include <
sys
/ioctl.h>
18
#include <
sys
/mman.h>
19
#include <
sys
/ioctl.h>
Completed in 7 milliseconds
1
2
3
4
5
6
7
8