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 - 25
of
116
) sorted by relevance
1
2
3
4
5
/third_party/backends/frontend/
H
A
D
jpegtopdf.c
159
goto
EXIT
;
in re_write_if_fail()
165
goto
EXIT
;
in re_write_if_fail()
169
EXIT
:
in re_write_if_fail()
189
goto
EXIT
;
in _get_current_time()
196
goto
EXIT
;
in _get_current_time()
201
goto
EXIT
;
in _get_current_time()
220
EXIT
:
in _get_current_time()
231
goto
EXIT
;
in sane_pdf_open()
235
goto
EXIT
;
in sane_pdf_open()
247
EXIT
in sane_pdf_open()
[all...]
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_substitute.c
100
if (nestlevel == 0) goto
EXIT
;
in find_text_end()
104
else if (*ptr == CHAR_COLON && !last && nestlevel == 0) goto
EXIT
;
in find_text_end()
138
goto
EXIT
;
in find_text_end()
153
goto
EXIT
;
in find_text_end()
160
EXIT
:
in find_text_end()
352
goto
EXIT
;
in pcre2_substitute()
368
goto
EXIT
;
in pcre2_substitute()
405
if (rc != PCRE2_ERROR_NOMATCH) goto
EXIT
;
in pcre2_substitute()
450
goto
EXIT
;
in pcre2_substitute()
470
goto
EXIT
;
in pcre2_substitute()
[all...]
/third_party/ltp/testcases/kernel/syscalls/umount2/
H
A
D
umount2_01.c
102
goto
EXIT
;
in umount2_verify()
113
goto
EXIT
;
in umount2_verify()
136
goto
EXIT
;
in umount2_verify()
141
EXIT
:
in umount2_verify()
/third_party/protobuf/kokoro/linux/bazel/
H
A
D
build.sh
25
trap print_test_logs
EXIT
34
trap -
EXIT
/third_party/ltp/testcases/lib/
H
A
D
cmdlib.sh
38
# Disable the trap
EXIT
handler.
39
trap ''
EXIT
72
trap tst_cleanup
EXIT
/third_party/openssl/ohos_lite/
H
A
D
e_os.h
213
# define
EXIT
(n) exit(n)
macro
283
# define
EXIT
(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1)
macro
301
# define
EXIT
(n) exit(n)
macro
/third_party/mbedtls/tests/
H
A
D
compat.sh
840
# wait for client to terminate and set
EXIT
851
EXIT
=$?
856
echo "
EXIT
: $
EXIT
" >> $CLI_OUT
929
if [ $
EXIT
-eq 0 ]; then
954
if [ $
EXIT
-eq 0 ]; then
979
case $
EXIT
in
1004
echo "
EXIT
: $
EXIT
" >> $CLI_OUT
/third_party/ltp/testcases/kernel/syscalls/mq_unlink/
H
A
D
mq_unlink01.c
89
goto
EXIT
;
in do_test()
102
EXIT
:
in do_test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H
A
D
InstrumentationMap.h
40
enum class FunctionKinds { ENTRY,
EXIT
, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT };
member in llvm::xray::SledEntry::FunctionKinds
106
IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::
EXIT
);
in enumeration()
H
A
D
XRayRecord.h
59
EXIT
,
member in llvm::xray::RecordTypes
/third_party/protobuf/objectivec/Tests/CocoaPods/
H
A
D
run_tests.sh
114
trap "cleanup ${TEST_NAME}"
EXIT
141
trap -
EXIT
/third_party/node/deps/openssl/openssl/
H
A
D
e_os.h
160
# define
EXIT
(n) exit(n)
macro
230
# define
EXIT
(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1)
macro
244
# define
EXIT
(n) exit(n)
macro
/third_party/openssl/
H
A
D
e_os.h
160
# define
EXIT
(n) exit(n)
macro
230
# define
EXIT
(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1)
macro
244
# define
EXIT
(n) exit(n)
macro
/third_party/python/Objects/
H
A
D
capsule.c
227
goto
EXIT
;
in PyCapsule_Import()
243
EXIT
:
in PyCapsule_Import()
/third_party/ltp/testcases/misc/lvm/
H
A
D
generate_lvm_runfile.sh
17
trap '[ $? -eq 0 ] || tst_brk TBROK "Cannot create LVM runfile"'
EXIT
/third_party/FatFs/source/
H
A
D
ff.c
5736
if (!pte[4]) {fr = FR_MKFS_ABORTED; goto
EXIT
;} /* No partition? */
5741
if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) {fr = FR_DISK_ERR; goto
EXIT
;}
5742
b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_ABORTED; goto
EXIT
;}
5745
if (sz_vol < 128) {fr = FR_MKFS_ABORTED; goto
EXIT
;} /* Check if volume size is >=128s */
5750
if (sz_au > 128) {fr = FR_INVALID_PARAMETER; goto
EXIT
;} /* Invalid AU for FAT/FAT32? */
5756
if (!(fsopt & FM_FAT)) {fr = FR_INVALID_PARAMETER; goto
EXIT
;} /* no-FAT? */
5773
if (n_clst <= MAX_FAT16 || n_clst > MAX_FAT32) {fr = FR_MKFS_ABORTED; goto
EXIT
;}
5807
goto
EXIT
;
5813
{fr = FR_MKFS_ABORTED; goto
EXIT
;}
5825
{fr = FR_MKFS_ABORTED; goto
EXIT
;}
[all...]
/third_party/node/tools/dep_updaters/
H
A
D
update-ada.sh
28
trap cleanup INT TERM
EXIT
H
A
D
update-nghttp3.sh
41
trap cleanup INT TERM
EXIT
H
A
D
update-npm.sh
32
trap cleanup INT TERM
EXIT
H
A
D
update-histogram.sh
41
trap cleanup INT TERM
EXIT
H
A
D
update-simdutf.sh
39
trap cleanup INT TERM
EXIT
/third_party/protobuf/
H
A
D
build_files_updated_unittest.sh
41
trap cleanup
EXIT
/third_party/node/deps/v8/tools/cppgc/
H
A
D
test_cmake.sh
27
trap cleanup
EXIT
/third_party/node/tools/
H
A
D
update-llhttp.sh
24
trap cleanup INT TERM
EXIT
/third_party/musl/porting/linux/user/tools/
H
A
D
install.sh
48
trap 'rm -f "$tmp"'
EXIT
INT QUIT TERM HUP
Completed in 16 milliseconds
1
2
3
4
5