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

1 2

  /external/autotest/client/cros/
dhcpv6_test_server.py 102 def _cleanup(self): member in class:Dhcpv6TestServer
123 self._cleanup()
136 self._cleanup()
radvd_server.py 110 def _cleanup(self): member in class:RadvdServer
130 self._cleanup()
139 self._cleanup()
  /external/autotest/server/cros/clique_lib/
clique_runner.py 182 def _cleanup(self, dut_objects, dut_locker, ap_locker, capturer, member in class:CliqueRunner
264 self._cleanup(dut_objects, dut_locker, ap_locker,
271 self._cleanup(dut_objects, dut_locker, ap_locker,
280 self._cleanup(dut_objects, dut_locker, ap_locker,
286 self._cleanup(dut_objects, dut_locker, ap_locker,
308 self._cleanup(dut_objects, dut_locker, ap_locker,
  /external/autotest/scheduler/
monitor_db_cleanup.py 31 self._cleanup()
41 self._cleanup()
45 def _cleanup(self): member in class:PeriodicCleanup
63 def _cleanup(self): member in class:UserCleanup
249 def _cleanup(self): member in class:TwentyFourHourUpkeep
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
concurrent.py 203 self._cleanup()
207 self._cleanup()
212 def _cleanup(self): member in class:TransferThread
264 def _cleanup(self): member in class:UploadWorkerThread
  /external/jemalloc/src/
tsd.c 81 n##_cleanup(tsd);
  /external/autotest/client/common_lib/cros/
chromedriver.py 53 self._cleanup = not skip_cleanup
105 if not hasattr(self, '_cleanup') or self._cleanup:
  /external/autotest/client/site_tests/firmware_TouchMTB/
spreadsheet.py 110 self._cleanup()
112 def _cleanup(self): member in class:GestureEventFiles
127 self._cleanup()
  /external/autotest/client/cros/cellular/wardmodem/
wardmodem.py 428 self._cleanup()
480 self._cleanup()
484 def _cleanup(self): member in class:WardModemContext

Completed in 773 milliseconds

1 2