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

1 2

  /external/autotest/server/site_tests/network_WiFi_IPv6RA/
network_WiFi_IPv6RA.py 22 def _cleanup(self, client_conf, router, ip_utils): member in class:network_WiFi_IPv6RA
99 self._cleanup(client_conf, self.context.router.host, ip_utils)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _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/kmod/libkmod/python/kmod/
kmod.pyx 36 self._cleanup()
47 self._cleanup()
55 def _cleanup(self): member in class:Kmod
module.pyx 35 self._cleanup()
37 def _cleanup(self): member in class:Module
43 self._cleanup()
  /external/python/cpython2/Lib/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
subprocess.py 103 def _cleanup(): function
336 _cleanup()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/python/darwin-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/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 188 * exit() calls _cleanup() through *gMD->cleanup, set whenever we
192 * The name `_cleanup' is, alas, fairly well known outside stdio.
195 _cleanup( void ) function
213 gMD->cleanup = _cleanup; /* conservative */
  /external/autotest/client/common_lib/
software_manager.py 385 def _cleanup(self): member in class:YumBackend
  /external/autotest/scheduler/
monitor_db_cleanup.py 38 self._cleanup()
48 self._cleanup()
52 def _cleanup(self): member in class:PeriodicCleanup
68 def _cleanup(self): member in class:UserCleanup
288 def _cleanup(self): member in class:TwentyFourHourUpkeep
  /external/python/cpython2/Lib/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _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/autotest/client/cros/cellular/wardmodem/
wardmodem.py 428 self._cleanup()
480 self._cleanup()
484 def _cleanup(self): member in class:WardModemContext
  /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/python/cpython3/Lib/multiprocessing/
process.py 45 _cleanup()
52 def _cleanup(): function
104 _cleanup()
synchronize.py 82 util.Finalize(self, SemLock._cleanup, (self._semlock.name,),
86 def _cleanup(name): member in class:SemLock
  /external/python/cpython3/Lib/unittest/
suite.py 19 _cleanup = True variable in class:BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:

Completed in 577 milliseconds

1 2