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:COPY_BUFFER_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H
A
D
byte_array.cc
25
const int32_t ByteArray::
COPY_BUFFER_SIZE
= 8192;
member in sfntly::ByteArray
112
std::vector<uint8_t> b(
COPY_BUFFER_SIZE
);
in CopyTo()
116
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
in CopyTo()
133
std::vector<uint8_t> b(
COPY_BUFFER_SIZE
);
in CopyTo()
136
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
in CopyTo()
146
std::vector<uint8_t> b(
COPY_BUFFER_SIZE
);
in CopyFrom()
149
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
in CopyFrom()
166
std::vector<uint8_t> b(
COPY_BUFFER_SIZE
);
in CopyFrom()
169
int32_t buffer_length =
COPY_BUFFER_SIZE
;
in CopyFrom()
H
A
D
byte_array.h
189
static const int32_t
COPY_BUFFER_SIZE
;
member in sfntly::ByteArray
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H
A
D
ByteArray.java
31
private static final int
COPY_BUFFER_SIZE
= 8192;
field in ByteArray
229
byte[] b = new byte[
COPY_BUFFER_SIZE
];
in copyTo()
262
byte[] b = new byte[
COPY_BUFFER_SIZE
];
in copyTo()
282
byte[] b = new byte[
COPY_BUFFER_SIZE
];
in copyFrom()
303
byte[] b = new byte[
COPY_BUFFER_SIZE
];
in copyFrom()
/third_party/ffmpeg/tools/
H
A
D
qt-faststart.c
101
#define
COPY_BUFFER_SIZE
33554432
macro
639
bytes_to_copy = MIN(
COPY_BUFFER_SIZE
, last_offset);
in main()
Completed in 4 milliseconds