OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMALI
(Results
1 - 4
of
4
) sorted by null
/art/test/etc/
default-build
21
if [ -d
smali
]; then
45
if [ -d
smali
-multidex ]; then
92
elif [ "x$1" = "x--no-
smali
-multidex" ]; then
98
elif [ "x$1" = "x--no-
smali
" ]; then
208
# Compile
Smali
classes
209
${
SMALI
} -JXmx512m ${SMALI_ARGS} --output smali_classes.dex `find
smali
-name '*.
smali
'`
211
# Don't bother with dexmerger if we provide our own main function in a
smali
file.
220
# Compile
Smali
classe
[
all
...]
/art/test/551-checker-shifter-operand/
build
25
if [ -d
smali
]; then
87
elif [ "x$1" = "x--no-
smali
" ]; then
170
# Compile
Smali
classes
171
${
SMALI
} -JXmx512m ${SMALI_ARGS} --output smali_classes.dex `find
smali
-name '*.
smali
'`
173
# Don't bother with dexmerger if we provide our own main function in a
smali
file.
/art/test/
run-test
61
# If
smali
was not set by the environment variable, assume it is in the path.
62
if [ -z "$
SMALI
" ]; then
63
export
SMALI
="
smali
"
Android.run-test.mk
39
$(HOST_OUT_EXECUTABLES)/
smali
\
61
SMALI
=$(abspath $(HOST_OUT_EXECUTABLES)/
smali
) \
255
960-default-
smali
\
[
all
...]
Completed in 39 milliseconds