Searched refs:extra (Results 1 – 17 of 17) sorted by relevance
/art/tools/ |
D | compile-jar.py | 206 args, extra = parse_args() 214 extra.append("--dex-location={}".format( 216 extra.append("--dex-file={}".format(f)) 226 extra.append("--dex-location={}".format( 228 extra.append("--dex-file={}".format(f)) 229 extra += get_bcp_runtime_args(args.add_bcp, boot_image, args.arch) 230 extra += get_profile_args(args, location_base) 231 extra.append("--instruction-set={}".format(real_arch)) 232 extra.append("--boot-image={}".format(boot_image)) 233 extra.append("--android-root={}".format(android_root)) [all …]
|
/art/profman/ |
D | boot_image_profile.cc | 98 std::string extra; in MethodToProfileFormat() local 100 extra = kPackageUseDelim + GetPackageUseString(metadata); in MethodToProfileFormat() 103 return flags_string + method + extra; in MethodToProfileFormat() 111 std::string extra; in ClassToProfileFormat() local 113 extra = kPackageUseDelim + GetPackageUseString(metadata); in ClassToProfileFormat() 116 return classString + extra; in ClassToProfileFormat()
|
/art/libartservice/service/java/com/android/server/art/model/ |
D | Config.java | 116 public abstract @Nullable ExtraType extra(); in extra() method in Config.Callback 119 @Nullable ExtraType extra) { in create() argument 121 callback, executor, extra); in create()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | DexRandomAccessFile.java | 302 int extra = alignment - (int) (offset & mask); in alignForwards() local 303 seek(offset + extra); in alignForwards()
|
/art/libartbase/base/ |
D | memory_region.h | 129 ALWAYS_INLINE void Extend(const MemoryRegion& region, uintptr_t extra) { in Extend() argument 131 size_ = (region.size() + extra); in Extend()
|
D | bit_memory_region.h | 121 Result extra = data[index + (shift + (bit_length - 1)) / width]; in LoadBits() local 128 return (value | (extra << ((width - shift) & (width - 1)))) & ~clear; in LoadBits()
|
/art/test/ |
D | README.arm_fvp.md | 35 To test SVE on Arm FVP, one extra step is needed when following the instructions above; 36 for QEMU run this is not needed. When launching the model some extra cmdline options should
|
D | README.chroot_vm.md | 41 for a few extra environment variables):
|
/art/build/ |
D | Android.bp | 62 // that working around this warning would be extra-painful. 266 "-extra-arg=-UNDEBUG", 270 "-extra-arg=-Wno-missing-noreturn", 275 "-extra-arg=-Wno-unreachable-code",
|
D | README.md | 16 which has extra internal consistency checks enabled, and some debug tools. A
|
/art/libnativebridge/tests/ |
D | Android.bp | 168 // loaded, to avoid the problems with test_per_src and pushing the extra
|
/art/tools/ahat/ |
D | README.txt | 47 * That we don't show the 'extra' column in the DominatedList if we are
|
/art/libartservice/service/java/com/android/server/art/ |
D | DexoptHelper.java | 186 boolean onlyIncludeUpdates = doneCallback.extra(); in dexoptPackages()
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 140 // VIXL emits an extra 2 bytes here for a 32-bit beq as there is no
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 857 add sp, #16 @ strip the extra frame
|
/art/runtime/ |
D | class_linker.cc | 498 std::string extra; in ThrowEarlierClassFailure() local 502 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure() 506 << ": " << extra; in ThrowEarlierClassFailure()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 10642 Ljava/util/zip/ZipEntry;->extra:[B
|