HomeSort by relevance Sort by last modified time
    Searched defs:bindInfo (Results 1 - 3 of 3) sorted by null

  /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...]
  /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();
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 177 milliseconds