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:CHECK_ERRNO
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libjpeg-turbo/
H
A
D
strtest.c
40
#define
CHECK_ERRNO
(errno_return, expected_errno) \
macro
73
CHECK_ERRNO
(err, EINVAL);
in main()
77
CHECK_ERRNO
(err, EINVAL);
in main()
81
CHECK_ERRNO
(err, 0);
in main()
98
CHECK_ERRNO
(err, 0);
in main()
108
CHECK_ERRNO
(err, 0);
in main()
115
CHECK_ERRNO
(err, EINVAL);
in main()
119
CHECK_ERRNO
(err, 0);
in main()
124
CHECK_ERRNO
(err, EINVAL);
in main()
154
CHECK_ERRNO
(er
in main()
[all...]
/third_party/python/Modules/
H
A
D
socketmodule.c
577
#define
CHECK_ERRNO
(expected) \
macro
580
#define
CHECK_ERRNO
(expected) \
macro
888
if (
CHECK_ERRNO
(EINTR)) {
in sock_call_ex()
933
if (!
CHECK_ERRNO
(EINTR))
in sock_call_ex()
947
&& (
CHECK_ERRNO
(EWOULDBLOCK) ||
CHECK_ERRNO
(EAGAIN))) {
in sock_call_ex()
3263
if (
CHECK_ERRNO
(EINTR)) {
in internal_connect()
5270
if (family == -1 ||
CHECK_ERRNO
(ENOTSOCK)) {
5273
if (family == -1 ||
CHECK_ERRNO
(EBADF) ||
CHECK_ERRNO
(ENOTSOC
[all...]
Completed in 7 milliseconds