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:RETURN_ERROR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
flacdec.c
85
RETURN_ERROR
(AVERROR(EIO));
in flac_read_header()
101
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
104
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
128
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
132
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
135
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
142
if (ti <= 0)
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
173
RETURN_ERROR
(AVERROR_INVALIDDATA);
in flac_read_header()
H
A
D
flac_picture.c
164
RETURN_ERROR
(AVERROR_INVALIDDATA);
in ff_flac_parse_picture()
174
RETURN_ERROR
(ret);
in ff_flac_parse_picture()
H
A
D
flac_picture.h
27
#define
RETURN_ERROR
(code) do { ret = (code); goto fail; } while (0)
macro
/third_party/lz4/lib/
H
A
D
lz4frame.c
315
#define
RETURN_ERROR
(e) return LZ4F_returnErrorCode(LZ4F_ERROR_ ## e)
macro
317
#define RETURN_ERROR_IF(c,e) if (c)
RETURN_ERROR
(e)
331
RETURN_ERROR
(maxBlockSize_invalid);
in LZ4F_getBlockSize()
948
RETURN_ERROR
(dstMaxSize_tooSmall);
in LZ4F_compressUpdateImpl()
951
RETURN_ERROR
(dstMaxSize_tooSmall);
in LZ4F_compressUpdateImpl()
1183
RETURN_ERROR
(frameSize_wrong);
in LZ4F_compressEnd()
1254
RETURN_ERROR
(allocation_failed);
in LZ4F_createDecompressionContext()
1319
RETURN_ERROR
(frameType_unknown);
in LZ4F_decodeHeader()
1333
if (((FLG>>1)&_1BIT) != 0)
RETURN_ERROR
(reservedFlag_set); /* Reserved bit */
in LZ4F_decodeHeader()
1334
if (version != 1)
RETURN_ERROR
(headerVersion_wron
in LZ4F_decodeHeader()
[all...]
/third_party/python/Modules/_sre/
H
A
D
sre_lib.h
375
#define
RETURN_ERROR
(i) do { return i; } while(0)
macro
380
do { if (i < 0)
RETURN_ERROR
(i); } while (0)
530
RETURN_ERROR
(SRE_ERROR_INTERRUPTED); \
1119
RETURN_ERROR
(SRE_ERROR_STATE);
in match()
1183
RETURN_ERROR
(SRE_ERROR_STATE);
in match()
1556
RETURN_ERROR
(SRE_ERROR_ILLEGAL);
in match()
Completed in 7 milliseconds