Home
last modified time | relevance | path

Searched refs:core (Results 1 – 24 of 24) sorted by relevance

/art/test/674-hiddenapi/
Dhiddenapi-flags.csv1 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/
DAndroid.bp35 "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/
DAndroid.common_path.mk39 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)
DAndroid.bp272 // 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",
DAndroid.gtest.mk44 $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-hostdex.jar:apex/com.android.i18n/javalib/core-icu4j.jar \
/art/tools/veridex/
Dappcompat.sh29 --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/
Dbootjars.sh36 --core)
84 if [[ $boot_module == core-icu4j ]]; then
Ddex2oat_wrapper78 local modules="core-oj core-libart okhttp bouncycastle apache-xml core-icu4j conscrypt"
85 (core-icu4j) local apex="com.android.i18n";;
Djavac-helper.sh65 --core-only)
Dart564 (core-icu4j) local apex="com.android.i18n";;
/art/test/135-MirandaDispatch/
Dinfo.txt3 …n of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar)
/art/libnativebridge/
DAndroid.bp75 "//frameworks/base/core/jni",
/art/test/121-modifiers/
Dinfo.txt5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
/art/test/etc/
Ddefault-build259 "$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)
Drun-test-jar731 (core-icu4j) apex_module="com.android.i18n";;
/art/test/
DAndroid.run-test.mk126 core-image-dependencies :=
DREADME.md67 some test Dex files and core images.
DAndroid.bp199 // 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/
DAndroid.bp76 "//frameworks/base/core/jni",
/art/build/apex/
DAndroid.bp142 "core-oj",
143 "core-libart",
149 // Native libraries that support the core Java libraries.
/art/test/510-checker-try-catch/smali/
DRuntime.smali25 # 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/
Dlocations.h495 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
/art/runtime/
Druntime_options.def186 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2156 push {r0-r4, r9, ip, lr} @ save return address, core caller-save registers and ip