/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | nack_unittest.cc | 32 constexpr uint16_t kList[] = {0, 1, 3, 8, 16}; variable 33 constexpr size_t kListLength = sizeof(kList) / sizeof(kList[0]); 64 nack.SetPacketIds(kList, kListLength); in TEST() 79 EXPECT_THAT(const_parsed.packet_ids(), ElementsAreArray(kList)); in TEST() 125 const uint16_t kList[] = {1, 100, 200, 300, 400}; in TEST() local 126 const uint16_t kListLength = sizeof(kList) / sizeof(kList[0]); in TEST() 129 nack.SetPacketIds(kList, kListLength); in TEST() 154 const uint16_t kList[] = {1}; in TEST() local 159 nack.SetPacketIds(kList, 1); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | pytree.cc | 95 if (PyList_CheckExact(ptr)) return Kind::kList; in GetKind() 130 } else if (node.kind == Kind::kList) { in FlattenInto() 215 case Kind::kList: in Unflatten() 265 case Kind::kList: { in MakeNode() 338 case Kind::kList: { in FlattenUpTo() 459 case Kind::kList: in Walk() 597 case Kind::kList: in ToString()
|
D | pytree.h | 151 kList, // A list enumerator
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.h | 25 kList, enumerator
|
D | ArchiveCommandLine.cpp | 1049 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 142 kList enumerator 393 if (command.CommandType != NCommandType::kList) in Main2()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender_unittest.cc | 341 const uint16_t kList[] = {0, 1, 16}; in TEST_F() local 343 ABSL_ARRAYSIZE(kList), kList)); in TEST_F() 381 const uint16_t kList[] = {0, 1, 16}; in TEST_F() local 383 ABSL_ARRAYSIZE(kList), kList), in TEST_F()
|
/external/skqp/tools/bookmaker/ |
D | hackParser.cpp | 75 || MarkType::kList == def->fMarkType in replaceWithPop()
|
D | bookmaker.h | 130 kList, enumerator
|
D | spellCheck.cpp | 221 case MarkType::kList: in check()
|
D | bmhParser.cpp | 68 , { "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()
|
D | mdOut.cpp | 1487 case MarkType::kList: in markTypeOut() 1909 case MarkType::kList: in markTypeOut()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | convert_attr.cc | 51 case AttrValue::kList: { in ConvertNonFuncAttributeValue()
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 245 case AttrValue::kList: { in SummarizeAttrValue() 606 case AttrValue::kList: { in HasPlaceHolder() 634 case AttrValue::kList: { in SubstitutePlaceholders()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tensorflow_util.cc | 186 } else if (attr.second.value_case() == AttrValue::kList) { in LogDumpGraphDef()
|
/external/tensorflow/tensorflow/c/ |
D | kernels.cc | 305 case tensorflow::AttrValue::kList: in TF_OpKernelConstruction_GetAttrSize() 370 if (attr->value_case() != tensorflow::AttrValue::kList) { \
|
D | c_api.cc | 1017 if (attr_value.value_case() != tensorflow::AttrValue::kList && in TF_SetAttrValueProto() 1256 case tensorflow::AttrValue::kList: in TF_OperationGetAttrMetadata() 1362 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrStringList() 1396 if (attr->value_case() != tensorflow::AttrValue::kList) { \ 1474 if (attr->value_case() != tensorflow::AttrValue::kList) { in TF_OperationGetAttrTensorShapeProtoList()
|
/external/skqp/src/core/ |
D | SkCoverageDelta.h | 190 kList, enumerator
|
D | SkScan_DAAPath.cpp | 375 record->fType = SkDAARecord::Type::kList; in DAAFillPath()
|
/external/tensorflow/tensorflow/python/framework/ |
D | op_def_util.cc | 353 case tensorflow::AttrValue::kList: in AttrValueToPyObject()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 585 || options.Command.CommandType == NCommandType::kList in Main2() 814 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_cluster_util.cc | 409 } else if (attr_value.value_case() == AttrValue::kList) { in GetCallTargetListFromNode()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.cc | 66 case AttrValue::kList: { in ExtractTensors()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 230 case AttrValue::kList: { in PrintAttrValue() 751 if (default_value.value_case() == AttrValue::kList && in GetOpAttrStruct()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 1058 case tensorflow::AttrValue::kList: { in SetOpAttrValueScalar()
|