Home
last modified time | relevance | path

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

12

/art/test/674-hiddenapi/
Dhiddenapi-flags.csv1 LNullaryConstructorBlocklistAndCorePlatformApi;-><init>()V,blocked,core-platform-api
5 LParentClass;->fieldPackageBlocklistAndCorePlatformApi:I,blocked,core-platform-api
9 LParentClass;->fieldPackageStaticBlocklistAndCorePlatformApi:I,blocked,core-platform-api
13 LParentClass;->fieldPrivateBlocklistAndCorePlatformApi:I,blocked,core-platform-api
17 LParentClass;->fieldPrivateStaticBlocklistAndCorePlatformApi:I,blocked,core-platform-api
21 LParentClass;->fieldProtectedBlocklistAndCorePlatformApi:I,blocked,core-platform-api
25 LParentClass;->fieldProtectedStaticBlocklistAndCorePlatformApi:I,blocked,core-platform-api
29 LParentClass;->fieldPublicBlocklistAndCorePlatformApiB:I,blocked,core-platform-api
30 LParentClass;->fieldPublicBlocklistAndCorePlatformApi:I,blocked,core-platform-api
37 LParentClass;->fieldPublicStaticBlocklistAndCorePlatformApiB:I,blocked,core-platform-api
[all …]
/art/build/sdk/
DAndroid.bp99 "core-lambda-stubs",
107 "core.current.stubs",
115 "legacy.core.platform.api.stubs",
116 "stable.core.platform.api.stubs",
126 "art-module-intra-core-api-stubs-system-modules",
127 "core-current-stubs-system-modules",
128 "core-module-lib-stubs-system-modules",
129 "legacy-core-platform-api-stubs-system-modules",
130 "stable-core-platform-api-stubs-system-modules",
221 "core-compat-test-rules",
[all …]
/art/build/boot/
DAndroid.bp28 // Must match the ART_APEX_JARS set in build/make/core/envsetup.mk
30 "core-oj",
31 "core-libart",
39 // Stubs for the core-oj and core-libart. The other modules do not
/art/build/
DAndroid.common_path.mk54 CORE_IMG_JARS := core-oj core-libart okhttp bouncycastle apache-xml
74 HOST_BOOT_IMAGE_JARS += $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar
75 $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar : $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-ho…
80 HOST_TEST_CORE_JARS := $(addsuffix -hostdex,$(CORE_IMG_JARS) core-icu4j conscrypt)
DAndroid.bp408 // A version of core-icu4j only for enabling the "-hostdex" version to test ART on host.
410 // We need our own name to not clash with the core-icu4j library.
411 name: "core-icu4j-host",
414 static_libs: ["core-icu4j-for-host"],
416 // Tests and build files rely on this file to be installed as "core-icu4j-hostdex",
418 // "core-icu4j-host-hostdex".
419 stem: "core-icu4j",
Dbuild-art-module.sh6 if [ ! -e build/make/core/Makefile ]; then
DAndroid.gtest.mk46 $(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)
Dbuildbot-build.sh356 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
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/test/121-modifiers/
Dinfo.txt5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
/art/libnativebridge/
DAndroid.bp83 "//frameworks/base/core/jni",
/art/test/etc/
Ddefault-build268 "$ANDROID_BUILD_TOP/art/tools/javac-helper.sh" --core-only $helper_args ${JAVAC_ARGS} "$@"
280 … local boot_class_path_list=$($ANDROID_BUILD_TOP/art/tools/bootjars.sh --$BUILD_MODE --core --path)
Drun-test-jar719 (core-icu4j) apex_module="com.android.i18n";;
/art/libnativeloader/
DAndroid.bp82 "//frameworks/base/core/jni",
/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/build/apex/
DAndroid.bp164 "core-oj",
165 "core-libart",
171 // Native libraries that support the core Java libraries.
/art/compiler/optimizing/
Dlocations.h512 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
/art/runtime/
Druntime_options.def193 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
/art/test/
DREADME.md68 some test Dex files and core images.
/art/libdexfile/
DAndroid.bp170 "//system/core/debuggerd",

12