Searched refs:step (Results 1 – 24 of 24) sorted by relevance
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.runtime.apex)57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libandroidicu.so)58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_libdexfile_support_tests/dex_file…61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)[all …]
2 Single step: public static void art.Test997.doMultiPath(boolean) @ line=413 Single step: public static void art.Test997.doMultiPath(boolean) @ line=424 Single step: public static void art.Test997.doMultiPath(boolean) @ line=435 Single step: public static void art.Test997.doMultiPath(boolean) @ line=476 Single step: public static void art.Test997.doMultiPath(boolean) @ line=488 Single step: public static void art.Test997.doMultiPath(boolean) @ line=419 Single step: public static void art.Test997.doMultiPath(boolean) @ line=4210 Single step: public static void art.Test997.doMultiPath(boolean) @ line=4511 Single step: public static void art.Test997.doMultiPath(boolean) @ line=4712 Single step: public static void art.Test997.doMultiPath(boolean) @ line=48
3 // Build rules for ART run-test `997-single-step`.16 name: "art-run-test-997-single-step",21 ":art-run-test-997-single-step-expected-stdout",22 ":art-run-test-997-single-step-expected-stderr",28 name: "art-run-test-997-single-step-expected-stdout",29 out: ["art-run-test-997-single-step-expected-stdout.txt"],36 name: "art-run-test-997-single-step-expected-stderr",37 out: ["art-run-test-997-single-step-expected-stderr.txt"],
1 Test basic JVMTI single step functionality.3 Ensures that we can receive single step events from JVMTI.
39 step(locks, barriers); in run()42 private void step(List<Object> l, List<CyclicBarrier> b) { in step() method in Main.Runner61 step(l, b); in step()70 step(l, b); in step()83 step(l, b); in step()
10 (i.e. there is no extraction step)
81 -B, --skip-build skip the build step
36 if the test's directory contains a Bash script named after the step37 (i.e. `build`, `run`, or `check`). Note that the default logic of the "run" step41 After the execution of a run-test, the check step's default behavior
91 * Workaround: Run `m clean-oat-host` before the build step
592 run_args+=(--no-app-image --jvmti-step-stress)
1002 "997-single-step/src/art/Test997.java",1142 "997-single-step/expected-stdout.txt",
32 If this step is skipped, attaching the agent will not succeed.
180 HInstruction* step,
1221 HInstruction* step, in GenerateNewLoop() argument1292 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoop()
64 output files without requiring this separate step, but we're not yet
10 Test stopped on single step
19 Test stopped on single step
233 # This throws WrongMethodTypeException as it's a two step conversion int->long->Long or int->Intege…