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

  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
RagdollUtils.java 70 float maxWeight = 0;
77 maxWeight = -1;
80 if (weight > maxWeight) {
81 maxWeight = weight;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 142 long maxWeight = subProcs.get(0).mWeight;
145 if (subProcs.get(i).mWeight < (maxWeight/2)) {
ProcessStatsUi.java 555 long maxWeight = 1;
558 if (maxWeight < proc.mWeight) {
559 maxWeight = proc.mWeight;
562 mMaxWeight = maxWeight;
568 final double percentOfWeight = (((double)proc.mWeight) / maxWeight) * 100;
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 188 final long maxWeight;
242 maxWeight = builder.getMaximumWeight();
260 initialCapacity = Math.min(initialCapacity, (int) maxWeight);
264 // (segmentCount <= maxWeight)
265 // && (concurrencyLevel > maxWeight || segmentCount > concurrencyLevel)
269 && (!evictsBySize() || customWeigher() || segmentCount * 2 <= maxWeight)) {
290 long maxSegmentWeight = maxWeight / segmentCount + 1;
291 long remainder = maxWeight % segmentCount;
308 return maxWeight >= 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 244 milliseconds