Searched refs:depends (Results 1 – 18 of 18) sorted by relevance
/art/tools/ahat/src/test/com/android/ahat/ |
D | DominatorsTest.java | 34 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/ |
D | Android.bp | 47 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/ |
D | info.txt | 2 call is that of the resolved method. The BSS logic at runtime depends on it.
|
/art/libartbase/ |
D | Android.bp | 86 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/ |
D | Android.bp | 17 // TODO: this header library depends on libart. Find a way to express that.
|
/art/perfetto_hprof/ |
D | Android.bp | 18 // This depends on the Perfetto client API. This uses the ProducerPort to
|
/art/libartpalette/ |
D | Android.bp | 53 // libdexfile hence depends on the source instead.
|
/art/libnativeloader/test/ |
D | Android.bp | 26 // A native library that goes into /system or /system_ext and that depends on
|
/art/tools/compiler-explorer/ |
D | compiler-explorer.md | 8 - Compiler Explorer depends on Node.js. You can download it through
|
/art/build/ |
D | README.md | 65 The name of the APEX file depends on what you passed to `banchan`.
|
/art/odrefresh/ |
D | Android.bp | 170 // stubs, and this depends on libartd.
|
/art/runtime/ |
D | Android.bp | 57 // 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/ |
D | README.atest.md | 139 3. "activates" the Testing ART APEX (and other APEXes that it depends on) in the
|
D | Android.bp | 656 // This is the list of non-special OnLoad things and excludes BCI and anything that depends
|
/art/tools/checker/ |
D | README | 144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
|
/art/libdexfile/ |
D | Android.bp | 275 // stubs, and libartd depends on this.
|
/art/compiler/ |
D | Android.bp | 375 // stubs, and this depends on libdexfiled.
|
/art/build/apex/ |
D | Android.bp | 482 // common_os depends on the linux/android variants and packages their artifacts into a zip file.
|