Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 3 of 3) sorted by relevance

/art/
D.vpython17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
/art/build/apex/
DAndroid.bp18 // installed in `/system` for the ART Buildbot set-up to work properly. This is
141 // installed in `/system` for the ART Buildbot set-up to work properly. This is
/art/runtime/
Dthread.cc1675 bool installed = false; in RequestSynchronousCheckpoint() local
1678 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()
1680 if (installed) { in RequestSynchronousCheckpoint()