Home
last modified time | relevance | path

Searched refs:kList (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dnack_unittest.cc32 const uint16_t kList[] = {0, 1, 3, 8, 16}; variable
33 const size_t kListLength = sizeof(kList) / sizeof(kList[0]);
51 nack.WithList(kList, kListLength); in TEST()
71 EXPECT_THAT(const_parsed.packet_ids(), ElementsAreArray(kList)); in TEST()
126 const uint16_t kList[] = {1, 100, 200, 300, 400}; in TEST() local
127 const uint16_t kListLength = sizeof(kList) / sizeof(kList[0]); in TEST()
130 nack.WithList(kList, kListLength); in TEST()
163 const uint16_t kList[] = {1}; in TEST() local
168 nack.WithList(kList, 1); in TEST()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h26 kList, enumerator
DArchiveCommandLine.cpp1022 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp137 kList enumerator
368 if (command.CommandType != NCommandType::kList) in Main2()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender_unittest.cc481 const uint16_t kList[] = {0, 1, 16}; in TEST_F() local
482 const int32_t kListLength = sizeof(kList) / sizeof(kList[0]); in TEST_F()
484 kList)); in TEST_F()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp490 || options.Command.CommandType == NCommandType::kList in Main2()
654 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()