HomeSort by relevance Sort by last modified time
    Searched refs:BUILDS (Results 1 - 7 of 7) 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/ltp/tools/pounder21/
libpounder.sh 25 export BUILDS=`/bin/ls build_scripts/`
Install 109 # start builds...
110 for i in $BUILDS
  /external/v8/
Makefile 281 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
285 CHECKS = $(addsuffix .check,$(BUILDS))
286 QUICKCHECKS = $(addsuffix .quickcheck,$(BUILDS))
294 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
314 $(BUILDS): $(OUTDIR)/Makefile.$$@
422 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 33 // DO NOT CHANGE THIS DATA TO FIX BUILDS.
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 33 // DO NOT CHANGE THIS DATA TO FIX BUILDS.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 705 milliseconds