HomeSort by relevance Sort by last modified time
    Searched refs:SMALI (Results 1 - 3 of 3) sorted by null

  /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/etc/
default-build 21 if [ -d smali ]; then
45 if [ -d smali-multidex ]; then
114 elif [ "x$1" = "x--no-smali-multidex" ]; then
120 elif [ "x$1" = "x--no-smali" ]; then
277 # Compile Smali classes
278 ${SMALI} -JXmx512m ${SMALI_ARGS} --output smali_classes.dex `find smali -name '*.smali'`
280 # Don't bother with dexmerger if we provide our own main function in a smali file.
289 # Compile Smali classe
    [all...]
  /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"
    [all...]

Completed in 407 milliseconds