/art/libnativeloader/ |
D | README.md | 6 libnativeloader is responsible for loading native shared libraries (`*.so` 7 files) inside the Android Runtime (ART). The native shared libraries could be 8 app-provided JNI libraries or public native libraries like `libc.so` provided 21 configured so that only the JNI libraries embedded in the APK is accessible 22 from the namespace, thus preventing an APK from loading JNI libraries of other 28 public native libraries that is listed in `/system/etc/public.libraries.txt` 29 are available from the platform, whereas in case of the bundled, all libraries 33 libraries. As the platform is getting modularized with 35 some libraries are no longer provided from platform, but from the APEXes which 36 have their own linker namespaces. For example, ICU libraries `libicuuc.so` and [all …]
|
D | Android.bp | 110 // are used to include C libraries without libdl.
|
/art/libnativeloader/test/ |
D | Android.mk | 19 LOCAL_MODULE := public.libraries-oem1.txt 26 LOCAL_MODULE := public.libraries-oem2.txt 33 LOCAL_MODULE := public.libraries-product1.txt
|
/art/build/apex/ |
D | Android.bp | 20 // - Base requirements (libraries). 23 // the ART APEX, meaning that copies of some of these libraries have to be 26 // Buildbot and Golem (see `art/Android.mk`). If you add libraries to this list, 40 // TODO(b/124476339): Clean up the following libraries once "required" 41 // dependencies work with APEX libraries. 77 // - Debug variants (libraries). 92 // TODO(b/124476339): When bug 124476339 is fixed, add these libraries as `runtime_libs` 139 // Core Java libraries. 149 // Native libraries that support the core Java libraries. 152 // the ART APEX, meaning that copies of some of these libraries have to be [all …]
|
D | ld.config.txt | 37 # JVMTI libraries used in ART testing are located under /data; dalvikvm 109 # the runtime Java code and binaries do not explicitly load native libraries 115 # This namespace is for libraries within the conscrypt APEX. 140 # This namespace is for libraries within the NNAPI APEX. 167 # This namespace is for libraries within the adbd APEX.
|
/art/test/688-shared-library/ |
D | info.txt | 1 Tests on BaseDexClassLoader shared libraries and their class
|
/art/test/121-modifiers/ |
D | info.txt | 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then 7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
|
/art/build/sdk/ |
D | Android.bp | 28 // Exported host tools and libraries. 38 // Exported tests and supporting libraries
|
/art/test/utils/ |
D | get-device-test-native-lib-path | 20 native libraries installed on the device for testing purposes.
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | README.md | 11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 16 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/oatdump/ |
D | Android.bp | 106 // correctly. Multiple source libraries depend on it.
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/ |
D | Android.mk | 723 $(TARGET_OUT)/etc/public.libraries.txt \ 737 sed -i '/libartd.so/d' $(TARGET_OUT)/etc/public.libraries.txt 738 sed -i '/libdexfiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt 739 sed -i '/libprofiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt 740 sed -i '/libartbased.so/d' $(TARGET_OUT)/etc/public.libraries.txt
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/runtime/ |
D | class_loader_context_test.cc | 1183 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local 1188 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F() 1191 "Main", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F() 1221 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local 1226 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F() 1230 nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F() 1619 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local 1624 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F() 1627 "ForClassLoaderB", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
|
D | class_loader_context.cc | 794 MutableHandle<mirror::ObjectArray<mirror::ClassLoader>> libraries( in CreateClassLoaderInternal() local 798 libraries.Assign(mirror::ObjectArray<mirror::ClassLoader>::Alloc( in CreateClassLoaderInternal() 804 libraries->Set(i, in CreateClassLoaderInternal() 848 libraries); in CreateClassLoaderInternal()
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 9 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 13 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/list-extensions/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|