Home | History | Annotate | Download | only in art

Lines Matching full:adb

66 	adb remount
67 adb shell rm $(ART_NATIVETEST_DIR)/*.odex
68 adb shell rm $(ART_NATIVETEST_DIR)/*.oat
69 adb shell rm $(ART_NATIVETEST_DIR)/*.art
70 adb shell rm $(ART_TEST_DIR)/*.odex
71 adb shell rm $(ART_TEST_DIR)/*.oat
72 adb shell rm $(ART_TEST_DIR)/*.art
73 adb shell rm $(DALVIK_CACHE_DIR)/*.dex
74 adb shell rm $(DALVIK_CACHE_DIR)/*.oat
75 adb shell rm $(DALVIK_CACHE_DIR)/*.art
76 adb shell rm $(DEXPREOPT_BOOT_JAR_DIR)/*.oat
77 adb shell rm $(DEXPREOPT_BOOT_JAR_DIR)/*.art
78 adb shell rm system/app/*.odex
79 adb shell rm data/run-test/test-*/dalvik-cache/*@classes.dex
217 adb remount
218 adb sync
219 adb shell mkdir -p $(ART_TEST_DIR)
290 adb remount
291 adb sync
351 adb root && sleep 3
352 adb shell setprop persist.sys.dalvik.vm.lib libart.so
353 adb reboot
357 adb root && sleep 3
358 adb shell setprop persist.sys.dalvik.vm.lib libartd.so
359 adb reboot
363 adb root && sleep 3
364 adb shell setprop persist.sys.dalvik.vm.lib libdvm.so
365 adb reboot