HomeSort by relevance Sort by last modified time
    Searched refs:kList (Results 1 - 25 of 36) sorted by null

1 2

  /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 25 kList,
  /external/skia/tools/bookmaker/
bookmaker.h 130 kList,
hackParser.cpp 75 || MarkType::kList == def->fMarkType
bmhParser.cpp 68 , { "List", MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D }
449 case MarkType::kList:
    [all...]
spellCheck.cpp 221 case MarkType::kList:
mdOut.cpp     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 130 kList,
hackParser.cpp 75 || MarkType::kList == def->fMarkType
bmhParser.cpp 68 , { "List", MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D }
449 case MarkType::kList:
    [all...]
spellCheck.cpp 221 case MarkType::kList:
mdOut.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 142 kList
393 if (command.CommandType != NCommandType::kList)
  /external/tensorflow/tensorflow/core/framework/
attr_value_util.cc 222 case AttrValue::kList: {
565 case AttrValue::kList: {
593 case AttrValue::kList: {
  /external/skia/src/core/
SkCoverageDelta.h 190 kList,
SkScan_DAAPath.cpp 375 record->fType = SkDAARecord::Type::kList;
  /external/skqp/src/core/
SkCoverageDelta.h 190 kList,
SkScan_DAAPath.cpp 375 record->fType = SkDAARecord::Type::kList;
  /external/tensorflow/tensorflow/lite/toco/
tensorflow_util.cc 186 } else if (attr.second.value_case() == AttrValue::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));
  /art/tools/hiddenapi/
hiddenapi.cc 869 case Command::kList:
878 kList,
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 585 || options.Command.CommandType == NCommandType::kList
814 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 65 case AttrValue::kList: {
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 224 case AttrValue::kList: {
729 if (default_value.value_case() == AttrValue::kList &&
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc     [all...]

Completed in 1063 milliseconds

1 2