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

1 2 3

  /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 59 static future_t* clean_up() { function
70 .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:__anon113288
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
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/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_lib.sh 43 TST_CLEANUP=clean_up
155 clean_up() function
  /external/libvpx/libvpx/tools/
tiny_ssim.c 210 goto clean_up;
219 goto clean_up;
230 goto clean_up;
238 goto clean_up;
252 goto clean_up;
260 goto clean_up;
285 goto clean_up;
383 clean_up:
  /system/core/libcutils/
str_parms.c 227 goto clean_up;
232 goto clean_up;
239 goto clean_up;
252 clean_up:
  /tools/test/connectivity/acts/framework/acts/controllers/
relay_device_controller.py 83 device.clean_up()
  /tools/test/connectivity/acts/tests/google/fugu/
AndroidFuguRemotePairingTest.py 37 self.fugu_remote.clean_up()
  /tools/test/connectivity/acts/tests/sample/
RelayDeviceSampleTest.py 43 # clean_up() will set the relay device back to a default state.
45 self.relay_device.clean_up()
73 # Other RelayDevices may handle this for you in their clean_up() call.
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 219 ads[0].clean_up = mock.MagicMock()
221 ads[1].clean_up = mock.MagicMock()
224 ads[2].clean_up = mock.MagicMock()
227 ads[0].clean_up.assert_called_once_with()
228 ads[1].clean_up.assert_called_once_with()
229 ads[2].clean_up.assert_called_once_with()
  /tools/test/connectivity/acts/tests/google/bt/power/
SetupBTPairingTest.py 87 self.bt_device.clean_up()
  /tools/test/connectivity/acts/tests/google/bt/
AkXB10PairingTest.py 50 self.ak_xb10_speaker.clean_up()

Completed in 356 milliseconds

1 2 3