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

  /external/v8/
Makefile 280 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
286 CHECKS = $(addsuffix .check,$(BUILDS))
287 QUICKCHECKS = $(addsuffix .quickcheck,$(BUILDS))
296 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
318 $(BUILDS): $(OUTDIR)/Makefile.$$@
445 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 43 milliseconds