Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DDominatorsTest.java34 private Map<String, Collection<String>> depends = new HashMap<>(); field in DominatorsTest.Graph
48 return depends.get(node); in getReferencesForDominators()
60 depends.put(src, Arrays.asList(dsts)); in node()
313 public List<Node> depends = new ArrayList<Node>(); field in DominatorsTest.Node
341 return depends; in getReferencesForDominators()
364 a.depends = Arrays.asList(f, b); in twiceRevisitOldApi()
365 b.depends = Arrays.asList(f, d, x); in twiceRevisitOldApi()
366 x.depends = Arrays.asList(c); in twiceRevisitOldApi()
367 c.depends = Arrays.asList(d); in twiceRevisitOldApi()
368 f.depends = Arrays.asList(c); in twiceRevisitOldApi()
/art/libprofile/
DAndroid.bp47 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
56 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
66 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
172 // stubs, and libartd depends on this.
/art/test/809-checker-invoke-super-bss/
Dinfo.txt2 call is that of the resolved method. The BSS logic at runtime depends on it.
/art/libartbase/
DAndroid.bp86 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
109 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
133 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
202 // hence depends on the source instead.
/art/cmdline/
DAndroid.bp17 // TODO: this header library depends on libart. Find a way to express that.
/art/perfetto_hprof/
DAndroid.bp18 // This depends on the Perfetto client API. This uses the ProducerPort to
/art/libartpalette/
DAndroid.bp53 // libdexfile hence depends on the source instead.
/art/libnativeloader/test/
DAndroid.bp26 // A native library that goes into /system or /system_ext and that depends on
/art/tools/compiler-explorer/
Dcompiler-explorer.md8 - Compiler Explorer depends on Node.js. You can download it through
/art/build/
DREADME.md65 The name of the APEX file depends on what you passed to `banchan`.
/art/odrefresh/
DAndroid.bp170 // stubs, and this depends on libartd.
/art/runtime/
DAndroid.bp57 // ART's macros.h depends on libbase's macros.h.
58 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
836 // stubs, and this depends on libsigchain.
926 // stubs, and this depends on libsigchain.
/art/test/
DREADME.atest.md139 3. "activates" the Testing ART APEX (and other APEXes that it depends on) in the
DAndroid.bp656 // This is the list of non-special OnLoad things and excludes BCI and anything that depends
/art/tools/checker/
DREADME144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
/art/libdexfile/
DAndroid.bp275 // stubs, and libartd depends on this.
/art/compiler/
DAndroid.bp375 // stubs, and this depends on libdexfiled.
/art/build/apex/
DAndroid.bp482 // common_os depends on the linux/android variants and packages their artifacts into a zip file.