Searched refs:core (Results 1 – 24 of 24) sorted by relevance
/art/test/674-hiddenapi/ |
D | hiddenapi-flags.csv | 1 LNullaryConstructorBlacklistAndCorePlatformApi;-><init>()V,blacklist,core-platform-api 5 LParentClass;->fieldPackageBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 9 LParentClass;->fieldPackageStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 13 LParentClass;->fieldPrivateBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 17 LParentClass;->fieldPrivateStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 21 LParentClass;->fieldProtectedBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 25 LParentClass;->fieldProtectedStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 29 LParentClass;->fieldPublicBlacklistAndCorePlatformApiB:I,blacklist,core-platform-api 30 LParentClass;->fieldPublicBlacklistAndCorePlatformApi:I,blacklist,core-platform-api 37 LParentClass;->fieldPublicStaticBlacklistAndCorePlatformApiB:I,blacklist,core-platform-api [all …]
|
/art/build/sdk/ |
D | Android.bp | 35 "core-lambda-stubs", 43 "core.current.stubs", 51 "legacy.core.platform.api.stubs", 52 "stable.core.platform.api.stubs", 57 "art-module-intra-core-api-stubs-system-modules", 60 "core-current-stubs-system-modules", 61 "legacy-core-platform-api-stubs-system-modules", 62 "stable-core-platform-api-stubs-system-modules", 125 "core-compat-test-rules", 126 "core-compat-test-rules", [all …]
|
/art/build/ |
D | Android.common_path.mk | 39 CORE_IMG_JARS := core-oj core-libart okhttp bouncycastle apache-xml 58 HOST_BOOT_IMAGE_JARS += $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar 59 $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar : $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-ho… 64 HOST_TEST_CORE_JARS := $(addsuffix -hostdex,$(CORE_IMG_JARS) core-icu4j conscrypt)
|
D | Android.bp | 272 // A version of core-icu4j only for enabling the "-hostdex" version to test ART on host. 274 // We need our own name to not clash with the core-icu4j library. 275 name: "core-icu4j-host", 278 static_libs: ["core-icu4j"], 280 // Tests and build files rely on this file to be installed as "core-icu4j-hostdex", 282 // "core-icu4j-host-hostdex". 283 stem: "core-icu4j",
|
D | Android.gtest.mk | 44 $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-hostdex.jar:apex/com.android.i18n/javalib/core-icu4j.jar \
|
/art/tools/veridex/ |
D | appcompat.sh | 29 --core-stubs=${SCRIPT_DIR}/system-stubs.zip:${SCRIPT_DIR}/org.apache.http.legacy-stubs.zip \ 79 …--core-stubs=${PACKAGING}/core_dex_intermediates/classes.dex:${PACKAGING}/oahl_dex_intermediates/c…
|
/art/tools/ |
D | bootjars.sh | 36 --core) 84 if [[ $boot_module == core-icu4j ]]; then
|
D | dex2oat_wrapper | 78 local modules="core-oj core-libart okhttp bouncycastle apache-xml core-icu4j conscrypt" 85 (core-icu4j) local apex="com.android.i18n";;
|
D | javac-helper.sh | 65 --core-only)
|
D | art | 564 (core-icu4j) local apex="com.android.i18n";;
|
/art/test/135-MirandaDispatch/ |
D | info.txt | 3 …n of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar)
|
/art/libnativebridge/ |
D | Android.bp | 75 "//frameworks/base/core/jni",
|
/art/test/121-modifiers/ |
D | info.txt | 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
|
/art/test/etc/ |
D | default-build | 259 "$ANDROID_BUILD_TOP/art/tools/javac-helper.sh" --core-only $helper_args ${JAVAC_ARGS} "$@" 271 … local boot_class_path_list=$($ANDROID_BUILD_TOP/art/tools/bootjars.sh --$BUILD_MODE --core --path)
|
D | run-test-jar | 731 (core-icu4j) apex_module="com.android.i18n";;
|
/art/test/ |
D | Android.run-test.mk | 126 core-image-dependencies :=
|
D | README.md | 67 some test Dex files and core images.
|
D | Android.bp | 199 // Compile against the "core" bootclasspath, not the "default" one (current 201 // definition of module `core-tests` in libcore/JavaLibrary.bp). 207 system_modules: "core-all-system-modules",
|
/art/libnativeloader/ |
D | Android.bp | 76 "//frameworks/base/core/jni",
|
/art/build/apex/ |
D | Android.bp | 142 "core-oj", 143 "core-libart", 149 // Native libraries that support the core Java libraries.
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 25 # Test register allocation of 32-bit core intervals crossing catch block positions. 58 # Test register allocation of 64-bit core intervals crossing catch block positions. 211 # Test catch-phi runtime support for 32-bit values stored in core registers. 249 # Test catch-phi runtime support for 64-bit values stored in core registers. 256 # Note: values will be spilled on x86 because of too few callee-save core registers.
|
/art/compiler/optimizing/ |
D | locations.h | 495 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
|
/art/runtime/ |
D | runtime_options.def | 186 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2156 push {r0-r4, r9, ip, lr} @ save return address, core caller-save registers and ip
|