/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/Bundles/SFXCon/ |
D | SfxCon.cpp | 141 kList enumerator 389 if (command.CommandType != NCommandType::kList) in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.h | 26 kList, enumerator
|
D | ArchiveCommandLine.cpp | 1118 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 88 case AttrValue::kList: { in SummarizeAttrValue() 501 case AttrValue::kList: { in HasPlaceHolder() 529 case AttrValue::kList: { in SubstitutePlaceholders()
|
D | function.cc | 465 } else if ((attr_value.value_case() == AttrValue::kList) && in Print()
|
/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/tensorflow/tensorflow/contrib/lite/toco/ |
D | tensorflow_util.cc | 186 } else if (attr.second.value_case() == AttrValue::kList) { in LogDumpGraphDef()
|
/external/skia/src/core/ |
D | SkCoverageDelta.h | 189 kList enumerator
|
D | SkScan_DAAPath.cpp | 364 record->fType = SkDAARecord::Type::kList; in DAAFillPath()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 576 || options.Command.CommandType == NCommandType::kList in Main2() 805 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.cc | 69 case AttrValue::kList: { in ExtractTensors()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1329 if (attr_value.value_case() != tensorflow::AttrValue::kList && in TF_SetAttrValueProto() 1557 case tensorflow::AttrValue::kList: in TF_OperationGetAttrMetadata() 1661 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrStringList() 1694 if (attr->value_case() != tensorflow::AttrValue::kList) { \ 1772 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrTensorShapeProtoList()
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 294 case MarkType::kList: in addDefinition() 757 && MarkType::kList != fParent->fMarkType in findDefinitions() 1487 case MarkType::kList: in typeName()
|
D | spellCheck.cpp | 211 case MarkType::kList: in check()
|
D | bookmaker.h | 114 kList, enumerator 1254 , { "List", nullptr, MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D } in BmhParser() 1449 , { nullptr, MarkType::kList } in IncludeParser()
|
D | mdOut.cpp | 887 case MarkType::kList: in markTypeOut() 1120 case MarkType::kList: in markTypeOut()
|
D | includeWriter.cpp | 130 case MarkType::kList: in descriptionOut()
|
/external/skia/tools/bookmaker/ |
D | bookmaker.cpp | 319 case MarkType::kList: in addDefinition() 857 && MarkType::kList != fParent->fMarkType in findDefinitions() 1584 case MarkType::kList: in typeName()
|
D | spellCheck.cpp | 206 case MarkType::kList: in check()
|
D | bookmaker.h | 115 kList, enumerator 1282 , { "List", nullptr, MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D } in BmhParser() 1480 , { nullptr, MarkType::kList } in IncludeParser()
|
D | mdOut.cpp | 916 case MarkType::kList: in markTypeOut() 1146 case MarkType::kList: in markTypeOut()
|
D | includeWriter.cpp | 164 case MarkType::kList: in descriptionOut()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 223 case AttrValue::kList: { in PrintAttrValue()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 493 case tensorflow::AttrValue::kList: in SetOpAttrScalarDefault()
|