/art/test/993-breakpoints-non-debuggable/ |
D | Android.bp | 3 // Build rules for ART run-test `993-breakpoints-non-debuggable`. 16 name: "art-run-test-993-breakpoints-non-debuggable", 21 ":art-run-test-993-breakpoints-non-debuggable-expected-stdout", 22 ":art-run-test-993-breakpoints-non-debuggable-expected-stderr", 28 name: "art-run-test-993-breakpoints-non-debuggable-expected-stdout", 29 out: ["art-run-test-993-breakpoints-non-debuggable-expected-stdout.txt"], 36 name: "art-run-test-993-breakpoints-non-debuggable-expected-stderr", 37 out: ["art-run-test-993-breakpoints-non-debuggable-expected-stderr.txt"],
|
/art/runtime/ |
D | jdwp_provider.h | 44 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) { in CanonicalizeJdwpProvider() argument 48 if (debuggable) { in CanonicalizeJdwpProvider()
|
/art/tools/checker/file_format/checker/ |
D | parser.py | 27 def _extract_line(prefix, line, arch=None, debuggable=False): argument 35 dbg_specifier = "-DEBUGGABLE" if debuggable else "" 89 for debuggable in [True, False]: 92 start_line = _extract_line(prefix + "-START", sline, arch, debuggable) 94 return None, start_line, (arch, debuggable)
|
/art/test/909-attach-agent/ |
D | expected-stdout.interpreter.txt | 24 Can't attach agent, process is not debuggable. 25 Can't attach agent, process is not debuggable.
|
D | expected-stdout.txt | 26 Can't attach agent, process is not debuggable. 27 Can't attach agent, process is not debuggable.
|
/art/test/537-checker-debuggable/ |
D | info.txt | 1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
|
/art/test/689-zygote-jit-deopt/ |
D | info.txt | 1 Regression test for debuggable apps that need to deoptimize
|
/art/artd/binder/com/android/server/art/ |
D | DexoptOptions.aidl | 37 boolean debuggable;
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 2 in --debuggable mode.
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | README.md | 25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap… 27 > `adb shell kill -3 $(adb shell pidof some.debuggable.apps)`
|
/art/test/466-get-live-vreg/ |
D | info.txt | 2 also pass for non-debuggable, as we need to know live DEX registers
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | info.txt | 3 Check that we correctly identify jit-zygote compiled frames as non-debuggable.
|
/art/test/543-env-long-ref/ |
D | info.txt | 2 the right dex register in debuggable when a new value
|
/art/tools/golem/ |
D | env | 43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 23 Normal applications require that `debuggable=true` to be set in their AndroidManifest.xml. 27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 20 # be eliminated in normal mode but kept live in debuggable mode. Test that
|
/art/tools/checker/ |
D | checker.py | 114 run_tests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable,
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 93 …ctivity --attach-agent /data/local/tmp/libenablevlog.so=class,jit some.debuggable.apps/.the.app.Ma…
|
/art/test/533-regression-debugphi/smali/ |
D | TestCase.smali | 20 # with debuggable flag).
|
/art/compiler/optimizing/ |
D | stack_map_stream.h | 69 bool debuggable);
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 31 …l/tmp/libfieldnulls.so=Ljava/lang/Class;.name:Ljava/lang/String;' some.debuggable.apps/.the.app.Ma…
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 109 …ttach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrepare some.debuggable.apps/.the.app.Ma…
|
/art/test/ |
D | run-test | 191 debuggable = "no" variable 299 debuggable = "yes" variable 912 if debuggable == "yes":
|
/art/test/testrunner/ |
D | testrunner.py | 471 jni, image, debuggable, jvmti, cdex_level = config_tuple 485 test_name += debuggable + '-' 492 image, debuggable, jvmti, cdex_level, address_size} 568 if debuggable == 'debuggable':
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 35 …ClassExt;,Ldalvik/system/ClassExt;.jmethodIDs:Ljava/lang/Object;' some.debuggable.apps/.the.app.Ma…
|