Home
last modified time | relevance | path

Searched refs:testSize (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp132 size_t testSize = sizeof(uint32_t); variable
137 testSize += (sizeof(uint32_t) + symFile.filePath_.size() + 1);
139 testSize += sizeof(symFile.symbolType_);
141 testSize += sizeof(symFile.textExecVaddr_);
143 testSize += sizeof(symFile.textExecVaddrFileOffset_);
145 testSize += (sizeof(uint32_t) + symFile.buildId_.size() + 1);
147 testSize += sizeof(uint32_t);
150 testSize += sizeof(symbol.vaddr_);
152 testSize += sizeof(symbol.len_);
154 testSize += (sizeof(uint32_t) + symbol.symbolName_.size() + 1);
[all …]
Dutilities_test.cpp132 size_t testSize = testString.size(); variable
140 EXPECT_EQ(testString.size(), testSize);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp133 size_t testSize = testString.size(); variable
141 EXPECT_EQ(testString.size(), testSize);