Home | History | Annotate | Download | only in art

Lines Matching refs:adb

56 	adb root
57 adb wait-for-device remount
58 adb shell rm -rf $(ART_TARGET_NATIVETEST_DIR)
59 adb shell rm -rf $(ART_TARGET_TEST_DIR)
60 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*/*
61 adb shell rm -rf $(DEXPREOPT_BOOT_JAR_DIR)/$(DEX2OAT_TARGET_ARCH)
62 adb shell rm -rf system/app/$(DEX2OAT_TARGET_ARCH)
64 adb shell rm -rf $(DEXPREOPT_BOOT_JAR_DIR)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)
65 adb shell rm -rf system/app/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)
67 adb shell rm -rf data/run-test/test-*/dalvik-cache/*
108 (adb root && \
109 adb wait-for-device remount && \
110 ((adb shell touch /system/testfile && \
111 (adb shell rm /system/testfile || true)) || \
112 (adb disable-verity && \
113 adb reboot && \
114 adb wait-for-device root && \
115 adb wait-for-device remount)))
120 # the code below uses 'adb push' instead of 'adb sync', which does not
126 adb sync
130 adb wait-for-device push $(ANDROID_PRODUCT_OUT)/system $(ART_TEST_ANDROID_ROOT)
134 adb push $(ANDROID_PRODUCT_OUT)/data /
424 adb root
425 adb wait-for-device shell stop
426 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
427 adb shell start
431 adb root
432 adb wait-for-device shell stop
433 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
434 adb shell start
438 adb root
439 adb wait-for-device shell stop
440 adb shell setprop persist.sys.dalvik.vm.lib.2 libdvm.so
441 adb shell start
445 adb root
446 adb wait-for-device shell stop
447 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
448 adb shell setprop dalvik.vm.dex2oat-filter \"\"
449 adb shell setprop dalvik.vm.image-dex2oat-filter \"\"
450 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
451 adb shell setprop dalvik.vm.usejit false
452 adb shell start
456 adb root
457 adb wait-for-device shell stop
458 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
459 adb shell setprop dalvik.vm.dex2oat-filter \"\"
460 adb shell setprop dalvik.vm.image-dex2oat-filter \"\"
461 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
462 adb shell setprop dalvik.vm.usejit false
463 adb shell start
467 adb root
468 adb wait-for-device shell stop
469 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
470 adb shell setprop dalvik.vm.dex2oat-filter "verify-at-runtime"
471 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-at-runtime"
472 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
473 adb shell setprop dalvik.vm.usejit true
474 adb shell start
478 adb root
479 adb wait-for-device shell stop
480 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
481 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
482 adb shell setprop dalvik.vm.image-dex2oat-filter "interpret-only"
483 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
484 adb shell setprop dalvik.vm.usejit false
485 adb shell start
489 adb root
490 adb wait-for-device shell stop
491 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
492 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
493 adb shell setprop dalvik.vm.image-dex2oat-filter "interpret-only"
494 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
495 adb shell setprop dalvik.vm.usejit false
496 adb shell start
500 adb root
501 adb wait-for-device shell stop
502 adb shell rm -rf $(ART_TARGET_DALVIK_CACHE_DIR)/*
503 adb shell setprop dalvik.vm.dex2oat-filter "verify-none"
504 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-none"
505 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
506 adb shell setprop dalvik.vm.usejit false
507 adb shell start