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:NextWord
(Results
1 - 9
of
9
) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H
A
D
buffer_splitter_unittest.cpp
187
* @tc.desc: Test
NextWord
().
199
EXPECT_TRUE(totalbuffer.
NextWord
(' '));
in HWTEST_F()
206
* @tc.desc: Test
NextWord
().
220
EXPECT_TRUE(totalbuffer.
NextWord
(' '));
in HWTEST_F()
228
* @tc.desc: Test
NextWord
().
240
EXPECT_TRUE(totalbuffer.
NextWord
('\0'));
in HWTEST_F()
247
* @tc.desc: Test
NextWord
().
259
EXPECT_FALSE(totalbuffer.
NextWord
('e'));
in HWTEST_F()
266
* @tc.desc: Test
NextWord
().
280
EXPECT_TRUE(totalbuffer.
NextWord
(' '));
in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/memory_plugin/src/
H
A
D
memory_data_plugin.cpp
215
if (!totalbuffer.
NextWord
(':')) {
in WriteMeminfo()
225
if (!totalbuffer.
NextWord
(' ')) {
in WriteMeminfo()
274
if (!totalbuffer.
NextWord
(' ')) {
in WriteVmstat()
692
totalbuffer.
NextWord
(':');
in WriteProcess()
698
totalbuffer.
NextWord
('\n');
in WriteProcess()
845
if (!totalBuffer.
NextWord
(',')) {
in WriteAshmemInfo()
853
if (!totalBuffer.
NextWord
(delimiter)) {
in WriteAshmemInfo()
936
if (!totalBuffer.
NextWord
(' ')) {
in WriteDmaInfo()
944
if (!totalBuffer.
NextWord
(delimiter)) {
in WriteDmaInfo()
996
if (totalBuffer.
NextWord
(' ')) {
in WriteGpuMemInfo()
[all...]
H
A
D
buffer_splitter.cpp
68
bool BufferSplitter::
NextWord
(char delimiter)
in NextWord()
function in BufferSplitter
/developtools/profiler/device/plugins/memory_plugin/include/
H
A
D
buffer_splitter.h
37
/* Find and update the
NextWord
's head pointer and Word length according to the delimiter within the
41
bool
NextWord
(char delimiter);
/developtools/profiler/device/plugins/diskio_plugin/src/
H
A
D
diskio_data_plugin.cpp
170
totalbuffer.
NextWord
(' ');
in SetDiskioData()
173
if (!totalbuffer.
NextWord
('\n')) {
in SetDiskioData()
181
if (!totalbuffer.
NextWord
('\n')) {
in SetDiskioData()
/developtools/profiler/device/plugins/process_plugin/src/
H
A
D
process_data_plugin.cpp
202
totalbuffer.
NextWord
(':');
in WriteProcess()
208
totalbuffer.
NextWord
('\n');
in WriteProcess()
214
totalbuffer.
NextWord
('\n');
in WriteProcess()
225
totalbuffer.
NextWord
('\n');
in WriteProcess()
236
totalbuffer.
NextWord
('\n');
in WriteProcess()
250
totalbuffer.
NextWord
('\n');
in WriteProcess()
/developtools/profiler/device/plugins/cpu_plugin/src/
H
A
D
cpu_data_plugin.cpp
268
totalbuffer.
NextWord
(' ');
in WriteProcessCpuUsage()
422
totalbuffer.
NextWord
(' ');
in WriteSystemCpuUsage()
433
totalbuffer.
NextWord
(' ');
in WriteSystemCpuUsage()
598
totalbuffer.
NextWord
(')');
in WriteThread()
600
totalbuffer.
NextWord
(' ');
in WriteThread()
/developtools/profiler/device/plugins/network_plugin/src/
H
A
D
network_plugin.cpp
231
while (totalbuffer.
NextWord
(' ')) {
in ReadTxRxBytes()
299
while (totalbuffer.
NextWord
(' ')) {
in ReadSystemTxRxBytes()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
check_hook_data_test.cpp
413
totalbuffer.
NextWord
(delimiter);
in Getdata()
Completed in 11 milliseconds