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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Progress.js 128 done += child._weight * child._worked / child._totalWork;
129 totalWeights += child._weight;
147 this._weight = weight || 1;
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 642 private final int _weight; field in class:DNSRecord.Service
649 this._weight = weight;
657 out.writeShort(_weight);
675 dout.writeShort(_weight);
699 return this._weight;
715 return (_priority == s._priority) && (_weight == s._weight) && (_port == s._port) && _server.equals(s._server);
811 return new ServiceInfoImpl(this.getQualifiedNameMap(), _port, _weight, _priority, persistent, _server);
    [all...]
ServiceInfoImpl.java 52 private int _weight; field in class:ServiceInfoImpl
195 this._weight = weight;
220 this._weight = info.getWeight();
586 return _weight;
887 _weight = srv.getWeight();
    [all...]
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 138 : _source(source), _target(target), _weight(0), _edgeType(NORMAL),
184 unsigned _weight; member in class:llvm::BallLarusEdge
  /external/llvm/lib/Analysis/
PathNumbering.cpp 189 return(_weight);
194 _weight = weight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 70 private static final String ACTION_WEIGHT = "_weight"; //$NON-NLS-1$
    [all...]

Completed in 565 milliseconds