OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELOCATE
(Results
1 - 4
of
4
) sorted by null
/art/test/etc/
host-run-test-jar
18
RELOCATE
="y"
91
elif [ "x$1" = "x--no-
relocate
" ]; then
92
RELOCATE
="n"
94
elif [ "x$1" = "x--
relocate
" ]; then
95
RELOCATE
="y"
178
if [ "$
RELOCATE
" = "y" ]; then
205
elif [ "$
RELOCATE
" = "y" ]; then
push-and-run-test-jar
12
RELOCATE
="y"
68
elif [ "x$1" = "x--
relocate
" ]; then
69
RELOCATE
="y"
71
elif [ "x$1" = "x--no-
relocate
" ]; then
72
RELOCATE
="n"
177
if [ "$
RELOCATE
" = "y" ]; then
push-and-run-prebuilt-test-jar
15
RELOCATE
="y"
60
elif [ "x$1" = "x--
relocate
" ]; then
61
RELOCATE
="y"
63
elif [ "x$1" = "x--no-
relocate
" ]; then
64
RELOCATE
="n"
190
if [ "$
RELOCATE
" = "y" ]; then
/art/test/
Android.run-test.mk
27
# $(3): -
relocate
, -norelocate, -no-prebuild, or undefined.
65
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),,-
relocate
))
66
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-
relocate
))
67
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcverify,-
relocate
))
68
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-
relocate
))
86
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_TRACE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-
relocate
))
96
ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_GCSTRESS_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-
relocate
))
107
ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,-
relocate
)
108
ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,-
relocate
)
109
ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcverify,-
relocate
)
[
all
...]
Completed in 143 milliseconds