/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()
|
D | IArchive.h | 595 typedef HRESULT (WINAPI *Func_GetIsArc)(UInt32 formatIndex, Func_IsArc *isArc);
|
/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()
|
D | OpenArchive.h | 263 …HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive…
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 656 …DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr() argument 658 …= (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH) ? optypeimageFormatMismatchSpirvFormat[formatIndex] : in getImageSamplerTypeStr() 780 for (deUint32 formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest() local 785 …((DescriptorType)descNdx, (ReadOp)opNdx, DEPTH_PROPERTY_NON_DEPTH, (TestType)testNdx, formatIndex); in addComputeImageSamplerTest() 919 testname = testname + string("_") + string(optypeimageFormatMismatchCase[formatIndex]); in addComputeImageSamplerTest() 930 …Type, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) in generateGraphicsImageSamplerSource() argument 935 …mplerTypes = getImageSamplerTypeStr(descriptorType, readOp, depthProperty, testType, formatIndex); in generateGraphicsImageSamplerSource() 1075 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest() local 1078 …stNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH ? optypeimageFormatMismatchCase[formatIndex] : getTestTypeN… in addGraphicsImageSamplerTest() 1106 …testNdx, DEPTH_PROPERTY_NON_DEPTH, (deUint32)resources.inputs.size(), (formatIndex + 1) % optypeim… in addGraphicsImageSamplerTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotBroadcastTests.cpp | 564 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsBallotBroadcastTests() local 566 const VkFormat format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsShuffleTests.cpp | 626 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local 628 const VkFormat format = formats[formatIndex]; in createSubgroupsShuffleTests()
|
D | vktSubgroupsQuadTests.cpp | 704 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local 706 const VkFormat format = formats[formatIndex]; in createSubgroupsQuadTests()
|
D | vktSubgroupsClusteredTests.cpp | 799 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local 801 const VkFormat format = formats[formatIndex]; in createSubgroupsClusteredTests()
|
D | vktSubgroupsPartitionedTests.cpp | 960 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local 962 const VkFormat format = formats[formatIndex]; in createSubgroupsPartitionedTests()
|
D | vktSubgroupsArithmeticTests.cpp | 969 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsArithmeticTests() local 971 const VkFormat format = formats[formatIndex]; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsVoteTests.cpp | 745 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsVoteTests() local 747 const VkFormat format = formats[formatIndex]; in createSubgroupsVoteTests()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2318 int formatIndex = 0; in writeObject() local 2321 out.writeInt(formatIndex); in writeObject() 2324 ++formatIndex; in writeObject() 2350 int formatIndex = in.readInt(); in readObject() local 2352 setFormat(formatIndex, formatter); in readObject()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2365 int formatIndex = 0; in writeObject() local 2368 out.writeInt(formatIndex); in writeObject() 2371 ++formatIndex; in writeObject() 2397 int formatIndex = in.readInt(); in readObject() local 2399 setFormat(formatIndex, formatter); in readObject()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 1363 for (GLint formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(testedFormats); formatIndex++) in init() local 1365 const FormatInfo& formatInfo = testedFormats[formatIndex]; in init()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 2984 var formatIndex = 0; 2990 for (var formatIndex = 0; formatIndex < format.length;) { 2991 if (format[formatIndex] === '%' && format[formatIndex+1] == 'n') { 2995 formatIndex += 2; 2999 if (format[formatIndex] === '%' && format[formatIndex+1] == 'c') { 3005 formatIndex += 2; 3015 if (format[formatIndex] === '%') { 3016 formatIndex++; 3018 if (format[formatIndex] == '*') { 3020 formatIndex++; [all …]
|