Home
last modified time | relevance | path

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

12

/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/Bundles/SFXCon/
DSfxCon.cpp142 kList enumerator
393 if (command.CommandType != NCommandType::kList) in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h25 kList, enumerator
DArchiveCommandLine.cpp1049 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc222 case AttrValue::kList: { in SummarizeAttrValue()
565 case AttrValue::kList: { in HasPlaceHolder()
593 case AttrValue::kList: { in SubstitutePlaceholders()
/external/skqp/tools/bookmaker/
DhackParser.cpp75 || MarkType::kList == def->fMarkType in replaceWithPop()
Dbookmaker.h130 kList, enumerator
DbmhParser.cpp68 , { "List", MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D }
449 case MarkType::kList: in addDefinition()
1553 && MarkType::kList != fParent->fMarkType in findDefinitions()
2139 case MarkType::kList: in typeName()
DspellCheck.cpp221 case MarkType::kList: in check()
DmdOut.cpp1487 case MarkType::kList: in markTypeOut()
1909 case MarkType::kList: in markTypeOut()
/external/skia/tools/bookmaker/
DhackParser.cpp75 || MarkType::kList == def->fMarkType in replaceWithPop()
Dbookmaker.h130 kList, enumerator
DbmhParser.cpp68 , { "List", MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D }
449 case MarkType::kList: in addDefinition()
1553 && MarkType::kList != fParent->fMarkType in findDefinitions()
2136 case MarkType::kList: in typeName()
DspellCheck.cpp221 case MarkType::kList: in check()
/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/tensorflow/tensorflow/lite/toco/
Dtensorflow_util.cc186 } else if (attr.second.value_case() == AttrValue::kList) { in LogDumpGraphDef()
/external/skia/src/core/
DSkCoverageDelta.h190 kList, enumerator
DSkScan_DAAPath.cpp375 record->fType = SkDAARecord::Type::kList; in DAAFillPath()
/external/skqp/src/core/
DSkCoverageDelta.h190 kList, enumerator
DSkScan_DAAPath.cpp375 record->fType = SkDAARecord::Type::kList; in DAAFillPath()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp585 || options.Command.CommandType == NCommandType::kList in Main2()
814 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc224 case AttrValue::kList: { in PrintAttrValue()
729 if (default_value.value_case() == AttrValue::kList && in GetOpAttrStruct()
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc65 case AttrValue::kList: { in ExtractTensors()
/external/tensorflow/tensorflow/c/
Dc_api.cc1439 if (attr_value.value_case() != tensorflow::AttrValue::kList && in TF_SetAttrValueProto()
1667 case tensorflow::AttrValue::kList: in TF_OperationGetAttrMetadata()
1773 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrStringList()
1806 if (attr->value_case() != tensorflow::AttrValue::kList) { \
1884 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrTensorShapeProtoList()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc961 case tensorflow::AttrValue::kList: in SetOpAttrValueScalar()

12