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:lineSize
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/escl/
H
A
D
escl_jpeg.c
163
int
lineSize
= 0;
in get_JPEG_data()
local
248
lineSize
= w * cinfo.output_components;
in get_JPEG_data()
253
rowptr[0] = (JSAMPROW)surface + (
lineSize
* pos); // ..cinfo.output_scanline);
in get_JPEG_data()
258
scanner->img_size =
lineSize
* h;
in get_JPEG_data()
/third_party/icu/icu4c/source/tools/gencnval/
H
A
D
gencnval.c
336
int32_t
lineSize
= 0;
in parseFile()
local
354
if (
lineSize
== 0 || (lastLineSize > 0 && isspace((int)*lastLine))) {
in parseFile()
355
uprv_strcpy(line +
lineSize
, lastLine);
in parseFile()
356
lineSize
+= lastLineSize;
in parseFile()
357
} else if (
lineSize
> 0) {
in parseFile()
364
if (validParse ||
lineSize
> 0) {
in parseFile()
369
if (!standardTagsUsed && line[
lineSize
- 1] != '}') {
in parseFile()
373
addOfficialTaggedStandards(line,
lineSize
);
in parseFile()
387
lineSize
= lastLineSize;
in parseFile()
390
lineSize
in parseFile()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
H
A
D
gencnval.c
335
int32_t
lineSize
= 0;
in parseFile()
local
353
if (
lineSize
== 0 || (lastLineSize > 0 && isspace((int)*lastLine))) {
in parseFile()
354
uprv_strcpy(line +
lineSize
, lastLine);
in parseFile()
355
lineSize
+= lastLineSize;
in parseFile()
356
} else if (
lineSize
> 0) {
in parseFile()
363
if (validParse ||
lineSize
> 0) {
in parseFile()
368
if (!standardTagsUsed && line[
lineSize
- 1] != '}') {
in parseFile()
372
addOfficialTaggedStandards(line,
lineSize
);
in parseFile()
386
lineSize
= lastLineSize;
in parseFile()
389
lineSize
in parseFile()
[all...]
Completed in 4 milliseconds