/system/tools/aidl/tests/ |
D | golden_test.sh | 24 local update=0 27 update=0 29 update) 30 update=1 55 if [ "$update" = 1 ]; then 67 if [ "$update" = 1 ]; then 82 if [ "$update" = 1 ]; then
|
/system/tools/hidl/ |
D | update-all-google-makefiles.sh | 5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh 6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh 7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh 8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh 10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
|
/system/update_engine/ |
D | README.md | 13 an update. Hence, reducing the likelihood of corrupting a device into a 19 reboot if an update was performed where the reboot duration is about 10 21 * The user does not need (although they can) to request for an update. The 22 update checks happen periodically in the background. 23 * If the update fails to apply, the user is not affected. The user will 25 apply the update again at a later time. 26 * If the update applies correctly but fails to boot, the system will rollback 28 * The user does not need to reserve enough space for the update. The system 36 In A/B update capable systems, each partition, such as the kernel or root (or 39 which copy has the higher priority at boot time) and when a new update is [all …]
|
/system/timezone/ |
D | README.android | 8 - Code related to the Android time zone update APEX file that can be used 9 to update time zone rules on Android devices. 16 update time zone rules on Android devices. See distro/README for details. 19 - Contains files that provide inputs to the time zone rules update process. 27 - Contains some derived files from the time zone rules update process and 29 also held by ICU - see also update-tzdata.py 32 - Contains tools and scripts related to testing time zone update code. See 44 Data file update tools 48 - A helper script run before update-tzdata.py. 51 update-tzdata.py script. See download-iana-files.py --help for more. [all …]
|
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator.cpp | 147 if (update == nullptr || !update->has_estimate_cow_size()) { in GetCowSize() 154 auto size = update->estimate_cow_size() + 2_MiB; in GetCowSize() 173 if (update == nullptr) return sc.cow_size_bytes(); in GetCowSize() 175 for (const auto& iop : update->operations()) { in GetCowSize() 205 if (update && update->has_estimate_cow_size()) { in Run() 206 ret.snapshot_status.set_estimated_cow_size(update->estimate_cow_size()); in Run()
|
D | partition_cow_creator_test.cpp | 148 PartitionUpdate update; in TEST_F() local 149 *update.mutable_operations() = RepeatedInstallOperationPtr(iopv.begin(), iopv.end()); in TEST_F() 156 .update = &update}; in TEST_F() 223 .update = nullptr}; in TEST_F() 244 PartitionUpdate update; in TEST_F() local 245 update.set_estimate_cow_size(256_KiB); in TEST_F() 253 .update = &update}; in TEST_F() 271 PartitionUpdate update; in TEST_F() local 279 .update = nullptr}; in TEST_F()
|
/system/sepolicy/tests/ |
D | combine_maps.py | 36 bottom.types.update(top.types) 37 bottom.typeattributes.update(top.typeattributes) 54 bottom.typeattributesets[bottom_ta].update(top_type_set)
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_main.cc | 218 bool update; in nfa_dm_check_set_config() local 234 update = false; in nfa_dm_check_set_config() 360 update = true; in nfa_dm_check_set_config() 370 update = true; in nfa_dm_check_set_config() 372 update = true; in nfa_dm_check_set_config() 377 update = true; in nfa_dm_check_set_config() 382 update = true; in nfa_dm_check_set_config() 387 update = true; in nfa_dm_check_set_config() 392 if (update) { in nfa_dm_check_set_config()
|
/system/security/ondevice-signing/ |
D | odsign.rc | 8 # ensures that if odsign crashes during a module update, apexd will detect 9 # those crashes and roll back the update.
|
/system/core/libutils/ |
D | CallStack.cpp | 34 this->update(ignoreDepth+1); in CallStack() 41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack 85 stack->update(ignoreDepth + 1); in getCurrentInternal()
|
/system/core/fs_mgr/libfs_avb/ |
D | sha.h | 34 void update(const uint8_t* data, size_t data_size) { in update() function 54 void update(const uint8_t* data, size_t data_size) { in update() function
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 61 // device that needs to be snapshotted during the update. 89 // the update and before the merge allows us to infer the progress of the 95 // before the update and before the merge allows us to infer the progress of 115 // No update or merge is in progress. 118 // An update is applying; snapshots may already exist. 121 // An update is pending, but has not been successfully booted yet. 137 // The update was implicitly cancelled, either by a rollback or a flash 177 // an update. 201 // Status of the update after the merge attempts. 208 // Total size of all the COW images before the update.
|
/system/security/keystore2/src/ |
D | permission.rs | 204 UPDATE, selinux name: update; 594 KeyPerm::update(), 605 KeyPerm::update(), 618 KeyPerm::update(), 627 KeyPerm::update(), 774 … assert!(check_key_permission(0, &system_server_ctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_app() 787 assert!(check_key_permission(0, &shell_ctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_app() 862 assert!(check_key_permission(0, &sctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_selinux() 873 assert!(check_key_permission(0, &sctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_selinux() 951 KeyPerm::update(), in key_perm_set_all_test() [all …]
|
/system/tools/xsdc/ |
D | README.md | 38 Then run "make {xsd_config module_name} .docs-update-current-api" or "make 39 update-api" to update all the xsd_config modules. 76 After adding “Deprecated” annotation, we need to update the api or schema just 80 file and the api in last_current.txt, and update it. 83 If there are any changes, we update last_current.txt and last_removed.txt before
|
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 1 # Configuration file for the update-manager component of update_engine. 13 # command "restart update-engine" from a root shell to make your
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_engine_common.te | 2 # background daemon and the recovery tool to sideload an update. 12 # the update to an older version (channel change) or incompatible version 31 # install update.zip from cache
|
/system/extras/simpleperf/ |
D | README.md | 18 update script from within the `system/extras/simpleperf` directory: 20 ./scripts/update.py --bid 1234567 -vv
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | update_engine_common.te | 2 # background daemon and the recovery tool to sideload an update. 12 # the update to an older version (channel change) or incompatible version 31 # install update.zip from cache
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 24 update(); 52 * Must commit all previous update's and updateAll's. 58 * at any point in or outside of the update/commit process.
|
/system/hardware/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/libhidl/ |
D | update-makefiles.sh | 11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 2 # Please update linker configuration generator instead.
|
D | ld.config.legacy.txt | 2 # Please update linker configuration generator instead.
|
/system/testing/gtest_extras/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|