Searched refs:formatIndex (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp64 int formatIndex = FindFormatCalssId(clsid); local
65 if (formatIndex < 0)
68 const CArcInfo &arc = *g_Arcs[formatIndex];
86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) argument
89 if (formatIndex >= g_NumArcs)
91 const CArcInfo &arc = *g_Arcs[formatIndex];
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h38 int formatIndex,
45 int formatIndex,
H A DLoadCodecs.h188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const argument
190 const CArcInfoEx &ai = Formats[formatIndex];
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const argument
204 const CArcInfoEx &ai = Formats[formatIndex];
H A DOpenArchive.cpp108 int formatIndex,
123 if (formatIndex >= 0)
124 orderIndices.Add(formatIndex);
329 int formatIndex,
356 return OpenStream(codecs, formatIndex, stream, seqStream, callback);
392 int formatIndex = -1; local
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1];
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback));
452 HRESULT result = arc2.OpenStream(codecs, formatIndex, subStream, NULL, callback);
106 OpenStream( CCodecs *codecs, int formatIndex, IInStream *stream, ISequentialInStream *seqStream, IArchiveOpenCallback *callback) argument
327 OpenStreamOrFile( CCodecs *codecs, int formatIndex, bool stdInMode, IInStream *stream, IArchiveOpenCallback *callback) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp435 for (unsigned int formatIndex = 0; formatIndex < numRenderFormats; formatIndex++)
437 const d3d9::D3DFormat &renderTargetFormatInfo = d3d9::GetD3DFormatInfo(RenderTargetFormats[formatIndex]);
451 newConfig.fastConfig = (currentDisplayMode.Format == RenderTargetFormats[formatIndex]);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp339 for (unsigned int formatIndex = 0; formatIndex < numRenderFormats; formatIndex++)
341 const d3d11::DXGIFormat &renderTargetFormatInfo = d3d11::GetDXGIFormatInfo(RenderTargetFormats[formatIndex]);
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js1922 var formatIndex = 0;
1928 for (var formatIndex = 0; formatIndex < format.length;) {
1929 if (format[formatIndex] === '%' && format[formatIndex+1] == 'n') {
1933 formatIndex += 2;
1937 if (format[formatIndex] === '%' && format[formatIndex+1] == 'c') {
1943 formatIndex += 2;
1953 if (format[formatIndex]
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2984 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]
[all...]

Completed in 649 milliseconds