Searched refs:completed (Results 1 – 15 of 15) sorted by relevance
/system/core/libunwindstack/tests/ |
D | UnwindTest.cpp | 216 void WaitForRemote(pid_t pid, uint64_t addr, bool leave_attached, bool* completed) { in WaitForRemote() argument 217 *completed = false; in WaitForRemote() 230 *completed = true; in WaitForRemote() 232 if (!*completed || !leave_attached) { in WaitForRemote() 235 if (*completed) { in WaitForRemote() 254 bool completed; in TEST_F() local 255 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F() 256 ASSERT_TRUE(completed) << "Timed out waiting for remote process to be ready."; in TEST_F() 278 bool completed; in TEST_F() local 279 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F() [all …]
|
/system/vold/ |
D | EncryptInplace.cpp | 71 int completed; member 121 static void log_progress(struct encryptGroupsData const* data, bool completed) { in log_progress() argument 128 if (completed || (offset != -1 && data->offset != offset)) { in log_progress() 134 if (!completed && offset != data->offset) { in log_progress() 139 if (!completed) { in log_progress() 238 data->completed = 1; in encrypt_groups() 329 *size_already_done += data.completed ? size : data.last_written_sector; in cryptfs_enable_inplace_ext4() 339 static void log_progress_f2fs(u64 block, bool completed) { in log_progress_f2fs() argument 346 if (completed || (last_block != (u64)-1 && block != last_block + 1)) { in log_progress_f2fs() 352 if (!completed && (last_block == (u64)-1 || block != last_block + 1)) { in log_progress_f2fs() [all …]
|
/system/sepolicy/private/ |
D | ueventd.te | 6 # to init that cold boot has completed.
|
/system/core/bootstat/ |
D | bootstat.rc | 58 # sys.bootstat.first_boot_completed=0 - first boot completed trigger wasn't processed yet. 59 # sys.bootstat.first_boot_completed=1 - first boot completed trigger was processed and 60 # record_boot_complete was called. Subsequent boot completed
|
/system/security/keystore/ |
D | auth_token_table.cpp | 139 entries_, [&](Entry& e) { return e.token().challenge == op_handle && !e.completed(); }); in FindAuthPerOpAuthorization() 187 entries_, [&](Entry& e) { return e.token().challenge == challenge && !e.completed(); }); in FindAuthorizationForCredstore() 291 if (!entry.completed()) return false; in Supersedes()
|
D | auth_token_table.h | 140 bool completed() const { return operation_completed_; } in completed() function
|
/system/extras/memory_replay/traces/ |
D | README | 67 Indicates that the thread <tid> has completed.
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 36 …ble of rebooting normally without user intervention. Once the merge has completed, the test will r…
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | ueventd.te | 63 # to init that cold boot has completed.
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 103 // Post-merge cleanup steps could not be completed due to a transient
|
/system/bt/gd/cert/ |
D | gd_device.py | 622 completed = self.adb.getprop("sys.boot_completed") 623 if completed == '1':
|
/system/core/fastboot/ |
D | README.md | 43 c. OKAY -> the requested command completed successfully. Go to #5
|
/system/update_engine/ |
D | README.md | 100 completed and the user needs to reboot the system. At this point, until the user
|
/system/core/rootdir/ |
D | init.rc | 782 # completed and apexd.status becomes "ready".
|
/system/core/init/ |
D | README.md | 958 /system to /. The contents of the ramdisk are freed after mounting has completed.
|