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:BUF_SIZE
(Results
1 - 12
of
12
) sorted by relevance
/developtools/profiler/hiebpf/test/
H
A
D
hiebpf_test_demo.cpp
35
constexpr int
BUF_SIZE
= 512;
member
81
std::vector<char> buf(
BUF_SIZE
* 2, 'a'); // 2: double
in CallStack1()
89
read(fd, buf.data(),
BUF_SIZE
);
in CallStack1()
90
read(fd, buf.data(),
BUF_SIZE
);
in CallStack1()
/developtools/profiler/hiebpf/test/unittest/
H
A
D
bpf_controller_test.cpp
26
constexpr int
BUF_SIZE
= 512;
member
79
char buf[
BUF_SIZE
] = {0};
in HWTEST_F()
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H
A
D
gpu_data_plugin_unittest.cpp
35
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
101
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginGpuInfoStub()
167
EXPECT_EQ(gpuPlugin->resultBufferSizeHint,
BUF_SIZE
);
in HWTEST_F()
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
H
A
D
diskio_data_plugin_unittest.cpp
27
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
95
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginDiskioInfoStub()
171
EXPECT_EQ(diskioPlugin->resultBufferSizeHint,
BUF_SIZE
);
in HWTEST_F()
/developtools/hdc/src/common/
H
A
D
circle_buffer.h
29
constexpr uint64_t
BUF_SIZE
= 62464; // MAX_USBFFS_BULK
member
/developtools/profiler/device/plugins/process_plugin/test/unittest/
H
A
D
process_plugin_unittest.cpp
27
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
139
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginCpuinfoStub()
385
EXPECT_EQ(processPlugin->resultBufferSizeHint,
BUF_SIZE
);
in HWTEST_F()
/developtools/profiler/device/plugins/network_plugin/test/unittest/
H
A
D
network_plugin_test.cpp
27
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
105
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginStub()
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
H
A
D
packager.cpp
95
char buffer[Constants::
BUF_SIZE
];
in AddFileToZip()
/developtools/packing_tool/ohos_packing_tool/frameworks/include/
H
A
D
constants.h
143
constexpr const int
BUF_SIZE
= 1024 * 4;
member
/developtools/packing_tool/packing_tool/frameworks/include/
H
A
D
constants.h
216
constexpr const int32_t
BUF_SIZE
= 1024 * 4;
member
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H
A
D
cpu_data_plugin_unittest.cpp
28
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
211
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginCpuinfoStub()
396
EXPECT_EQ(cpuPlugin->resultBufferSizeHint,
BUF_SIZE
);
in HWTEST_F()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H
A
D
memory_data_plugin_unittest.cpp
28
constexpr uint32_t
BUF_SIZE
= 4 * 1024 * 1024;
member
465
std::vector<uint8_t> bufferData(
BUF_SIZE
);
in PluginStub()
Completed in 10 milliseconds