Home
last modified time | relevance | path

Searched refs:done (Results 1 – 10 of 10) sorted by relevance

/trusty/user/app/sample/app-mgmt-test/port-start-srv/
Dmain.c35 bool done = false; in handle_cmd() local
46 done = true; in handle_cmd()
54 done = true; in handle_cmd()
60 done = true; in handle_cmd()
65 done = true; in handle_cmd()
71 done = true; in handle_cmd()
74 return done; in handle_cmd()
111 bool done = false; in main() local
179 while (!done) { in main()
201 done = handle_cmd(cmd, channel, &start_port); in main()
/trusty/vendor/google/aosp/scripts/
Dlog_processor.py72 def done(self): member in ModuleQueue.ModuleStatus
94 message, done = val
97 if done:
109 if active_entry.done():
111 active_entry.message = message, done_time, done
120 active_entry.message = message, start_time, done
127 if self.active[m].done():
209 message, start_time, done = entry
231 if done:
303 done = False
[all …]
/trusty/user/base/interface/boot_done/generated/
DIBootDone.cpp143 goto done; in on_message()
147 goto done; in on_message()
163 goto done; in on_message()
184 goto done; in on_message()
188 goto done; in on_message()
200 done: in on_message()
211 goto done; in on_message()
215 goto done; in on_message()
217 goto done; in on_message()
/trusty/hardware/nxp/app/hwcrypto/
Dhwkey_srv_provider.c68 goto done; in derive_key_v1()
72 done: in derive_key_v1()
/trusty/kernel/lib/sm/
Dsm.c48 bool done; member
165 stdcallstate.done = true; in sm_stdcall_loop()
178 if (stdcallstate.event.signaled || stdcallstate.done) { in sm_queue_stdcall()
319 if (stdcallstate.done) { in sm_get_stdcall_ret()
320 stdcallstate.done = false; in sm_get_stdcall_ret()
/trusty/kernel/lib/trusty/
Dtipc_virtio_dev.c766 goto done; in handle_rx_msg()
783 goto done; in handle_rx_msg()
797 done: in handle_rx_msg()
1317 goto done; in tipc_send_data()
1331 goto done; in tipc_send_data()
1366 done: in tipc_send_data()
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1067 unsigned int done; in file_allocate_all_test() local
1081 for (count = INT_MAX, done = 0; count > 0; count -= step_size) { in file_allocate_all_test()
1088 for (j = 0, done = 0; done != tr_count && j < count; j++) { in file_allocate_all_test()
1089 for (i = 0, done = 0; i < tr_count; i++) { in file_allocate_all_test()
1091 done++; in file_allocate_all_test()
1098 done++; in file_allocate_all_test()
1106 for (i = 0, done = 0; i < tr_count; i++) { in file_allocate_all_test()
1114 done++; in file_allocate_all_test()
1115 } else if (!done) { in file_allocate_all_test()
1124 if (success_count && done) { in file_allocate_all_test()
[all …]
/trusty/user/base/make/
DREADME.md140 | | (formerly done by xbin.mk).
/trusty/user/app/storage/
Dblock_cache.c619 goto done; in block_cache_lookup()
673 goto done; in block_cache_lookup()
727 done: in block_cache_lookup()
/trusty/user/app/sample/rust-hello-world/
DREADME.md92 Once you've done so, don't include the original C `app` in `TRUSTY_BUILTIN_USER_TASKS`. We want to …