/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NoisyVelocityTracker.java | 73 float totalweight = 0f; local 98 totalweight += weight; 104 if (totalweight > 0) { 105 mVX /= totalweight; 106 mVY /= totalweight;
|
/external/chromium_org/v8/tools/ |
profile_view.js | 53 var totalWeight = node.totalWeight * samplingRate; 57 selfWeight = totalWeight; 62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
|
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...] |
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 102 float totalWeight = 0; 143 totalWeight += weight; 172 totalWeight *= 1.01F; 190 totalWeight *= 0.5F; 192 li.weight = normalize(totalWeight, li.getSize());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
PiecewiseLinearIndentationFunctor.java | 68 int totalWeight = 0; 71 totalWeight += (mMaxItemsInStack - i - 1) * (mMaxItemsInStack - i - 1); 72 mBaseValues.add((float) totalWeight / sumOfSquares);
|
/external/chromium_org/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/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 309 float totalWeight = 0; 320 totalWeight += weight; 325 Slog.d(TAG, "calculateAmbientLux: totalWeight=" + totalWeight + 326 ", newAmbientLux=" + (sum / totalWeight)); 328 return sum / totalWeight;
|
/external/llvm/lib/Transforms/Scalar/ |
SampleProfile.cpp | 768 unsigned TotalWeight = 0; 776 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); 784 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); 817 if (TotalWeight > BBWeight) { 818 BBWeight = TotalWeight; 829 if (BBWeight >= TotalWeight [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 662 float totalWeight = 0; 697 totalWeight += lp.weight; 724 totalWeight == 0 ? mTotalLength : 0); 835 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) { 836 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight; [all...] |
GridLayout.java | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
LinearLayoutCompat.java | 596 float totalWeight = 0; 631 totalWeight += lp.weight; 658 totalWeight == 0 ? mTotalLength : 0); 770 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) { 771 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight; [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | [all...] |
/external/chromium_org/ui/keyboard/resources/ |
main.js | 367 var totalWeight = stretchWeightBeforeSpace + 373 var pixelsPerWeight = widthForKeys/totalWeight;
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | [all...] |
/prebuilts/sdk/current/support/v7/gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |