/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/ |
D | 8-1.c | 147 goto clean_up; in main() 154 goto clean_up; in main() 165 goto clean_up; in main() 178 goto clean_up; in main() 199 goto clean_up; in main() 229 goto clean_up; in main() 234 goto clean_up; in main() 241 goto clean_up; in main() 249 goto clean_up; in main() 252 clean_up: in main()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator_base.cc | 134 std::vector<CleanUp>* clean_up) { in TryAttemptLocked() argument 149 clean_up->emplace_back(std::move(cur_attempt->done_callback), in TryAttemptLocked() 164 std::vector<CleanUp> clean_up; in FlushUnlocked() local 170 changed = TryAttemptLocked(&clean_up); in FlushUnlocked() 174 for (const auto& to_clean : clean_up) { in FlushUnlocked()
|
D | queue_base.cc | 265 std::vector<CleanUp>* clean_up) { in TryAttemptLocked() argument 303 clean_up->emplace_back(std::move(cur_attempt->done_callback), in TryAttemptLocked() 315 std::vector<CleanUp> clean_up; in FlushUnlocked() local 321 changed = TryAttemptLocked(kEnqueue, &clean_up); in FlushUnlocked() 322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed; in FlushUnlocked() 326 for (const auto& to_clean : clean_up) { in FlushUnlocked()
|
D | conditional_accumulator_base.h | 150 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
|
D | queue_base.h | 128 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | do-plot | 18 function clean_up function 26 clean_up 30 trap clean_up EXIT
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | do-plot | 18 function clean_up 26 clean_up 30 trap clean_up EXIT
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | do-plot | 18 function clean_up function 26 clean_up 30 trap clean_up EXIT
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | do-plot | 18 function clean_up function 26 clean_up 30 trap clean_up EXIT
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | do-plot | 18 function clean_up function 26 clean_up 30 trap clean_up EXIT
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ |
D | ftrace_lib.sh | 43 TST_CLEANUP=clean_up 155 clean_up() function
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 592 goto clean_up; in main() 605 goto clean_up; in main() 620 goto clean_up; in main() 628 goto clean_up; in main() 642 goto clean_up; in main() 650 goto clean_up; in main() 675 goto clean_up; in main() 786 clean_up: in main()
|
/external/autotest/client/site_tests/power_Thermal/ |
D | power_Thermal.py | 63 def clean_up(obj): function 323 self.register_after_iteration_hook(clean_up)
|
/external/autotest/venv/lucifer/ |
D | handoffs.py | 43 def clean_up(job_ids): function
|
/external/autotest/venv/lucifer/cmd/ |
D | job_aborter.py | 105 handoffs.clean_up(job_ids)
|
/external/curl/lib/ |
D | hostip.c | 626 goto clean_up; in Curl_resolv_timeout() 671 clean_up: in Curl_resolv_timeout()
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Finder_items.py | 39 def clean_up(self, _object, _attributes={}, **_arguments): member in Finder_items_Events
|