Searched refs:getWeight (Results 1 - 20 of 20) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/dns/
H A DSRVRecord.java59 public int getWeight() { method in class:SRVRecord
H A DDNSJavaResolver.java57 int weight = srvRecord.getWeight();
/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp129 (*next)->getWeight() <= pathNumber && // weight must be <= pathNumber
130 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
145 increment -= next->getWeight();
183 increment -= next->getWeight();
H A DPathNumbering.cpp188 unsigned BallLarusEdge::getWeight() { function in class:BallLarusEdge
/external/smack/src/org/jivesoftware/smack/util/
H A DDNSUtil.java190 if (r.getWeight() > 0)
195 running_total += (r.getWeight() + zeroWeight);
/external/smack/src/org/xbill/DNS/
H A DSRVRecord.java85 getWeight() { method in class:SRVRecord
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DProber.java133 newOut = this.addAuthoritativeAnswer(newOut, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriority(), info.getWeight(), info.getPort(), this.getDns().getLocalHost()
/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h153 unsigned getWeight();
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java559 public abstract int getWeight(); method in class:ServiceInfo
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java639 int getWeight(); method in interface:LocalCache.ValueReference
686 public int getWeight() {
1645 public int getWeight() { method in class:LocalCache.WeakValueReference
1692 public int getWeight() { method in class:LocalCache.SoftValueReference
1741 public int getWeight() { method in class:LocalCache.StrongValueReference
1787 public int getWeight() { method in class:LocalCache.WeightedWeakValueReference
1811 public int getWeight() { method in class:LocalCache.WeightedSoftValueReference
1833 public int getWeight() { method in class:LocalCache.WeightedStrongValueReference
2673 totalWeight -= valueReference.getWeight();
2706 int weight = e.getValueReference().getWeight();
3522 public int getWeight() { method in class:LocalCache.LoadingValueReference
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java698 public int getWeight() { method in class:DNSRecord.Service
728 DNSRecord.Service localService = new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns.getLocalHost().getName());
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns
H A DServiceInfoImpl.java220 this._weight = info.getWeight();
582 * @see javax.jmdns.ServiceInfo#getWeight()
585 public int getWeight() { method in class:ServiceInfoImpl
887 _weight = srv.getWeight();
H A DJmDNSImpl.java772 cachedInfo = new ServiceInfoImpl(map, cachedServiceEntryInfo.getPort(), cachedServiceEntryInfo.getWeight(), cachedServiceEntryInfo.getPriority(), persistent, (byte[]) null);
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp546 chord->setIncrement(chord->getIncrement() + chord->getWeight());
862 f->getWeight(), f->getSource(), f);
867 f->getWeight(), f->getTarget(), f);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h190 unsigned getWeight(const CodeGenRegBank &RegBank) const;
H A DCodeGenRegisters.cpp573 unsigned CodeGenRegister::getWeight(const CodeGenRegBank &RegBank) const { function in class:CodeGenRegister
1350 && (*RegI)->getWeight(RegBank) == I->Weight)
1394 unsigned RegWeight = Reg->getWeight(RegBank);
H A DRegisterInfoEmitter.cpp179 OS << " {" << (*Regs.begin())->getWeight(RegBank)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2627 public int getWeight() { method in class:LocalCacheTest.DummyValueReference
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 468 milliseconds