Searched refs:HexDump (Results 1 - 8 of 8) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | utilities_test.cpp | 285 * @tc.name: HexDump 289 HWTEST_F(UtilitiesTest, HexDump, TestSize.Level1) in HWTEST_F() 296 HexDump(buf, 0); in HWTEST_F() 297 HexDump(buf, 1); in HWTEST_F() 298 HexDump(buf, 4); in HWTEST_F() 299 HexDump(buf, 5); in HWTEST_F() 300 HexDump(buf, 8); in HWTEST_F()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | utilities_test.cpp | 274 * @tc.name: HexDump 278 HWTEST_F(UtilitiesTest, HexDump, TestSize.Level1) in HWTEST_F() 286 HexDump(vbuf, 0); in HWTEST_F() 287 HexDump(vbuf, 1); in HWTEST_F() 288 HexDump(vbuf, 4); in HWTEST_F() 289 HexDump(vbuf, 5); in HWTEST_F() 290 HexDump(vbuf, 8); in HWTEST_F()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | utilities.h | 163 void HexDump(const uint8_t *buf, size_t size, size_t max_size = 0);
|
/developtools/hiperf/include/ |
H A D | utilities.h | 165 void HexDump(const void *buf, size_t size, size_t max_size = 0);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | utilities.cpp | 487 void HexDump(const uint8_t *buf, size_t size, size_t maxSize) in HexDump() function
|
H A D | symbols_file.cpp | 316 HexDump(buffer, BITS_OF_FOUR_BYTE, bufferSize); in LoadEhFrameHDR()
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 551 void HexDump(const void *buf, size_t size, size_t maxSize) in HexDump() function
|
H A D | symbols_file.cpp | 358 HexDump(ehFrameHdr, BITS_OF_FOUR_BYTE, bufferSize); in LoadEhFrameHDR()
|
Completed in 10 milliseconds