HomeSort by relevance Sort by last modified time
    Searched refs:getWeight (Results 1 - 25 of 36) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 59 public int getWeight() {
DNSJavaResolver.java 57 int weight = srvRecord.getWeight();
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 129 (*next)->getWeight() <= pathNumber && // weight must be <= pathNumber
130 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
145 increment -= next->getWeight();
183 increment -= next->getWeight();
PathNumbering.cpp 188 unsigned BallLarusEdge::getWeight() {
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 190 if (r.getWeight() > 0)
195 running_total += (r.getWeight() + zeroWeight);
  /external/smack/src/org/xbill/DNS/
SRVRecord.java 85 getWeight() {
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 133 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/
PathNumbering.h 153 unsigned getWeight();
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 559 public abstract int getWeight();
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 639 int getWeight();
686 public int getWeight() {
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 698 public int getWeight() {
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
    [all...]
ServiceInfoImpl.java 220 this._weight = info.getWeight();
582 * @see javax.jmdns.ServiceInfo#getWeight()
585 public int getWeight() {
887 _weight = srv.getWeight();
    [all...]
JmDNSImpl.java 772 cachedInfo = new ServiceInfoImpl(map, cachedServiceEntryInfo.getPort(), cachedServiceEntryInfo.getWeight(), cachedServiceEntryInfo.getPriority(), persistent, (byte[]) null);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 546 chord->setIncrement(chord->getIncrement() + chord->getWeight());
862 f->getWeight(), f->getSource(), f);
867 f->getWeight(), f->getTarget(), f);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 205 unsigned getWeight(const CodeGenRegBank &RegBank) const;
CodeGenRegisters.cpp 535 unsigned CodeGenRegister::getWeight(const CodeGenRegBank &RegBank) const {
    [all...]
RegisterInfoEmitter.cpp 177 OS << " {" << (*Regs.begin())->getWeight(RegBank)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 340 private float getWeight(Element linearLayoutChild) {
362 sum += getWeight(child);
418 float weight = getWeight(child);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 747 focusAreas[0]->tAlgoAreas[n].nPriority = mFocusAreas.itemAt(n)->getWeight();
OMX3A.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 161 size_t getWeight()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 1406 milliseconds

1 2