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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 96 float totalWeight = 0;
135 totalWeight += weight;
160 totalWeight *= 1.01F;
181 totalWeight *= 0.9F;
183 totalWeight *= 0.5F;
186 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
  /external/v8/tools/
profile.js 352 root.totalWeight += node.totalWeight;
357 rec.totalWeight += node.totalWeight;
378 counters.getRoot().totalWeight = root.totalWeight;
697 CallTree.Node.prototype.totalWeight = 0;
717 var totalWeight = this.selfWeight;
719 totalWeight += child.computeTotalWeight(); });
720 return this.totalWeight = totalWeight
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 623 float totalWeight = 0;
657 totalWeight += lp.weight;
683 totalWeight == 0 ? mTotalLength : 0);
793 if (delta != 0 && totalWeight > 0.0f) {
794 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 425 milliseconds