HomeSort by relevance Sort by last modified time
    Searched refs:totalWeight (Results 1 - 13 of 13) 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...]
profile_view.js 53 var totalWeight = node.totalWeight * samplingRate;
57 selfWeight = totalWeight;
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
  /external/v8/test/mjsunit/tools/
profile.js 194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack);
289 assertEquals(testDriver.root.total, flatProfileRoot.totalWeight);
298 assertEquals(reference.total, rec.totalWeight, 'total of ' + rec.label);
335 assertEquals(5, flatProfileRoot.totalWeight);
344 assertEquals(reference[1], rec.totalWeight, 'total of ' + rec.label);
  /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-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /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 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 971 milliseconds