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

1 2 3

  /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/toolchain-utils/
test_gdb_dejagnu.py 27 self._cleanup = cleanup
57 if self._cleanup:
58 args.append('--cleanup=' + self._cleanup)
test_gcc_dejagnu.py 41 self._cleanup = cleanup
91 if self._cleanup:
92 args.append('--cleanup=' + 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/toolchain-utils/automation/clients/
dejagnu_compiler.py 31 self._cleanup = cleanup
55 '--cleanup=%s' % self._cleanup))
  /external/toolchain-utils/binary_search_tool/cros_pkg/
setup.sh 19 # package binary search triage process; and ${board}_cleanup.sh,
55 # in ${board}_cleanup.sh. If it's a soft link, remove it; if it's a
121 chmod 755 cros_pkg/${BOARD}_cleanup.sh
  /external/toolchain-utils/dejagnu/
run_dejagnu.py 135 self._cleanup = cleanup
164 if not self._cleanup:
168 if self._cleanup == 'mount' or self._cleanup == 'chroot' or \
169 self._cleanup == 'chromeos':
177 if self._cleanup == 'chroot' or self._cleanup == 'chromeos':
190 if self._cleanup == 'chromeos':
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
local.h 59 extern void _cleanup(void);
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 */
makebuf.c 91 gMD->cleanup = _cleanup;
setvbuf.c 176 gMD->cleanup = _cleanup;
  /external/lz4/programs/
lz4cli.c 346 if (!strcmp(argument, "--help")) { usage_advanced(exeName); goto _cleanup; }
372 case 'V': DISPLAY(WELCOME_MESSAGE); goto _cleanup; /* Version */
373 case 'h': usage_advanced(exeName); goto _cleanup;
374 case 'H': usage_longhelp(exeName); goto _cleanup;
535 goto _cleanup;
621 _cleanup:
  /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()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
  /external/python/cpython2/Lib/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /external/python/cpython2/Lib/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /external/python/cpython2/Lib/test/
test_popen2.py 43 popen2._cleanup()
51 popen2._cleanup()
57 subprocess._cleanup()
  /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()
  /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()
  /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()

Completed in 639 milliseconds

1 2 3