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

  /external/v8/
Makefile 126 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
128 CHECKS = $(addsuffix .check,$(BUILDS))
133 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
147 $(BUILDS): $(OUTDIR)/Makefile-$$(basename $$@)
  /external/chromium_org/v8/
Makefile 228 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
234 CHECKS = $(addsuffix .check,$(BUILDS))
241 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
258 @echo "V8 does not support big-endian MIPS builds at the moment," \
259 "please use little-endian builds (mipsel)."
268 $(BUILDS): $(OUTDIR)/Makefile.$$(basename $$@)
  /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