HomeSort by relevance Sort by last modified time
    Searched refs:formatIndex (Results 1 - 19 of 19) sorted by null

  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 68 int formatIndex = FindFormatCalssId(clsid);
69 if (formatIndex < 0)
72 const CArcInfo &arc = *g_Arcs[formatIndex];
90 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
94 if (formatIndex >= g_NumArcs)
96 const CArcInfo &arc = *g_Arcs[formatIndex];
142 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc)
145 if (formatIndex >= g_NumArcs)
147 *isArc = g_Arcs[formatIndex]->IsArc;
IArchive.h 463 typedef HRESULT (WINAPI *Func_GetIsArc)(UInt32 formatIndex, Func_IsArc *isArc);
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 70 UInt32 FormatIndex;
204 const wchar_t *GetFormatNamePtr(int formatIndex)
206 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name;
251 HRESULT CreateInArchive(unsigned formatIndex, CMyComPtr<IInArchive> &archive) const
253 const CArcInfoEx &ai = Formats[formatIndex];
270 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const
272 const CArcInfoEx &ai = Formats[formatIndex];
OpenArchive.cpp 46 - formatIndex >= 0 (exact Format)
50 - formatIndex = -1 (Parser:0) (default)
53 - formatIndex = -2 (#1)
77 - formatIndex = -3 (#2)
81 - formatIndex = -4 (#3)
84 - formatIndex = -5 (#4)
139 int FormatIndex;
1040 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive)
1043 // PrintNumber("formatIndex", formatIndex);
    [all...]
Update.cpp 347 if (MethodMode.Type.FormatIndex < 0)
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
354 if (MethodMode.Type.FormatIndex >= 0)
364 int formatIndex = MethodMode.Type.FormatIndex;
365 if (formatIndex < 0)
371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
487 int formatIndex = options.MethodMode.Type.FormatIndex;
490 formatIndex = arc->FormatIndex;
    [all...]
OpenArchive.h 52 int FormatIndex;
79 FormatIndex(-1),
146 // if FormatIndex == ErrorFormatIndex, the archive is open with offset
217 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
237 int FormatIndex; // - 1 means Parser.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js     [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
lua_binarytrees.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 970 milliseconds