/external/lzma/CPP/7zip/Archive/ |
ArchiveExports.cpp | 64 int formatIndex = FindFormatCalssId(clsid);
65 if (formatIndex < 0)
68 const CArcInfo &arc = *g_Arcs[formatIndex];
86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
89 if (formatIndex >= g_NumArcs)
91 const CArcInfo &arc = *g_Arcs[formatIndex];
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
Stopwatches.java | 122 int formatIndex; 132 formatIndex = 4; 134 formatIndex = 3; 136 formatIndex = 2; 138 formatIndex = 1; 140 formatIndex = 0; 142 return String.format(formats[formatIndex], hours, minutes,
|
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.h | 23 int FormatIndex;
38 int formatIndex,
45 int formatIndex,
|
LoadCodecs.h | 45 UInt32 FormatIndex;
188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const
190 const CArcInfoEx &ai = Formats[formatIndex];
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
204 const CArcInfoEx &ai = Formats[formatIndex];
|
OpenArchive.cpp | 108 int formatIndex,
123 if (formatIndex >= 0)
124 orderIndices.Add(formatIndex);
269 FormatIndex = orderIndices[i];
270 RINOK(codecs->CreateInArchive(FormatIndex, archive));
285 // OutputDebugStringW(codecs->Formats[FormatIndex].Name);
311 const CArcInfoEx &format = codecs->Formats[FormatIndex];
329 int formatIndex,
356 return OpenStream(codecs, formatIndex, stream, seqStream, callback);
392 int formatIndex = -1; [all...] |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | [all...] |
/external/chromium_org/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | [all...] |
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
Renderer11.cpp | 445 for (unsigned int formatIndex = 0; formatIndex < numRenderFormats; formatIndex++) 449 DXGI_FORMAT renderTargetFormat = RenderTargetFormats[formatIndex]; [all...] |
Renderer9.cpp | 536 for (unsigned int formatIndex = 0; formatIndex < numRenderFormats; formatIndex++) 538 D3DFORMAT renderTargetFormat = RenderTargetFormats[formatIndex]; [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |