Searched refs:dynamic (Results 1 – 25 of 50) sorted by relevance
12
/system/media/camera/docs/ |
D | extension_camera_metadata_tags.mako | 28 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version 35 % if entry.kind == 'dynamic':
|
D | vndk_camera_metadata_tags.mako | 43 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version 47 …%for api_level, keys in get_api_level_to_keys(find_all_sections(metadata), metadata, 'dynamic').it…
|
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 | 103 ${single_kind_keys('dynamic','CaptureResult')}\
|
D | CameraMetadataKeys.mako | 112 ##${single_kind_keys('CaptureResultKeys', 'dynamic')}
|
/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 | 42 TARGET_BIN_LDFLAGS += -lpthread -lrt -ldl -Wl,--export-dynamic
|
/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/core/fs_mgr/ |
D | README.overlayfs.md | 11 Limited memory systems use read-only types of file systems or dynamic 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/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/private/ |
D | kernel.te | 136 # dynamic linker when it re-executes /init to switch into the second stage. 137 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed 139 # domain (the source domain) to execute the dynamic linker (system_file type). 143 # The label for the dynamic linker is rootfs in the recovery partition. This is because
|
D | composd.te | 4 # Host dynamic AIDL services
|
D | fuseblkd_untrusted.te | 16 # Permissions to read dynamic partitions blocks.
|
D | snapuserd.te | 19 # dm-X and dynamic partitions.
|
D | ueventd.te | 51 # the dynamic linker and shared libraries.
|
/system/chre/doc/ |
D | nanoapp_overview.md | 51 before dynamic loading functionality is enabled. For example, the FeatureWorld 100 At the binary level, a preloaded nanoapp and fully dynamic nanoapp are 104 and `.so` file for the actual binary, a fully dynamic nanoapp has the header 107 can be used to create a fully dynamic nanoapp file from these components. 109 Instead of being stored on the device filesystem, fully dynamic nanoapps can be
|
D | framework_overview.md | 63 5. Since the mechanism of supporting dynamic linkage and position independent 77 2. The Nanoapp Support Library (NSL) and/or the platform's dynamic linking 195 Examples include RTTI, exceptions, overuse of dynamic memory allocation, etc.
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 173 typedef struct dynamic { struct
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 342 // Metadata related to all dynamic partitions. 352 // Whether dynamic partitions have snapshots during the update. If this is 353 // set to true, the update_engine daemon creates snapshots for all dynamic 355 // NOT create snapshots for dynamic partitions. 432 // Metadata related to all dynamic partitions.
|
/system/update_engine/ |
D | update_metadata.proto | 342 // Metadata related to all dynamic partitions. 352 // Whether dynamic partitions have snapshots during the update. If this is 353 // set to true, the update_engine daemon creates snapshots for all dynamic 355 // NOT create snapshots for dynamic partitions. 432 // Metadata related to all dynamic partitions.
|
/system/logging/logd/ |
D | LogTags.cpp | 647 bool dynamic = source && !strcmp(source, dynamic_event_log_tags); in WritePersistEventLogTags() local 648 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() 662 if (!dynamic || !RebuildFileEventLogTags(dynamic_event_log_tags)) { in WritePersistEventLogTags()
|
/system/extras/libatrace_rust/benchmark/ |
D | README.md | 31 You may need to push dynamic libraries they depend on as well if they're not present on device and
|
12