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

  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 130 (*next)->getWeight() <= pathNumber && // weight must be <= pathNumber
131 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
146 increment -= next->getWeight();
184 increment -= next->getWeight();
PathNumbering.cpp 189 unsigned BallLarusEdge::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 547 chord->setIncrement(chord->getIncrement() + chord->getWeight());
863 f->getWeight(), f->getSource(), f);
868 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 189 unsigned getWeight(const CodeGenRegBank &RegBank) const;
CodeGenRegisters.cpp 565 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 342 private float getWeight(Element linearLayoutChild) {
364 sum += getWeight(child);
420 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 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2620 milliseconds