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:THROW_TJ
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
tjbench.c
57
#define
THROW_TJ
(m) { \
macro
165
THROW_TJ
("executing tjInitDecompress()");
in decomp()
185
THROW_TJ
("allocating YUV buffer");
in decomp()
210
THROW_TJ
("executing tjDecompressToYUV2()");
in decomp()
214
THROW_TJ
("executing tjDecodeYUV()");
in decomp()
219
THROW_TJ
("executing tjDecompress2()");
in decomp()
233
if (tjDestroy(handle) == -1)
THROW_TJ
("executing tjDestroy()");
in decomp()
378
THROW_TJ
("executing tjInitCompress()");
in fullTest()
383
THROW_TJ
("allocating YUV buffer");
in fullTest()
409
THROW_TJ
("executin
in fullTest()
[all...]
H
A
D
tjunittest.c
64
#define
THROW_TJ
() { \
macro
68
#define TRY_TJ(f) { if ((f) == -1)
THROW_TJ
(); }
396
if (!handle2)
THROW_TJ
();
in compTest()
458
if (!handle2)
THROW_TJ
();
in _decompTest()
508
if (!sf || !n)
THROW_TJ
();
in decompTest()
541
THROW_TJ
();
in doTest()
617
if ((handle = tjInitCompress()) == NULL)
THROW_TJ
();
in bufSizeTest()
815
THROW_TJ
();
in doBmpTest()
829
THROW_TJ
();
in doBmpTest()
840
THROW_TJ
();
in doBmpTest()
[all...]
H
A
D
turbojpeg-jni.c
55
#define
THROW_TJ
() { \
macro
253
THROW_TJ
();
in TJCompressor_compress()
394
THROW_TJ
();
in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
477
THROW_TJ
();
in TJCompressor_encodeYUV()
543
THROW_TJ
();
in TJCompressor_encodeYUV_12()
586
if (tjDestroy(handle) == -1)
THROW_TJ
();
in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
661
THROW_TJ
();
in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader()
712
THROW_TJ
();
in TJDecompressor_decompress()
857
THROW_TJ
();
in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
894
THROW_TJ
();
in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
[all...]
Completed in 5 milliseconds