Searched refs:core (Results 1 – 25 of 27) sorted by relevance
12
/art/test/674-hiddenapi/ |
D | hiddenapi-flags.csv | 1 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/ |
D | Android.bp | 99 "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/ |
D | Android.bp | 28 // 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/ |
D | Android.common_path.mk | 54 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)
|
D | Android.bp | 408 // 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",
|
D | build-art-module.sh | 6 if [ ! -e build/make/core/Makefile ]; then
|
D | Android.gtest.mk | 46 $(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 | buildbot-build.sh | 356 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
|
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/test/121-modifiers/ |
D | info.txt | 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
|
/art/libnativebridge/ |
D | Android.bp | 83 "//frameworks/base/core/jni",
|
/art/test/etc/ |
D | default-build | 268 "$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)
|
D | run-test-jar | 719 (core-icu4j) apex_module="com.android.i18n";;
|
/art/libnativeloader/ |
D | Android.bp | 82 "//frameworks/base/core/jni",
|
/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/build/apex/ |
D | Android.bp | 164 "core-oj", 165 "core-libart", 171 // Native libraries that support the core Java libraries.
|
/art/compiler/optimizing/ |
D | locations.h | 512 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
|
/art/runtime/ |
D | runtime_options.def | 193 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
|
/art/test/ |
D | README.md | 68 some test Dex files and core images.
|
/art/libdexfile/ |
D | Android.bp | 170 "//system/core/debuggerd",
|
12