HomeSort by relevance Sort by last modified time
    Searched refs:oldTotal (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringConcatenate.h 392 unsigned oldTotal = total;
393 total = oldTotal + addend;
394 if (total < oldTotal)
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 481 Float oldTotal = rgbScores.get(bucket);
482 float newTotal = oldTotal == null ? score : oldTotal + score;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1050 milliseconds