Searched refs:api (Results 1 – 12 of 12) 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/libartbase/base/ |
D | hiddenapi_stubs.h | 35 static const std::string_view ToString(Kind api) { in ToString() argument 36 switch (api) { in ToString()
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 79 public BootstrapBuilder(int api, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder() argument 80 this(api, null, callsiteMap); in BootstrapBuilder() 83 public BootstrapBuilder(int api, ClassVisitor cv, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder() argument 84 super(api, cv); in BootstrapBuilder() 92 return new MethodVisitor(this.api, mv) { in visitMethod()
|
/art/test/804-class-extends-itself/ |
D | build | 20 ./default-build "$@" --api-level 13
|
/art/test/089-many-methods/ |
D | build | 51 ./default-build --api-level 20 "$@"
|
/art/test/1948-obsolete-const-method-handle/ |
D | build | 23 ./default-build --api-level 28 "$@"
|
/art/tools/ahat/etc/ |
D | ahat_api_msg.txt | 5 is intentional, run 'm ahat-update-api' to update the recorded API.
|
/art/test/979-const-method-handle/ |
D | build | 57 ./default-build "$@" --api-level 28
|
/art/test/952-invoke-custom/ |
D | build | 73 DESUGAR=false ./default-build "$@" --api-level 28
|
/art/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 74 int api, in ConstantBuilder() argument 78 super(api, cv); in ConstantBuilder() 87 return new MethodVisitor(this.api, mv) { in visitMethod()
|
/art/tools/veridex/ |
D | appcompat.sh | 30 --api-flags=${SCRIPT_DIR}/hiddenapi-flags.csv \
|
/art/test/etc/ |
D | default-build | 319 ${DEXMERGER} --min-api 1000 --output ./d8_merge_out "${dex_files_to_merge[@]}"
|