HomeSort by relevance Sort by last modified time
    Searched full:bindinfo (Results 1 - 13 of 13) sorted by null

  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11-sources.jar 
jaxb-xjc-2.2.11.jar 
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 16 CBindInfoEx &bindInfo)
18 bindInfo.Clear();
19 bindInfo.BindPairs.ClearAndSetSize(folder.BindPairs.Size());
23 NCoderMixer::CBindPair &bindPair = bindInfo.BindPairs[i];
28 bindInfo.Coders.ClearAndSetSize(folder.Coders.Size());
29 bindInfo.CoderMethodIDs.ClearAndSetSize(folder.Coders.Size());
34 NCoderMixer::CCoderStreamsInfo &coderStreamsInfo = bindInfo.Coders[i];
38 bindInfo.CoderMethodIDs[i] = coderInfo.MethodID;
41 bindInfo.OutStreams.Add(outStreamIndex);
43 bindInfo.InStreams.ClearAndSetSize(folder.PackStreams.Size());
    [all...]
7zEncode.cpp 22 static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBindInfo &bindInfo,
26 // bindInfo.CoderMethodIDs.Clear();
28 folder.BindPairs.SetSize(bindInfo.BindPairs.Size());
30 for (i = 0; i < bindInfo.BindPairs.Size(); i++)
33 const NCoderMixer::CBindPair &mixerBp = bindInfo.BindPairs[i];
37 folder.Coders.SetSize(bindInfo.Coders.Size());
38 for (i = 0; i < bindInfo.Coders.Size(); i++)
41 const NCoderMixer::CCoderStreamsInfo &coderStreamsInfo = bindInfo.Coders[i];
47 folder.PackStreams.SetSize(bindInfo.InStreams.Size());
48 for (i = 0; i < bindInfo.InStreams.Size(); i++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
downloadmgr.h 52 BINDINFO *pBindInfo,
84 BINDINFO *pBindInfo,
115 static FORCEINLINE HRESULT IDownloadManager_Download(IDownloadManager* This,IMoniker *pmk,IBindCtx *pbc,DWORD dwBindVerb,LONG grfBINDF,BINDINFO *pBindInfo,LPCOLESTR pszHeaders,LPCOLESTR pszRedir,UINT uiCP) {
129 BINDINFO *pBindInfo,
urlmon.h 787 } BINDINFO;
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.h 70 HRESULT SetBindInfo(const CBindInfo &bindInfo);
CoderMixer2MT.cpp 61 HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo)
63 _bindInfo = bindInfo;
CoderMixer2.h 172 virtual HRESULT SetBindInfo(const CBindInfo &bindInfo) = 0;
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 634 ZoneCoolerBindingInfo bindInfo = sZoneCoolerBindMap.get(zone.getZoneId());
635 if (bindInfo == null) {
639 bindInfo.setMaxStates(zone.getMaxStates());
640 bindInfo.setZoneToCoolDevBucketSize();
641 bindInfo.setCoolDevToThrottBucketSize();
660 ZoneCoolerBindingInfo bindInfo = sZoneCoolerBindMap.get(zone.getZoneId());
661 if (bindInfo != null) {
663 bindInfo.printMappedAttributes();
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 65 VkImageView *BindInfo();
vkrenderframework.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 2453 milliseconds