Searched refs:ADexFile_Method_getQualifiedName (Results 1 – 25 of 47) sorted by relevance
12
/aosp_15_r20/art/libdexfile/external/ |
H A D | dex_file_ext_test.cc | 89 EXPECT_STREQ(ADexFile_Method_getQualifiedName(method, false, &size), "Main.<init>"); in TEST_F() 90 EXPECT_STREQ(ADexFile_Method_getQualifiedName(method, true, &size), "void Main.<init>()"); in TEST_F() 104 EXPECT_STREQ(ADexFile_Method_getQualifiedName(method, false, &size), "Main.main"); in TEST_F() 105 …EXPECT_STREQ(ADexFile_Method_getQualifiedName(method, true, &size), "void Main.main(java.lang.Stri… in TEST_F() 132 push_back(ADexFile_Method_getQualifiedName(method, false, nullptr)); in TEST_F()
|
H A D | dex_file_ext.cc | 284 const char* ADexFile_Method_getQualifiedName(const ADexFile_Method* self, in ADexFile_Method_getQualifiedName() function
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfiled/android_arm64_armv8-2a_cortex-a55_shared_current/gen/ |
D | stub.c | 5 void ADexFile_Method_getQualifiedName() {} in ADexFile_Method_getQualifiedName() function
|
D | abi_symbol_list.txt | 6 ADexFile_Method_getQualifiedName
|
D | stub.map | 7 ADexFile_Method_getQualifiedName;
|
/aosp_15_r20/art/libdexfile/ |
H A D | libdexfile.map.txt | 7 ADexFile_Method_getQualifiedName; # apex
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfiled/android_arm64_armv8-2a_cortex-a55_shared_current/ |
D | libdexfiled.so.toc | 13 8: FUNC GLOBAL PROTECTED 9 ADexFile_Method_getQualifiedName@@LIBDEXFILE_1
|
/aosp_15_r20/art/libdexfile/external/include/art_api/ |
H A D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
H A D | dex_file_support.h | 35 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 35 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 136 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 37 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 35 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 37 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 35 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 35 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 136 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 37 MACRO(ADexFile_Method_getQualifiedName) \
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/ |
D | libdexfile.so.toc | 207 202: FUNC GLOBAL PROTECTED 15 ADexFile_Method_getQualifiedName
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfiled/android_arm64_armv8-2a_cortex-a55_shared_apex31/ |
D | libdexfiled.so.toc | 300 295: FUNC GLOBAL PROTECTED 15 ADexFile_Method_getQualifiedName
|
12