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

  /tools/tradefederation/core/prod-tests/src/com/android/build/tests/
ImageStats.java 54 private static final String LABEL_UNCATEGORIZED = "uncategorized";
80 + "There are 3 built-in aggregations: total, categorized and uncategorized.")
221 // ensure that the resulting label is not the same as the fixed "uncategorized" label
232 * times. The returned map will also include a fixed entry called "uncategorized" that adds the
266 // final pass for uncategorized files
267 long uncategorized = 0; local
269 uncategorized += stats.get(file);
281 ret.put(LABEL_UNCATEGORIZED, Long.toString(uncategorized));
283 ret.put(LABEL_CATEGORIZED, Long.toString(total - uncategorized));
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 56 milliseconds