Home
last modified time | relevance | path

Searched refs:starting (Results 1 – 18 of 18) sorted by relevance

/art/test/051-thread/
Dexpected.txt2 thread test starting
4 testThreadDaemons starting thread 'TestDaemonThread'
10 testSetName starting
13 testThreadPriorities starting
/art/test/050-sync-test/
Dexpected.txt31 SleepyThread.run starting
32 SleepyThread.run starting
/art/test/004-checker-UnsafeTest18/
Dexpected.txt1 starting
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md53 Lines starting with a + are key, value pairs. So, for instance, key 2 stands for
59 The line starting with 0 is the thread, type, and size (TTS) of an allocation. The
60 remaining lines starting with + are stack frames (SFs), containing function signatures.
61 Lines starting with = are stack traces (STs), and are again key, value pairs. In the
62 example above, an ST called 16 is the TTS plus sequence of SFs. Any line not starting
/art/test/067-preemptive-unpark/
Dexpected.txt1 Test starting
/art/test/1934-jvmti-signal-thread/
Dexpected.txt2 interrupting other thread before starting
5 stopping other thread before starting
/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/test/033-class-init-deadlock/
Dexpected.txt1 Deadlock test starting.
/art/test/2031-zygote-compiled-frame-deopt/src/art/
DTest2031.java25 public void starting() { in starting() method in Test2031.MyClass
52 myObject.starting(); in $noinline$startTest()
/art/tools/
Drun-gtests.sh22 absolute paths (starting with /apex). All gtests are run otherwise.
/art/test/083-compiler-regressions/
Dexpected.txt8 b13679511Test starting
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali62 # starting with a move-exception. Verifier does not check trivially dead code
82 # starting with a move-exception. Verifier does not check trivially dead code
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali5 # Test we can execute a method starting with a catch handler (without
/art/tools/build/
Dvar_list19 # Lines starting with '#' or blank lines are ignored.
/art/runtime/interpreter/mterp/
DREADME.txt7 * Lines starting with % are python code. They will be copied as-is to
23 The starting label will be provided by the generation tool, as will
/art/tools/runtime_memusage/
DREADME18 Files are marked for poisoning, their starting addresses are logged in logcat.
/art/runtime/interpreter/mterp/arm/
Dmain.S409 ldr r0, [r2, #SHADOWFRAME_DEX_PC_OFFSET] @ Get starting dex_pc.