Home
last modified time | relevance | path

Searched defs:VerifyEntry (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_heap_array.cpp87 void VerifyEntry(const EntryType &aEntry, const Heap::Array<EntryType, 2> &aArray, int aExpectedVal… in VerifyEntry() function
100 template <> void VerifyEntry(const uint16_t &aEntry, const Heap::Array<uint16_t, 2> &aArray, int aE… in VerifyEntry() function
106 template <> void VerifyEntry(const Entry &aEntry, const Heap::Array<Entry, 2> &aArray, int aExpecte… in VerifyEntry() function
H A Dtest_pool.cpp70 void VerifyEntry(EntryPool &aPool, const Entry &aEntry, bool aInitWithInstance) in VerifyEntry() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder_state_test.cc141 AssertionResult VerifyEntry(size_t dynamic_index, absl::string_view name, in VerifyEntry() function in http2::test::__anon207a0bee0111::HpackDecoderStateTest
H A Dhpack_decoder_test.cc183 AssertionResult VerifyEntry(size_t dynamic_index, const char* name, in VerifyEntry() function in http2::test::__anona066160e0111::HpackDecoderTest
/aosp_15_r20/system/extras/memory_replay/tests/
H A DMemoryTraceTest.cpp307 void VerifyEntry(const memory_trace::Entry& entry, const std::string expected) { in VerifyEntry() function in MemoryTraceOutputTest
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1045 void VerifyEntry(const ZipArchiveHandle archive, const std::string_view entry_name, in VerifyEntry() function in android::os::dumpstate::ZippedBugReportStreamTest