Home
last modified time | relevance | path

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

/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java91 public static Object external; field in TestOneFinal
116 external = b; in exercise()
121 Assert.stringEquals("OneFinal(w0: 1, w1: 2, w2: 3, w3: 0, x: 1)", external); in check()
163 public static Object external; field in TestThreeFinal
188 external = b; in exercise()
193 Assert.stringEquals("ThreeFinal(w0: 3, w1: 0, w2: 0, w3: 0, x: 1, y: 1, z: 2)", external); in check()
199 public static Object external; field in TestMultiAlloc
226 external = b; in exercise()
232 Assert.stringEquals("Base(w0: 0, w1: 0, w2: 0, w3: 0)", external); in check()
240 public static Object external; field in TestThreeFinalTwice
[all …]
/art/build/
Dgo.work5 ../../external/go-cmp
6 ../../external/golang-protobuf
12 github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
14 github.com/google/go-cmp v0.0.0 => ../../external/go-cmp
15 google.golang.org/protobuf v0.0.0 => ../../external/golang-protobuf
DAndroid.gtest.mk39 icu_data_file := $(firstword $(wildcard external/icu/icu4c/source/stubdata/icu*.dat))
DAndroid.bp75 // libcore/ojluni/src/main/native/jvm.h, which are both external files by Oracle
/art/libdexfile/
DAndroid.bp67 "external/dex_file_ext.cc",
87 "external/dex_file_ext.cc",
176 "//external/perfetto",
226 // but in this case it's fine since external users only depend on this
344 export_include_dirs: ["external/include"],
382 "external/dex_file_ext_c_test.c",
383 "external/dex_file_ext_test.cc",
417 // Support library with a C++ API for accessing the libdexfile API for external
438 "external/dex_file_supp.cc",
461 "external/dex_file_supp_test.cc",
[all …]
/art/sigchainlib/
Dlibsigchain.map.txt19 # Export no symbols - the only external entry points are libc overrides.
/art/perfetto_hprof/
DAndroid.bp21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
/art/tools/runtime_memusage/
DREADME31 sanitizer_logcat_analysis.sh uses external executable development/scripts/stack.
/art/tools/compiler-explorer/
Dcompiler-explorer.md67 cp -r external/kotlinc $COMPILER_EXPLORER_DIR/compilers/kotlinc-local
/art/tools/jfuzz/
DREADME.md7 using the optimizing compiler, using an external reference implementation,
/art/tools/luci/config/generated/
Dluci-scheduler.cfg389 repo: "https://android.googlesource.com/platform/external/vogar"
/art/runtime/
Dmutator_gc_coord.md23 to respond to external requests.