Lines Matching refs:TEST_NAME

300         SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar"
632 FLAGS="${FLAGS} -agentpath:${ANDROID_HOST_OUT}/nativetest64/${agent}=${TEST_NAME},jvm"
635 FLAGS="${FLAGS} -agentpath:${agent}=${TEST_NAME},art"
640 FLAGS="${FLAGS} -agentpath:/data/${TEST_DIRECTORY}/art/${ISA}/${agent}=${TEST_NAME},art"
853 VDEX_NAME="${DEX_LOCATION_STRIPPED//\//@}@$TEST_NAME.jar@classes.vdex"
926 --apk=$DEX_LOCATION/$TEST_NAME.jar \
927 --dex-location=$DEX_LOCATION/$TEST_NAME.jar"
928 if [ -f "$TEST_NAME-ex.jar" ] && [ "$SECONDARY_COMPILATION" = "y" ] ; then
930 --apk=$DEX_LOCATION/$TEST_NAME-ex.jar \
931 --dex-location=$DEX_LOCATION/$TEST_NAME-ex.jar"
933 COMPILE_FLAGS="${COMPILE_FLAGS} --profile-file=$DEX_LOCATION/$TEST_NAME.prof"
934 FLAGS="${FLAGS} -Xcompiler-option --profile-file=$DEX_LOCATION/$TEST_NAME.prof"
937 --reference-profile-file=$DEX_LOCATION/$TEST_NAME.prof"
939 profman_cmdline="${profman_cmdline} --generate-test-profile=$DEX_LOCATION/$TEST_NAME.prof \
956 …CLASS_LOADER_CONTEXT" ] && SECONDARY_CLASS_LOADER_CONTEXT="PCL[];PCL[$DEX_LOCATION/$TEST_NAME.jar]"
1011 write_dex2oat_cmdlines "$TEST_NAME"
1019 if [ -f "$TEST_NAME-ex.jar" ] && [ "$SECONDARY_COMPILATION" = "y" ] ; then
1027 write_dex2oat_cmdlines "$TEST_NAME-ex"
1078 -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX $MAIN $ARGS"
1129 adb push $TEST_NAME.jar $CHROOT_DEX_LOCATION
1130 adb push $TEST_NAME-ex.jar $CHROOT_DEX_LOCATION
1141 adb push $TEST_NAME.jar $CHROOT_DEX_LOCATION >/dev/null 2>&1
1142 adb push $TEST_NAME-ex.jar $CHROOT_DEX_LOCATION >/dev/null 2>&1
1251 cmdfile=$(tempfile -p "cmd-" -s "-$TEST_NAME")