Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 25 of 45) sorted by relevance

12

/external/autotest/server/cros/clique_lib/
Dclique_runner.py182 def _cleanup(self, dut_objects, dut_locker, ap_locker, capturer, member in 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/dejagnu/
Drun_dejagnu.py135 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':
Dgdb_dejagnu.py99 self._cleanup = cleanup
220 if not self._cleanup:
223 if self._cleanup == 'chroot' or self._cleanup == 'chromeos':
236 if self._cleanup == 'chromeos':
/external/autotest/client/cros/
Dradvd_server.py110 def _cleanup(self): member in RadvdServer
130 self._cleanup()
139 self._cleanup()
Ddhcpv6_test_server.py102 def _cleanup(self): member in Dhcpv6TestServer
123 self._cleanup()
136 self._cleanup()
/external/toolchain-utils/
Dtest_gdb_dejagnu.py27 self._cleanup = cleanup
57 if self._cleanup:
58 args.append('--cleanup=' + self._cleanup)
Dtest_gcc_dejagnu.py41 self._cleanup = cleanup
91 if self._cleanup:
92 args.append('--cleanup=' + self._cleanup)
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Dresource_scale.sh15 ${current_test}_cleanup
44 ${current_test}_cleanup
/external/autotest/scheduler/
Dmonitor_db_cleanup.py38 self._cleanup()
48 self._cleanup()
52 def _cleanup(self): member in PeriodicCleanup
68 def _cleanup(self): member in UserCleanup
288 def _cleanup(self): member in TwentyFourHourUpkeep
/external/lz4/programs/
Dlz4cli.c377 if (!strcmp(argument, "--help")) { usage_advanced(exeName); goto _cleanup; } in main()
423 case 'V': DISPLAY(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main()
424 case 'h': usage_advanced(exeName); goto _cleanup; in main()
425 case 'H': usage_longhelp(exeName); goto _cleanup; in main()
604 goto _cleanup; in main()
698 _cleanup: in main()
/external/python/cpython2/Lib/
Dpopen2.py24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
/external/python/cpython2/Lib/test/
Dtest_popen2.py43 popen2._cleanup()
51 popen2._cleanup()
57 subprocess._cleanup()
/external/bcc/src/lua/bcc/
Dusdt.lua24 context:_cleanup()
49 function Usdt:_cleanup() function
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
/external/toolchain-utils/automation/clients/
Ddejagnu_compiler.py31 self._cleanup = cleanup
55 '--cleanup=%s' % self._cleanup))
/external/python/cpython3/Lib/unittest/
Dsuite.py19 _cleanup = True variable in BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:
/external/kmod/libkmod/python/kmod/
Dkmod.pyx36 self._cleanup()
47 self._cleanup()
55 def _cleanup(self): member in Kmod
Dmodule.pyx35 self._cleanup()
37 def _cleanup(self): member in Module
43 self._cleanup()
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py46 _cleanup()
53 def _cleanup(): function
111 _cleanup()
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage58 $ cros_pkg/${BOARD}_cleanup.sh
70 generate ${BOARD}_cleanup.sh,
109 ${BOARD}_cleanup.sh - script to undo all the changes made by
157 - Create a cleanup script, ${board}_cleanup.sh, for you to
185 generated (cros_pkg/${BOARD}_cleanup.sh).
/external/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m242 - (void)_cleanup; method
246 - (void)_cleanup { method
251 [self _cleanup]; // expected-note {{Calling '_cleanup'}}
252 //expected-note@-1 {{Returning from '_cleanup'}}
/external/autotest/client/common_lib/cros/
Dchromedriver.py59 self._cleanup = not skip_cleanup
122 if not hasattr(self, '_cleanup') or self._cleanup:
/external/python/cpython2/Lib/test/support/
Dscript_helper.py39 subprocess._cleanup()
85 subprocess._cleanup()
/external/python/cpython3/Lib/unittest/test/
Dtest_suite.py336 if not unittest.BaseTestSuite._cleanup:
347 if not unittest.BaseTestSuite._cleanup:
357 if not unittest.BaseTestSuite._cleanup:
/external/python/cpython3/Lib/test/support/
Dscript_helper.py135 subprocess._cleanup()
199 subprocess._cleanup()

12