/art/tools/ |
D | javac-helper.sh | 42 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
|
D | bootjars.sh | 29 mode=target 43 mode=host 46 mode=target 55 if [[ $mode == target ]]; then 62 elif [[ $mode == host ]]; then 80 if [[ $mode == target ]]; then 82 elif [[ $mode == host ]]; then
|
D | buildbot-build.sh | 39 mode="target" 46 mode="host" 49 mode="target" 68 if [[ $mode == "host" ]]; then 72 elif [[ $mode == "target" ]]; then 116 if [[ $mode == "target" ]]; then
|
D | run-jdwp-tests.sh | 77 mode="target" 102 mode="host" 131 mode="ri" 253 if [[ $mode == "target" ]]; then 282 if [[ $mode == "ri" ]]; then 298 if [[ "$mode" == "host" ]]; then 308 if [[ $mode == "target" ]]; then 334 if [[ $mode == "ri" ]]; then 357 if [[ $mode == "host" ]]; then 386 if [[ $mode != "ri" ]]; then [all …]
|
D | run-libcore-tests.sh | 62 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 185 --mode=device) 193 --mode=host) 201 --mode=jvm)
|
D | run-libjdwp-tests.sh | 42 mode="target" 61 mode="ri" 63 elif [[ "$1" == --mode=host ]]; then 65 mode="host" 99 args+=(--mode=device)
|
D | build_linux_bionic.sh | 40 build/soong/soong_ui.bash --make-mode nothing 81 json.dump(x, open(sys.argv[2], mode='w')) 89 build/soong/soong_ui.bash --make-mode --skip-make $@
|
D | build_linux_bionic_tests.sh | 41 build/soong/soong_ui.bash --make-mode "$@" test-art-host-run-test-dependencies build-art-host-tests 60 json.dump(x, open(sys.argv[2], mode='w')) 91 build/soong/soong_ui.bash --make-mode --skip-make "$@" ${bionic_targets[*]}
|
D | run-prebuilt-libjdwp-tests.sh | 45 elif [[ "$1" == --mode=* ]]; then 69 args+=(--mode=host)
|
/art/oatdump/ |
D | oatdump_test.h | 170 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) { 232 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat)); 350 if (mode == kModeSymbolize) {
|
/art/test/616-cha-unloading/src-art/ |
D | Main.java | 96 private static CHAUnloaderRetType targetMethodForJit(int mode) in targetMethodForJit() argument 99 if (mode == 0) { in targetMethodForJit() 101 } else if (mode == 1) { in targetMethodForJit()
|
/art/runtime/ |
D | compiler_callbacks.h | 79 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 20 # 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/ |
D | object-readbarrier-inl.h | 44 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/build/apex/ |
D | runtests.sh | 44 flattened_apex_p=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash --dumpvar-mode TARGET_FLATTEN_APEX)\ 51 build/soong/soong_ui.bash --make-mode debugfs-host || die "Cannot build debugfs" 97 say "Building $@" && build/soong/soong_ui.bash --make-mode "$@" || die "Cannot build $@"
|
/art/dex2oat/dex/ |
D | quick_compiler_callbacks.h | 31 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument 32 : CompilerCallbacks(mode), dex_files_(nullptr) {} in QuickCompilerCallbacks()
|
/art/test/638-checker-inline-caches/ |
D | info.txt | 1 Verify the use of inline caches in AOT mode.
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 2 in --debuggable mode.
|
/art/tools/golem/ |
D | build-target.sh | 233 if [[ $mode == "golem" ]]; then 326 if [[ $mode == "golem" ]]; then 350 execute build/soong/soong_ui.bash --make-mode "${j_arg}" "${make_target}"
|
/art/libartbase/base/ |
D | atomic.h | 110 CASMode mode, in PACKED() 112 return mode == CASMode::kStrong in PACKED()
|
/art/test/958-methodhandle-stackframe/ |
D | info.txt | 3 an implementation detail and hence cannot be used with --mode=jvm.
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 46 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/ |
D | DexRandomAccessFile.java | 46 public DexRandomAccessFile(String filename, String mode) in DexRandomAccessFile() argument 48 super(filename, mode); in DexRandomAccessFile()
|
/art/test/ |
D | README.chroot.md | 108 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-jdwp-tests.sh --mode=device --variant=X64 121 art/tools/run-jdwp-tests.sh --mode=device --variant=X32
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 45 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':
|