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

1 2

  /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
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay_device.py 59 def clean_up(self): member in class:RelayDevice
generic_relay_device.py 38 def clean_up(self): member in class:GenericRelayDevice
fugu_remote.py 61 def clean_up(self): member in class:FuguRemote
63 GenericRelayDevice.clean_up(self)
ak_xb10_speaker.py 74 def clean_up(self): member in class:AkXB10Speaker
76 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)
sony_xb2_speaker.py 74 def clean_up(self): member in class:SonyXB2Speaker
76 GenericRelayDevice.clean_up(self)
relay.py 156 def clean_up(self): member in class:Relay
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_lib.sh 43 TST_CLEANUP=clean_up
155 clean_up() function
  /system/bt/btcore/include/
module.h 35 module_lifecycle_fn clean_up; member in struct:__anon113288
  /system/bt/utils/src/
bt_utils.cc 73 static future_t* clean_up(void) { function
81 .clean_up = clean_up,
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 63 def clean_up(obj): function
323 self.register_after_iteration_hook(clean_up)
  /system/bt/main/
stack_config.cc 59 static future_t* clean_up() { function
70 .clean_up = clean_up,
  /test/vts/utils/python/controllers/
event_dispatcher.py 139 def clean_up(self): member in class:EventDispatcher
  /tools/test/connectivity/acts/framework/acts/controllers/
event_dispatcher.py 141 def clean_up(self): member in class:EventDispatcher
android_device.py 106 ad.clean_up()
392 def clean_up(self): member in class:AndroidDevice
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 39 def clean_up(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 39 def clean_up(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 39 def clean_up(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events
  /tools/test/connectivity/acts/framework/acts/
base_test.py 82 self._exec_func(self.clean_up)
672 def clean_up(self): member in class:BaseTestClass
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 104 bool clean_up; // Indication to clean up the socket member in struct:hal_info_s
  /system/bt/btif/src/
btif_config.cc 223 static future_t* clean_up(void) { function
239 .clean_up = clean_up};

Completed in 566 milliseconds

1 2