HomeSort by relevance Sort by last modified time
    Searched refs:totalWeight (Results 1 - 25 of 69) sorted by null

1 2 3

  /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/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFiller.java 58 int totalWeight = 0;
60 totalWeight += size.getWeight();
63 final float bytesPerWeight = maxSize / (float) totalWeight;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 137 float totalWeight = 0;
180 totalWeight += weight;
209 totalWeight *= 1.01F;
227 totalWeight *= 0.5F;
229 li.weight = normalize(totalWeight, li.getSize(), numInstr);
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 158 float totalWeight = 0.0f;
180 if (totalWeight < c_TB && dist2 < c_Tb * var)
236 totalWeight += weight;
241 totalWeight = 1.f / totalWeight;
243 gmm_weight(mode * frame.rows + y, x) *= totalWeight;
389 float totalWeight = 0.0f;
398 totalWeight += weight;
400 if(totalWeight > c_TB)
404 meanVal = meanVal * (1.f / totalWeight);
    [all...]
mog.cu 375 float totalWeight = 0.0f;
384 totalWeight += weight;
386 if(totalWeight > backgroundRatio)
390 meanVal = meanVal * (1.f / totalWeight);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolatingFunction.java 219 double totalWeight = 0;
225 totalWeight += iV;
229 return value / totalWeight;
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 582 float totalWeight = 0.f;
620 if( totalWeight < TB && dist2 < Tb*var )
675 totalWeight += weight;
681 totalWeight = 1.f/totalWeight;
684 gmm[mode].weight *= totalWeight;
    [all...]
  /external/v8/tools/
profile.js 371 root.totalWeight += node.totalWeight;
376 rec.totalWeight += node.totalWeight;
397 counters.getRoot().totalWeight = root.totalWeight;
736 CallTree.Node.prototype.totalWeight = 0;
756 var totalWeight = this.selfWeight;
758 totalWeight += child.computeTotalWeight(); });
759 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);
  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 357 float totalWeight = 0;
368 totalWeight += weight;
373 Slog.d(TAG, "calculateAmbientLux: totalWeight=" + totalWeight +
374 ", newAmbientLux=" + (sum / totalWeight));
376 return sum / totalWeight;
  /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/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 594 float totalWeight = 0;
629 totalWeight += lp.weight;
656 totalWeight == 0 ? mTotalLength : 0);
768 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
769 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 698 float totalWeight = 0;
733 totalWeight += lp.weight;
757 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
    [all...]
GridLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 648 float totalWeight = 0;
683 totalWeight += lp.weight;
710 totalWeight == 0 ? mTotalLength : 0);
821 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
822 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [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/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 582 milliseconds

1 2 3