Searched refs:kList (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | nack_unittest.cc | 32 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/ |
D | ArchiveCommandLine.h | 26 kList, enumerator
|
D | ArchiveCommandLine.cpp | 1022 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 137 kList enumerator 368 if (command.CommandType != NCommandType::kList) in Main2()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender_unittest.cc | 481 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/ |
D | Main.cpp | 490 || options.Command.CommandType == NCommandType::kList in Main2() 654 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
|