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 295 unsigned oldTotal = total;
296 total = oldTotal + addend;
297 if (total < oldTotal)
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 467 Float oldTotal = rgbScores.get(bucket);
468 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 1308 milliseconds