OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kList
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack_unittest.cc
32
const uint16_t
kList
[] = {0, 1, 3, 8, 16};
33
const size_t kListLength = sizeof(
kList
) / sizeof(
kList
[0]);
51
nack.WithList(
kList
, kListLength);
71
EXPECT_THAT(const_parsed.packet_ids(), ElementsAreArray(
kList
));
126
const uint16_t
kList
[] = {1, 100, 200, 300, 400};
127
const uint16_t kListLength = sizeof(
kList
) / sizeof(
kList
[0]);
130
nack.WithList(
kList
, kListLength);
163
const uint16_t
kList
[] = {1}
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h
26
kList
,
ArchiveCommandLine.cpp
1022
bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::
kList
;
[
all
...]
/external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp
137
kList
368
if (command.CommandType != NCommandType::
kList
)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc
481
const uint16_t
kList
[] = {0, 1, 16};
482
const int32_t kListLength = sizeof(
kList
) / sizeof(
kList
[0]);
484
kList
));
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
490
|| options.Command.CommandType == NCommandType::
kList
654
else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::
kList
)
/frameworks/base/services/core/java/com/android/server/pm/
Settings.java
[
all
...]
Completed in 255 milliseconds