Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 58) sorted by relevance

123

/art/tools/
Djavac-helper.sh42 mode=target
50 --mode=host)
52 mode=host
54 --mode=target)
56 mode=target
58 --mode=jvm)
59 mode=jvm
61 --mode=*)
78 if [[ $mode == jvm ]]; then
Dbootjars.sh29 mode=target
43 mode=host
46 mode=target
55 if [[ $mode == target ]]; then
62 elif [[ $mode == host ]]; then
83 if [[ $mode == host ]]; then
111 if [[ $mode == target ]]; then
Drun-jdwp-tests.sh43 if [ "$var" = "conscrypt" ] && [ "$mode" = "target" ]; then
45 elif [ "$var" = "core-icu4j" ] && [ "$mode" = "target" ]; then
61 mode="target"
108 mode="host"
132 mode="ri"
254 if [[ $mode == "target" ]]; then
283 if [[ $mode == "ri" ]]; then
299 if [[ "$mode" == "host" ]]; then
309 if [[ $mode == "target" ]]; then
335 if [[ $mode == "ri" ]]; then
[all …]
Drun-libcore-tests.sh62 Usage: ${me} --mode=<mode> [options] [-- <package_to_test> ...]
67 --mode=device|host|jvm Specify where tests should be run.
85 ${me} --mode=host
88 ${me} --mode=device
91 ${me} --mode=device -- libcore.java.lang
184 --mode=device)
190 --mode=host)
198 --mode=jvm)
Drun-libjdwp-tests.sh42 mode="target"
61 mode="ri"
63 elif [[ "$1" == --mode=host ]]; then
65 mode="host"
99 args+=(--mode=device)
Dbuildbot-build.sh39 mode="target"
46 mode="host"
49 mode="target"
82 if [[ $mode == "host" ]]; then
86 elif [[ $mode == "target" ]]; then
121 if [[ $mode == "target" ]]; then
247 platform_version=$(build/soong/soong_ui.bash --dumpvar-mode PLATFORM_VERSION)
Dbuild_linux_bionic.sh48 build/soong/soong_ui.bash --make-mode $soong_args nothing
89 json.dump(x, open(sys.argv[2], mode='w'))
97 build/soong/soong_ui.bash --make-mode --skip-make $soong_args $@
Dbuild_linux_bionic_tests.sh49 build/soong/soong_ui.bash --make-mode $soong_args "$@" test-art-host-run-test-dependencies build-ar…
68 json.dump(x, open(sys.argv[2], mode='w'))
99 build/soong/soong_ui.bash --make-mode --skip-make $soong_args "$@" ${bionic_targets[*]}
Drun-prebuilt-libjdwp-tests.sh45 elif [[ "$1" == --mode=* ]]; then
69 args+=(--mode=host)
/art/oatdump/
Doatdump_test.h170 Mode mode,
183 if (mode == kModeSymbolize) {
196 if (mode == kModeArt) {
208 } else if (mode == kModeOatWithBootImage) {
218 } else if (mode == kModeAppImage) {
229 } else if (mode == kModeCoreOat) {
233 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat));
351 if (mode == kModeSymbolize) {
/art/test/616-cha-unloading/src-art/
DMain.java96 private static CHAUnloaderRetType targetMethodForJit(int mode) in targetMethodForJit() argument
99 if (mode == 0) { in targetMethodForJit()
101 } else if (mode == 1) { in targetMethodForJit()
/art/runtime/
Dcompiler_callbacks.h79 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
21 # Checker runs the correct test for each compilation mode.
/art/runtime/mirror/
Dobject-readbarrier-inl.h44 CASMode mode, in CasField32() argument
58 return atomic_addr->CompareAndSet(old_value, new_value, mode, memory_order); in CasField32()
63 CASMode mode, in CasLockWord() argument
69 mode, in CasLockWord()
/art/test/638-checker-inline-caches/
Dinfo.txt1 Verify the use of inline caches in AOT mode.
/art/dex2oat/dex/
Dquick_compiler_callbacks.h31 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument
32 : CompilerCallbacks(mode), dex_files_(nullptr) {} in QuickCompilerCallbacks()
/art/build/apex/
Druntests.sh44 flattened_apex_p=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash --dumpvar-mode TARGET_FLATTEN_APEX)\
57 build/soong/soong_ui.bash --make-mode debugfs-host || die "Cannot build debugfs"
103 say "Building $@" && build/soong/soong_ui.bash --make-mode "$@" || die "Cannot build $@"
/art/test/552-checker-primitive-typeprop/
Dinfo.txt2 in --debuggable mode.
/art/tools/golem/
Dbuild-target.sh233 if [[ $mode == "golem" ]]; then
331 if [[ $mode == "golem" ]]; then
355 execute build/soong/soong_ui.bash --make-mode "${j_arg}" "${make_target}"
/art/libartbase/base/
Datomic.h110 CASMode mode, in PACKED()
112 return mode == CASMode::kStrong in PACKED()
/art/test/958-methodhandle-stackframe/
Dinfo.txt3 an implementation detail and hence cannot be used with --mode=jvm.
/art/libartbase/base/unix_file/
Dfd_file.h46 FdFile(const std::string& path, int flags, mode_t mode, bool check_usage);
150 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java46 public DexRandomAccessFile(String filename, String mode) in DexRandomAccessFile() argument
48 super(filename, mode); in DexRandomAccessFile()
/art/test/
DREADME.chroot.md108 art/tools/run-libcore-tests.sh --mode=device --variant=X64
112 art/tools/run-libcore-tests.sh --mode=device --variant=X32
117 art/tools/run-libjdwp-tests.sh --mode=device --variant=X64
121 art/tools/run-libjdwp-tests.sh --mode=device --variant=X32
/art/tools/jfuzz/
Drun_jfuzz_test.py45 def GetExecutionModeRunner(dexer, debug_info, device, mode): argument
58 if mode == 'ri':
60 if mode == 'hint':
62 if mode == 'hopt':
64 if mode == 'tint':
66 if mode == 'topt':

123