Searched refs:dynamic (Results 1 – 25 of 52) sorted by relevance
123
/system/bt/gd/packet/parser/ |
D | size.h | 33 Size(std::string dynamic) { in Size() argument 35 dynamic_.push_back(dynamic); in Size() 38 Size(int bits, std::string dynamic) { in Size() argument 41 dynamic_.push_back(dynamic); in Size()
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 9 This will run tests on the test service (described below), the goal being to test the dynamic 36 to be a dynamic service). The server then joins the thread pool. 42 lines are only required for dynamic services.
|
/system/chre/build/variant/ |
D | google_arm64_android.mk | 28 TARGET_BIN_LDFLAGS += -pie -laaudio -llog -ldl -Wl,--export-dynamic
|
D | google_x86_linux.mk | 41 TARGET_BIN_LDFLAGS += -lpthread -lrt -ldl -Wl,--export-dynamic
|
/system/media/camera/docs/ |
D | CaptureResultKeys.mako | 17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureResult', xml_kind='dynamic'" />
|
D | CaptureResultTest.mako | 27 % if entry.kind == 'dynamic' and entry.visibility in ("public", "java_public"):
|
D | CameraMetadataEnums.mako | 95 ${single_kind_keys('dynamic','CaptureResult')}\
|
/system/sepolicy/public/ |
D | kernel.te | 95 # dynamic linker when it re-executes /init to switch into the second stage. 96 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed 98 # domain (the source domain) to execute the dynamic linker (system_file type). 102 # The label for the dynamic linker is rootfs in the recovery partition. This is because
|
D | ueventd.te | 44 # the dynamic linker and shared libraries.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | kernel.te | 92 # dynamic linker when it re-executes /init to switch into the second stage. 93 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed 95 # domain (the source domain) to execute the dynamic linker (system_file type). 99 # The label for the dynamic linker is rootfs in the recovery partition. This is because
|
D | ueventd.te | 44 # the dynamic linker and shared libraries.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | kernel.te | 95 # dynamic linker when it re-executes /init to switch into the second stage. 96 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed 98 # domain (the source domain) to execute the dynamic linker (system_file type). 102 # The label for the dynamic linker is rootfs in the recovery partition. This is because
|
D | ueventd.te | 44 # the dynamic linker and shared libraries.
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 15 because it uses the same logic from dynamic partitions. 23 This is a super partition header that allows first-stage init to create dynamic 31 mounted, so first-stage init has no issues mapping dynamic partitions from
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 114 .dynamic : { *(.dynamic) } : dynamic1 : phdr2
|
D | uimage.lcs.toolv80 | 107 .dynamic : { *(.dynamic) } : phdr1 : dynamic1
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | dumpstate.te | 53 # For dumping dynamic partition information.
|
D | otapreopt_chroot.te | 14 # This is required for dynamic partitions.
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 81 right-sizing of images and requires more free dynamic partition space. 96 - If a dynamic partition runs out of space, making a logical partition larger 100 - For implementation simplicity on retrofit dynamic partition devices,
|
/system/sepolicy/private/ |
D | dumpstate.te | 64 # For dumping dynamic partition information.
|
D | otapreopt_chroot.te | 14 # This is required for dynamic partitions.
|
/system/core/liblog/ |
D | Android.bp | 127 // because the dynamic linker has to use it statically.
|
/system/update_engine/ |
D | update_metadata.proto | 305 // Metadata related to all dynamic partitions. 315 // Whether dynamic partitions have snapshots during the update. If this is 316 // set to true, the update_engine daemon creates snapshots for all dynamic 318 // NOT create snapshots for dynamic partitions. 368 // Metadata related to all dynamic partitions.
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 305 // Metadata related to all dynamic partitions. 315 // Whether dynamic partitions have snapshots during the update. If this is 316 // set to true, the update_engine daemon creates snapshots for all dynamic 318 // NOT create snapshots for dynamic partitions. 368 // Metadata related to all dynamic partitions.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | otapreopt_chroot.te | 14 # This is required for dynamic partitions.
|
123