HomeSort by relevance Sort by last modified time
    Searched refs:clean_up (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /platform_testing/scripts/perf-load-setup/
spin-n-threads.sh 14 clean_up() { function
39 trap clean_up SIGINT SIGTERM SIGKILL
  /system/bt/btcore/src/
osi_module.cc 43 .clean_up = osi_clean_up,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
8-1.c 147 goto clean_up;
154 goto clean_up;
165 goto clean_up;
178 goto clean_up;
199 goto clean_up;
229 goto clean_up;
234 goto clean_up;
241 goto clean_up;
249 goto clean_up;
252 clean_up
    [all...]
  /system/bt/main/
stack_config.cc 62 static future_t* clean_up() { function
72 .clean_up = clean_up,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
do-plot 18 function clean_up
26 clean_up
30 trap clean_up EXIT
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot 18 function clean_up function
26 clean_up
30 trap clean_up EXIT
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
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/
do-plot 18 function clean_up function
26 clean_up
30 trap clean_up EXIT
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot 18 function clean_up function
26 clean_up
30 trap clean_up EXIT
  /system/bt/utils/src/
bt_utils.cc 73 static future_t* clean_up(void) { function
81 .clean_up = clean_up,
  /system/bt/btcore/include/
module.h 35 module_lifecycle_fn clean_up; member in struct:__anon1688
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
logitech_headset.py 46 def clean_up(self): member in class:LogitechAudioReceiver
48 GenericRelayDevice.clean_up(self)
sony_xb20_speaker.py 69 def clean_up(self): member in class:SonyXB20Speaker
71 GenericRelayDevice.clean_up(self)
dongles.py 61 def clean_up(self): member in class:SingleButtonDongle
63 GenericRelayDevice.clean_up(self)
109 def clean_up(self): member in class:ThreeButtonDongle
111 GenericRelayDevice.clean_up(self)
generic_relay_device.py 38 def clean_up(self): member in class:GenericRelayDevice
relay_device.py 59 def clean_up(self): member in class:RelayDevice
ak_xb10_speaker.py 74 def clean_up(self): member in class:AkXB10Speaker
76 GenericRelayDevice.clean_up(self)
fugu_remote.py 61 def clean_up(self): member in class:FuguRemote
63 GenericRelayDevice.clean_up(self)
sony_xb2_speaker.py 74 def clean_up(self): member in class:SonyXB2Speaker
76 GenericRelayDevice.clean_up(self)
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.cc 134 std::vector<CleanUp>* clean_up) {
149 clean_up->emplace_back(std::move(cur_attempt->done_callback),
164 std::vector<CleanUp> clean_up; local
170 changed = TryAttemptLocked(&clean_up);
174 for (const auto& to_clean : clean_up) {
queue_base.cc 265 std::vector<CleanUp>* clean_up) {
303 clean_up->emplace_back(std::move(cur_attempt->done_callback),
315 std::vector<CleanUp> clean_up; local
321 changed = TryAttemptLocked(kEnqueue, &clean_up);
322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed;
326 for (const auto& to_clean : clean_up) {
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_lib.sh 43 TST_CLEANUP=clean_up
155 clean_up() function
  /development/gsi/gsi_util/gsi_util/mounters/
base_mounter.py 42 def clean_up(self): member in class:MounterFile
56 x.clean_up()
67 def clean_up(self): member in class:MounterFileList
  /tools/test/connectivity/acts/tests/google/coex/stress_tests/
CoexBtMultiProfileStressTest.py 47 self.audio_receiver.clean_up()
48 self.receiver.clean_up()
  /system/core/libcutils/
str_parms.cpp 220 goto clean_up;
225 goto clean_up;
232 goto clean_up;
245 clean_up:

Completed in 402 milliseconds

1 2 3 4