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:GetBlockSize
(Results
1 - 10
of
10
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H
A
D
paged_mem_pool_test.cpp
60
EXPECT_EQ(memPool->
GetBlockSize
(), blockSize * TEST_PAGE_SIZE);
in HWTEST_F()
81
EXPECT_EQ(memPool->
GetBlockSize
(), blockSize * TEST_PAGE_SIZE);
in HWTEST_F()
88
EXPECT_EQ(memPool->
GetBlockSize
(), blockSize * TEST_PAGE_SIZE);
in HWTEST_F()
109
EXPECT_EQ(memPool->
GetBlockSize
(), blockSize * TEST_PAGE_SIZE);
in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
paged_mem_pool.h
32
size_t
GetBlockSize
() const;
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
paged_mem_pool.cpp
46
size_t PagedMemPool::
GetBlockSize
() const
in GetBlockSize()
function in PagedMemPool
H
A
D
flow_controller.cpp
353
auto bufferSize = static_cast<long>(memPool_->
GetBlockSize
());
519
auto bufferSize = static_cast<long>(memPool_->
GetBlockSize
());
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H
A
D
code_sign_block_header_test.cpp
201
int blockSize = api->
GetBlockSize
();
in HWTEST_F()
237
EXPECT_EQ(api->
GetBlockSize
(), 1024);
in HWTEST_F()
H
A
D
code_sign_block_test.cpp
221
EXPECT_NE(tmp.
GetBlockSize
(), 0);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H
A
D
code_sign_block_header.h
60
virtual int
GetBlockSize
();
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H
A
D
code_sign_block_header.cpp
56
int CodeSignBlockHeader::
GetBlockSize
()
in GetBlockSize()
function in OHOS::SignatureTools::CodeSignBlockHeader
H
A
D
code_sign_block.cpp
126
(ByteBuffer(codeSignBlockHeader.
GetBlockSize
()));
in ToByteArray()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
verify_code_signature.cpp
206
int64_t headerBlockSize = csb.GetCodeSignBlockHeader().
GetBlockSize
();
in GenerateCodeSignBlock()
282
int32_t blockSize = csb.GetCodeSignBlockHeader().
GetBlockSize
();
in ParseMerkleTree()
Completed in 7 milliseconds