OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:"run $"
(Results
1 - 25
of
276
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/018-stack-overflow/
run
19
${
RUN} "$
{@}"
23
${
RUN} "$
{@/#libartd.so/libart.so}"
/art/test/116-nodex2oat/
run
29
${
RUN} $
{flags} --runtime-option -Xnodex2oat
33
${
RUN} $
{flags} --runtime-option -Xdex2oat
37
${
RUN} $
{flags}
/art/test/117-nopatchoat/
run
39
${
RUN} $
{flags} --runtime-option -Xnodex2oat
43
${
RUN} $
{flags} --runtime-option -Xdex2oat
47
${
RUN} $
{flags}
/art/test/119-noimage-patchoat/
run
34
${
RUN} $
{flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
38
${
RUN} $
{flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin} --runtime-option -Xno-dex-file-fallback
42
${
RUN} $
{flags} ${BPATH} --runtime-option -Ximage-dex2oat
46
${
RUN} $
{flags} ${BPATH}
/art/test/etc/
default-run
17
exec ${
RUN} "$
@"
/art/test/137-cfi/
run
19
${
RUN} "$
@" -Xcompiler-option --generate-debug-info \
25
${
RUN} "$
@" -Xcompiler-option --generate-mini-debug-info --args --test-remote
/art/test/055-enum-performance/
run
18
exec ${
RUN} "$
{@/#libartd.so/libart.so}"
/art/test/091-override-package-private-method/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/103-string-append/
run
18
exec ${
RUN} "$
{@/#libartd.so/libart.so}"
/art/test/118-noimage-dex2oat/
run
50
${
RUN} $
{flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
54
${
RUN} $
{flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
58
${
RUN} $
{flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
62
${
RUN} $
{flags} ${bpath_arg}
/art/test/126-miranda-multidex/
run
17
${
RUN} $
@
/art/test/127-checker-secondarydex/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/131-structural-change/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/133-static-invoke-super/
run
18
exec ${
RUN} "$
{@/#libartd.so/libart.so}"
/art/test/134-nodex2oat-nofallback/
run
20
${
RUN} $
{flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
/art/test/147-stripped-dex-fallback/
run
24
${
RUN} $
{flags} --strip-dex --no-dex2oat
/art/test/304-method-tracing/
run
18
exec ${
RUN} "$
@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
/art/test/529-checker-unresolved/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/555-checker-regression-x86const/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/569-checker-pattern-replacement/
run
17
exec ${
RUN} "$
@" \
/art/test/570-checker-osr/
run
18
exec ${
RUN} "$
@" --runtime-option -Xjitinitialsize:32M
/art/test/574-irreducible-and-constant-area/
run
18
exec ${
RUN} "$
@" --no-relocate
/art/test/579-inline-infinite/src/
Main.java
26
public void
run() {
27
$noinline$infinite();
/art/test/608-checker-unresolved-lse/
run
18
exec ${
RUN} "$
{@}" --secondary
/art/test/613-inlining-dex-cache/
run
20
exec ${
RUN} $
{flags/verify-at-runtime/interpret-only}
Completed in 5742 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>