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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 213 * The list of all the builds stored in the database.
215 private static String[] BUILDS;
372 BUILDS = null;
402 * @return The id of the build (ie. the index in the {@link #BUILDS} list)
405 if (BUILDS == null) return -1;
406 return Arrays.binarySearch(BUILDS, name, Util.BUILD_DATE_COMPARATOR);
416 if (BUILDS == null) return null;
417 return BUILDS[id];
421 * Returns all the builds names read from the database.
423 * @return The list of all builds names matching the scenario pattern used while reading dat
    [all...]
  /external/chromium_org/v8/
Makefile 241 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
247 CHECKS = $(addsuffix .check,$(BUILDS))
248 QUICKCHECKS = $(addsuffix .quickcheck,$(BUILDS))
257 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
280 $(BUILDS): $(OUTDIR)/Makefile.$$@
400 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 498 milliseconds