OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prebuild
(Results
1 - 13
of
13
) sorted by null
/art/test/116-nodex2oat/
run
19
# This test is supposed to test without oat files, so doesn't work for
prebuild
. Make sure that
21
# Note:
prebuild
is the default.
22
if [[ "${flags}" == *--
prebuild
* || "${flags}" != *--no-
prebuild
* ]] ; then
23
echo "Test 116-nodex2oat cannot run in
prebuild
mode."
/art/test/117-nopatchoat/
run
17
# ensure flags includes
prebuild
and relocate. It doesn't make sense unless we
21
# This test is supposed to test with oat files. Make sure that the no-
prebuild
flag isn't set,
23
# Note:
prebuild
is the default.
24
if [[ "${flags}" == *--no-
prebuild
* ]] ; then
25
echo "Test 117-nopatchoat is not intended to run in no-
prebuild
mode."
/external/apache-harmony/
run-harmony-tests
4
export PATH=$PATH:~dalvik-
prebuild
/vogar/bin
31
--results-dir /home/dalvik-
prebuild
/vogar-harmony-results \
/art/test/118-noimage-dex2oat/
run
19
# This test is supposed to test without oat files, so doesn't work for
prebuild
. Make sure that
21
# Note:
prebuild
is the default.
22
if [[ "${flags}" == *--
prebuild
* || "${flags}" != *--no-
prebuild
* ]] ; then
23
echo "Test 118-noimage-dex2oat cannot run in
prebuild
mode."
/libcore/
run-libcore-tests
4
export PATH=$PATH:~dalvik-
prebuild
/vogar/bin
/frameworks/data-binding/compiler/
build.gradle
78
task
prebuild
() {
/art/test/
Android.run-test.mk
99
PREBUILD_TYPES +=
prebuild
102
PREBUILD_TYPES += no-
prebuild
179
$(foreach
prebuild
, $(3), \
190
test-art-$(target)-run-test-$(run-type)-$(
prebuild
)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
219
# Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --
prebuild
.
225
ifneq (,$(filter
prebuild
,$(PREBUILD_TYPES)))
226
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),
prebuild
, \
236
ifneq (,$(filter no-
prebuild
,$(PREBUILD_TYPES)))
237
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-
prebuild
, \
245
# --
prebuild
--relocat
[
all
...]
/external/parameter-framework/bindings/python/
Android.mk
79
# in the x86
prebuild
directory,
81
# python module against the
prebuild
python library.
84
# it will be compatible with the
prebuild
python interpreter used at runtime.
85
# To summarize the
prebuild
python (64 bit?) interpreter will load a
/frameworks/data-binding/extensions/baseAdapters/
build.gradle
100
task
prebuild
(type : Copy) {
/external/parameter-framework/Schemas/
Android.mk
23
# Resources are not compiled so the
prebuild
mechanism is used to export them.
/external/parameter-framework/tools/xmlGenerator/
Android.mk
33
# Scripts are not compiled so the
prebuild
mechanism is used to export them.
/ndk/build/tools/
build-host-prebuilts.sh
167
TMPREMOTE=/tmp/ndk-$USER/darwin-
prebuild
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
Completed in 710 milliseconds