Home
last modified time | relevance | path

Searched refs:external (Results 1 – 15 of 15) sorted by relevance

/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java82 public static Object external; field in TestOneFinal
107 external = b; in exercise()
112 Assert.stringEquals("OneFinal(w0: 1, w1: 2, w2: 3, w3: 0, x: 1)", external); in check()
154 public static Object external; field in TestThreeFinal
179 external = b; in exercise()
184 Assert.stringEquals("ThreeFinal(w0: 3, w1: 0, w2: 0, w3: 0, x: 1, y: 1, z: 2)", external); in check()
190 public static Object external; field in TestMultiAlloc
217 external = b; in exercise()
223 Assert.stringEquals("Base(w0: 0, w1: 0, w2: 0, w3: 0)", external); in check()
231 public static Object external; field in TestThreeFinalTwice
[all …]
/art/libdexfile/
DAndroid.bp60 "external/dex_file_ext.cc",
80 "external/dex_file_ext.cc",
169 "//external/perfetto",
321 export_include_dirs: ["external/include"],
361 "external/dex_file_ext_c_test.c",
362 "external/dex_file_ext_test.cc",
374 // Support library with a C++ API for accessing the libdexfile API for external
394 "external/dex_file_supp.cc",
422 "external/dex_file_supp_test.cc",
477 "external/dex_file_supp.cc",
[all …]
/art/test/059-finalizer-throw/
Drun19 exec ${RUN} --external-log-tags "${@}"
/art/test/030-bad-finalizer/
Drun21 ./default-run --external-log-tags "${@}"
/art/test/1336-short-finalizer-timeout/
Drun21 ./default-run --external-log-tags "$@" --runtime-option -XX:FinalizerTimeoutMs=500
/art/test/909-attach-agent/
Drun75 --external-log-tags
81 --external-log-tags
/art/test/2232-write-metrics-to-log/
Drun18 exec ${RUN} $@ --external-log-tags --runtime-option -Xmetrics-write-to-logcat:true --runtime-option…
/art/sigchainlib/
Dlibsigchain.map.txt19 # Export no symbols - the only external entry points are libc overrides.
/art/build/
DAndroid.cpplint.mk20 ART_CPPLINT := external/google-styleguide/cpplint/cpplint.py
DAndroid.gtest.mk39 icu_data_file := $(firstword $(wildcard external/icu/icu4c/source/stubdata/icu*.dat))
/art/perfetto_hprof/
DAndroid.bp21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
/art/tools/jfuzz/
DREADME.md7 using the optimizing compiler, using an external reference implementation,
/art/test/
Drun-test359 run_args+=(--external-log-tags)
/art/dex2oat/
DAndroid.bp228 "//external/vixl",
/art/runtime/
Dmutator_gc_coord.md23 to respond to external requests.