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:exit
(Results
1 - 24
of
24
) sorted by relevance
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H
A
D
hdf_tool_argument_parser.py
18
def
exit
(self, status=0, message=None):
member in HdfToolArgumentParser
21
exit
(status)
24
self.
exit
(2, 'error: %s\n' % message)
H
A
D
hdf_command_line_server.py
115
sys.
exit
(-1)
124
sys.
exit
(-1)
/drivers/peripheral/usb/test/unittest/hal/src/
H
A
D
usbd_manage_interface_test.cpp
56
exit
(0);
in SetUpTestCase()
64
exit
(0);
in SetUpTestCase()
70
exit
(0);
in SetUpTestCase()
H
A
D
usbd_interface_test.cpp
65
exit
(0);
in SetUpTestCase()
73
exit
(0);
in SetUpTestCase()
79
exit
(0);
in SetUpTestCase()
H
A
D
usbd_device_test.cpp
52
exit
(0);
in SetUpTestCase()
60
exit
(0);
in SetUpTestCase()
66
exit
(0);
in SetUpTestCase()
H
A
D
usbd_transfer_test.cpp
98
exit
(0);
in SetUpTestCase()
108
exit
(0);
in SetUpTestCase()
114
exit
(0);
in SetUpTestCase()
118
exit
(0);
in SetUpTestCase()
2634
exit
(0);
in HWTEST_F()
2658
exit
(0);
in HWTEST_F()
2682
exit
(0);
in HWTEST_F()
2706
exit
(0);
in HWTEST_F()
2746
exit
(0);
in HWTEST_F()
2771
exit
(
in HWTEST_F()
[all...]
H
A
D
usbd_device_status_test.cpp
55
exit
(0);
in SetUpTestCase()
63
exit
(0);
in SetUpTestCase()
69
exit
(0);
in SetUpTestCase()
H
A
D
usbd_function_test.cpp
53
exit
(0);
in SetUpTestCase()
61
exit
(0);
in SetUpTestCase()
H
A
D
usbd_request_test.cpp
68
exit
(0);
in SetUpTestCase()
76
exit
(0);
in SetUpTestCase()
82
exit
(0);
in SetUpTestCase()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H
A
D
main.py
23
sys.
exit
(-1)
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
H
A
D
hash_test.py
168
exit
(-1)
/drivers/peripheral/usb/ddk/host/include/
H
A
D
liteos_adapter.h
94
void (*
exit
)(const struct UsbSession *session);
member
H
A
D
linux_adapter.h
124
void (*
exit
)(const struct UsbSession *session);
member
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
usbd_function_auto_test.cpp
50
exit
(0);
in SetUpTestCase()
H
A
D
usbd_transfer_auto_test.cpp
112
exit
(0);
in SetUpTestCase()
1727
exit
(0);
in HWTEST_F()
1751
exit
(0);
in HWTEST_F()
1775
exit
(0);
in HWTEST_F()
1796
exit
(0);
in HWTEST_F()
1836
exit
(0);
in HWTEST_F()
1861
exit
(0);
in HWTEST_F()
1891
exit
(0);
in HWTEST_F()
1921
exit
(0);
in HWTEST_F()
H
A
D
usbd_request_auto_test.cpp
88
exit
(0);
in SetUpTestCase()
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
H
A
D
unit_test.py
257
exit
(-1)
/drivers/hdf_core/framework/tools/hc-gen/test/
H
A
D
hcgen_test.py
101
exit
(1)
117
status_prefix = '[compile
exit
status]:'
H
A
D
update_case.py
68
exit
(1)
89
status_str = "[compile
exit
status]:" + str(status)
/drivers/hdf_core/framework/tools/idl-gen/
H
A
D
idl_generator.py
23
exit
()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H
A
D
v4l2_main.cpp
564
CAMERA_LOGD("please input command(input -q
exit
this app)\n");
in PutMenuAndGetChr()
905
exit
(EXIT_SUCCESS);
in main()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api_library.c
774
if (osAdapterOps->
exit
) {
in RawExit()
775
osAdapterOps->
exit
(realSession);
in RawExit()
H
A
D
linux_adapter.c
1521
.
exit
= AdapterExit,
H
A
D
liteos_adapter.c
1426
.
exit
= AdapterExit,
Completed in 36 milliseconds