/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 70 int formatIndex = FindFormatCalssId(clsid); in CreateArchiver() 71 if (formatIndex < 0) in CreateArchiver() 74 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver() 92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2() argument 96 if (formatIndex >= g_NumArcs) in GetHandlerProperty2() 98 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2() 144 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc) in GetIsArc() argument 147 if (formatIndex >= g_NumArcs) in GetIsArc() 149 *isArc = g_Arcs[formatIndex]->IsArc; in GetIsArc()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 307 const wchar_t *GetFormatNamePtr(int formatIndex) const in GetFormatNamePtr() argument 309 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name; in GetFormatNamePtr() 357 HRESULT CreateInArchive(unsigned formatIndex, CMyComPtr<IInArchive> &archive) const in CreateInArchive() argument 359 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive() 376 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() argument 378 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
|
D | OpenArchive.cpp | 1274 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen() argument 1279 RINOK(op.codecs->CreateInArchive(formatIndex, archive)); in PrepareToOpen() 1287 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() 1305 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() 1620 int formatIndex = op.openType.FormatIndex; in OpenStream2() local 1622 if (formatIndex >= 0) in OpenStream2() 1625 orderIndices.Add(formatIndex); in OpenStream2() 1627 isMainFormatArr[(unsigned)formatIndex] = true; in OpenStream2() 1839 if (formatIndex >= 0) in OpenStream2() 1977 if (formatIndex < 0) in OpenStream2() [all …]
|
D | Update.cpp | 388 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath() local 389 if (formatIndex < 0) in SetArcPath() 395 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath() 530 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress() local 534 formatIndex = arc->FormatIndex; in Compress() 535 if (formatIndex < 0) in Compress() 544 RINOK(codecs->CreateOutArchive(formatIndex, outArchive)); in Compress() 579 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 657 …DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr() argument 659 …= (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH) ? optypeimageFormatMismatchSpirvFormat[formatIndex] : in getImageSamplerTypeStr() 781 for (deUint32 formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest() local 786 …((DescriptorType)descNdx, (ReadOp)opNdx, DEPTH_PROPERTY_NON_DEPTH, (TestType)testNdx, formatIndex); in addComputeImageSamplerTest() 920 testname = testname + string("_") + string(optypeimageFormatMismatchCase[formatIndex]); in addComputeImageSamplerTest() 931 …Type, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) in generateGraphicsImageSamplerSource() argument 936 …mplerTypes = getImageSamplerTypeStr(descriptorType, readOp, depthProperty, testType, formatIndex); in generateGraphicsImageSamplerSource() 1076 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest() local 1079 …stNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH ? optypeimageFormatMismatchCase[formatIndex] : getTestTypeN… in addGraphicsImageSamplerTest() 1107 …PTH_PROPERTY_NON_DEPTH, (deUint32)resources.inputs.size(), (deUint32)((formatIndex + 1) % optypeim… in addGraphicsImageSamplerTest() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 223 for (size_t formatIndex = 0; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in initialize() local 225 vk::Format &format = mFormatData[formatIndex]; in initialize() 226 const auto formatID = static_cast<angle::FormatID>(formatIndex); in initialize()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBallotBroadcastTests.cpp | 545 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsBallotBroadcastTests() local 547 const Format format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
|
D | glcSubgroupsQuadTests.cpp | 685 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local 687 const Format format = formats[formatIndex]; in createSubgroupsQuadTests()
|
D | glcSubgroupsShuffleTests.cpp | 613 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local 615 const Format format = formats[formatIndex]; in createSubgroupsShuffleTests()
|
D | glcSubgroupsClusteredTests.cpp | 781 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local 783 const Format format = formats[formatIndex]; in createSubgroupsClusteredTests()
|
D | glcSubgroupsPartitionedTests.cpp | 890 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local 892 const Format format = formats[formatIndex]; in createSubgroupsPartitionedTests()
|
D | glcSubgroupsArithmeticTests.cpp | 953 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsArithmeticTests() local 955 const Format format = formats[formatIndex]; in createSubgroupsArithmeticTests()
|
D | glcSubgroupsVoteTests.cpp | 745 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsVoteTests() local 747 const Format format = formats[formatIndex]; in createSubgroupsVoteTests()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsQuadTests.cpp | 337 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local 339 const VkFormat format = formats[formatIndex]; in createSubgroupsQuadTests()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 391 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local 393 const VkFormat format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsShuffleTests.cpp | 606 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local 608 const VkFormat format = formats[formatIndex]; in createSubgroupsShuffleTests()
|
D | vktSubgroupsClusteredTests.cpp | 572 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local 574 const VkFormat format = formats[formatIndex]; in createSubgroupsClusteredTests()
|
D | vktSubgroupsArithmeticTests.cpp | 757 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local 759 const VkFormat format = formats[formatIndex]; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsVoteTests.cpp | 785 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local 787 const VkFormat format = formats[formatIndex]; in createSubgroupsVoteTests()
|
D | vktSubgroupsPartitionedTests.cpp | 1029 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local 1031 const VkFormat format = formats[formatIndex]; in createSubgroupsPartitionedTests()
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 241 int formatIndex = in validateAttributes() local 244 if (formatIndex < 0) in validateAttributes() 251 kIOSurfaceFormats[formatIndex].componentBytes) in validateAttributes()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 184 int formatIndex = 187 if (formatIndex < 0) 194 kIOSurfaceFormats[formatIndex].componentBytes)
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | IOSurfaceSurfaceEAGL.mm | 300 int formatIndex = 303 if (formatIndex < 0) 310 kIOSurfaceFormats[formatIndex].componentBytes)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2399 int formatIndex = 0; in writeObject() local 2402 out.writeInt(formatIndex); in writeObject() 2405 ++formatIndex; in writeObject() 2431 int formatIndex = in.readInt(); in readObject() local 2433 setFormat(formatIndex, formatter); in readObject()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2327 int formatIndex = 0; in writeObject() local 2330 out.writeInt(formatIndex); in writeObject() 2333 ++formatIndex; in writeObject() 2359 int formatIndex = in.readInt(); in readObject() local 2361 setFormat(formatIndex, formatter); in readObject()
|