OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILDS
(Results
1 - 5
of
5
) 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/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
238
BUILDS
= $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
244
CHECKS = $(addsuffix .check,$(
BUILDS
))
252
$(ARCHES) $(MODES) $(
BUILDS
) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
269
@echo "V8 does not support big-endian MIPS
builds
at the moment," \
270
"please use little-endian
builds
(mipsel)."
279
$(
BUILDS
): $(OUTDIR)/Makefile.$$@
381
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 5044 milliseconds