Home
last modified time | relevance | path

Searched refs:readThreadIdBytes (Results 1 – 4 of 4) sorted by relevance

/external/armnn/profiling/server/src/timelineDecoder/tests/
DTimelineTests.cpp109 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in BOOST_AUTO_TEST_CASE() local
110 BOOST_CHECK(readThreadIdBytes == armnn::profiling::ThreadIdSize); in BOOST_AUTO_TEST_CASE()
/external/armnn/src/profiling/test/
DSendTimelinePacketTests.cpp69 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in BOOST_AUTO_TEST_CASE() local
70 BOOST_CHECK(readThreadIdBytes == ThreadIdSize); in BOOST_AUTO_TEST_CASE()
DTimelinePacketTests.cpp501 uint8_t readThreadIdBytes = ReadUint8(buffer.data(), offset); in BOOST_AUTO_TEST_CASE() local
502 BOOST_CHECK(readThreadIdBytes == ThreadIdSize); in BOOST_AUTO_TEST_CASE()
/external/armnn/tests/profiling/gatordmock/tests/
DGatordMockTests.cpp151 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in CheckTimelineDirectory() local
152 BOOST_CHECK(readThreadIdBytes == threadId_size); in CheckTimelineDirectory()