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:HEADER_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H
A
D
FileConfig.java
37
public static final int
HEADER_SIZE
= 16;
field in FileConfig
H
A
D
Utils.java
188
out.writeChar(FileConfig.
HEADER_SIZE
+ 8 * localesCount);
in writeHeader()
190
out.writeChar(FileConfig.
HEADER_SIZE
+ 8 * localesCount + metaCount * 6);
in writeHeader()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_javascript_result_callback.cpp
25
#define
HEADER_SIZE
(MAX_ENTRIES * 8) /* 10 * (int position + int length) */
macro
240
char* dataSegment = static_cast<char*>(mem) +
HEADER_SIZE
;
in FlowbufStrAtIndex()
324
auto ashmem = flowbufferAdapter->CreateAshmemWithFd(fd, MAX_FLOWBUF_DATA_SIZE +
HEADER_SIZE
, PROT_READ);
in GetJavaScriptResultSelfFlowbuf()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_javascript_result_callback.cpp
34
const int
HEADER_SIZE
= (MAX_ENTRIES * 8); /* 10 * (int position + int length) */
member
1053
char* dataSegment = static_cast<char*>(mem) +
HEADER_SIZE
;
in FlowbufStrAtIndex()
1179
auto ashmem = flowbufferAdapter->CreateAshmemWithFd(fd, MAX_FLOWBUF_DATA_SIZE +
HEADER_SIZE
, PROT_READ);
in GetJavaScriptResultSelfFlowbuf()
1221
auto ashmem = flowbufferAdapter->CreateAshmemWithFd(fd, MAX_FLOWBUF_DATA_SIZE +
HEADER_SIZE
, PROT_READ);
in GetJavaScriptResultFlowbuf()
Completed in 6 milliseconds