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:chunkCount_
(Results
1 - 4
of
4
) sorted by relevance
/developtools/profiler/device/services/shared_memory/src/
H
A
D
share_memory_block.cpp
138
header_->info.
chunkCount_
= 0;
in CreateBlock()
245
++header_->info.
chunkCount_
;
in PutRaw()
275
++header_->info.
chunkCount_
;
in PutRawTimeout()
310
++header_->info.
chunkCount_
;
in PutWithPayloadTimeout()
336
++header_->info.
chunkCount_
;
in PutMessage()
357
--header_->info.
chunkCount_
;
in TakeData()
445
++header_->info.
chunkCount_
;
in PutWithPayloadSync()
/developtools/profiler/device/plugins/api/test/unittest/
H
A
D
buffer_write_test.cpp
68
header_->info.
chunkCount_
= 0;
in InitShareMemory1()
105
header_->info.
chunkCount_
= 0;
in InitShareMemory2()
/developtools/profiler/device/services/shared_memory/include/
H
A
D
share_memory_block.h
92
std::atomic<uint32_t>
chunkCount_
;
in sizeof()
local
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
stack_writer_test.cpp
66
header_->info.
chunkCount_
= 0;
in InitShareMemory()
Completed in 3 milliseconds