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 | 95 "core-lambda-stubs", 97 // A special form or "core-lambda-stubs" for use in 99 "core-lambda-stubs-for-system-modules", 103 "core-generated-annotation-stubs", 113 "art-module-intra-core-api-stubs-system-modules", 189 "core-compat-test-rules", 190 "core-test-rules", 191 "core-tests-support", 199 "core-libart-for-host", 217 "core-ojtests-public", [all …]
|
/art/build/ |
D | Android.common_path.mk | 39 CORE_IMG_JARS := core-oj core-libart okhttp bouncycastle apache-xml 64 HOST_BOOT_IMAGE_JARS += $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar 65 $(HOST_OUT)/apex/com.android.i18n/javalib/core-icu4j.jar : $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-ho… 70 HOST_TEST_CORE_JARS := $(addsuffix -hostdex,$(CORE_IMG_JARS) core-icu4j conscrypt)
|
D | Android.bp | 345 // A version of core-icu4j only for enabling the "-hostdex" version to test ART on host. 347 // We need our own name to not clash with the core-icu4j library. 348 name: "core-icu4j-host", 351 static_libs: ["core-icu4j-for-host"], 353 // Tests and build files rely on this file to be installed as "core-icu4j-hostdex", 355 // "core-icu4j-host-hostdex". 356 stem: "core-icu4j",
|
D | Android.gtest.mk | 48 …R)/soong/dexpreopt_$(TARGET_ARCH)/dex_artjars_input/core-icu4j.jar:apex/com.android.i18n/javalib/c…
|
/art/build/apex/ |
D | art.rc | 21 class core 38 class core 50 class core 57 disabled # Started explicitly from system/core/rootdir/init.rc 59 class core
|
D | Android.bp | 105 "core-oj", 106 "core-libart", 124 // Native libraries that support the core Java libraries. 517 "-f $(genDir)/extracted/javalib/core-oj.jar " + 518 "-f $(genDir)/extracted/javalib/core-libart.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/test/719-varhandle-concurrency/ |
D | info.txt | 1 Tests concurrency guarantees of VarHandles. Written to test the core issue in b/208156527.
|
/art/build/boot/ |
D | Android.bp | 71 // Must match the ART_APEX_JARS set in build/make/core/envsetup.mk 73 "core-oj", 74 "core-libart", 82 // Stubs for the core-oj and core-libart. The other modules do not
|
/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/tools/ |
D | dex2oat_wrapper | 90 (core-icu4j) local apex="com.android.i18n";;
|
D | art | 581 (core-icu4j) local apex="com.android.i18n";;
|
D | buildbot-build.sh | 426 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
|
/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 | 84 "//frameworks/base/core/jni",
|
/art/libartservice/service/ |
D | Android.bp | 137 "//frameworks/base/services/core", 252 "services.core",
|
D | README.md | 34 [Compilation options](https://source.android.com/docs/core/runtime/configure#compilation_options).
|
/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/libnativeloader/ |
D | Android.bp | 98 "//frameworks/base/core/jni",
|
/art/compiler/optimizing/ |
D | locations.h | 519 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
|
/art/tools/compiler-explorer/ |
D | compiler-explorer.md | 106 --core-only=true \
|
/art/libdexfile/ |
D | Android.bp | 177 "//frameworks/base/services/core/jni", 178 "//system/core/debuggerd",
|
/art/runtime/ |
D | runtime_options.def | 199 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
|
/art/test/ |
D | README.md | 82 some test Dex files and core images.
|
12