Home
last modified time | relevance | path

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

123

/external/toolchain-utils/heatmaps/
Dheatmap_generator_test.py59 def _cleanup(file_name): function
78 self.addCleanup(_cleanup, fname)
94 self.addCleanup(_cleanup, fname)
113 self.addCleanup(_cleanup, fname)
132 self.addCleanup(_cleanup, fname)
149 self.addCleanup(_cleanup, fname)
189 self.addCleanup(_cleanup, fname)
210 self.addCleanup(_cleanup, fname)
229 self.addCleanup(_cleanup, fname)
266 _cleanup(self.fname)
/external/autotest/server/cros/clique_lib/
Dclique_runner.py179 def _cleanup(self, dut_objects, dut_locker, ap_locker, capturer, member in CliqueRunner
261 self._cleanup(dut_objects, dut_locker, ap_locker,
268 self._cleanup(dut_objects, dut_locker, ap_locker,
277 self._cleanup(dut_objects, dut_locker, ap_locker,
283 self._cleanup(dut_objects, dut_locker, ap_locker,
305 self._cleanup(dut_objects, dut_locker, ap_locker,
/external/autotest/client/cros/
Dradvd_server.py111 def _cleanup(self): member in RadvdServer
132 self._cleanup()
141 self._cleanup()
Ddhcpv6_test_server.py103 def _cleanup(self): member in Dhcpv6TestServer
125 self._cleanup()
138 self._cleanup()
/external/toolchain-utils/orderfile/
Dpost_process_orderfile_test.py36 def _cleanup(files): function
47 self.addCleanup(_cleanup, [temp_dir])
64 self.addCleanup(_cleanup, [temp_dir])
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dresource_scale.sh22 ${current_test}_cleanup
43 ${current_test}_cleanup
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Dresource_scale.sh17 ${current_test}_cleanup
46 ${current_test}_cleanup
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_veth.sh26 _cleanup() function
41 _cleanup
53 _cleanup
/external/zstd/lib/dictBuilder/
Dzdict.c543 goto _cleanup; in ZDICT_trainBuffer_legacy()
555 if (divSuftSortResult != 0) { result = ERROR(GENERIC); goto _cleanup; } in ZDICT_trainBuffer_legacy()
583 _cleanup: in ZDICT_trainBuffer_legacy()
735 …if (offcodeMax>OFFCODE_MAX) { eSize = ERROR(dictionaryCreation_failed); goto _cleanup; } /* too … in ZDICT_analyzeEntropy()
752 goto _cleanup; in ZDICT_analyzeEntropy()
769 goto _cleanup; in ZDICT_analyzeEntropy()
792 goto _cleanup; in ZDICT_analyzeEntropy()
801 goto _cleanup; in ZDICT_analyzeEntropy()
810 goto _cleanup; in ZDICT_analyzeEntropy()
819 goto _cleanup; in ZDICT_analyzeEntropy()
[all …]
/external/python/cpython2/Lib/test/
Dtest_popen2.py43 popen2._cleanup()
51 popen2._cleanup()
57 subprocess._cleanup()
/external/python/cpython2/Lib/
Dpopen2.py24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
/external/bcc/src/lua/bcc/
Dusdt.lua24 context:_cleanup()
49 function Usdt:_cleanup() function
/external/adhd/cras/src/plc/
Dparse_sco.py40 atexit.register(self._cleanup)
42 def _cleanup(self): member in SCOParser
/external/lz4/programs/
Dlz4cli.c396 if (!strcmp(argument, "--help")) { usage_advanced(exeName); goto _cleanup; } in main()
445 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main()
446 case 'h': usage_advanced(exeName); goto _cleanup; in main()
447 case 'H': usage_longhelp(exeName); goto _cleanup; in main()
632 goto _cleanup; in main()
762 _cleanup: in main()
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py69 _cleanup()
76 def _cleanup(): function
125 _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/autotest/client/common_lib/cros/
Dchromedriver.py59 self._cleanup = not skip_cleanup
122 if not hasattr(self, '_cleanup') or self._cleanup:
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py47 _cleanup()
61 def _cleanup(): function
120 _cleanup()
/external/python/cpython3/Lib/unittest/
Dsuite.py19 _cleanup = True variable in BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md66 $ cros_pkg/${BOARD}_cleanup.sh
78 generate ${BOARD}_cleanup.sh,
117 `${BOARD}_cleanup.sh` - script to undo all the changes made by
165 - Create a cleanup script, ${board}_cleanup.sh, for you to run after you are
193 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/llvm-project/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/python/cpython2/Lib/test/support/
Dscript_helper.py39 subprocess._cleanup()
85 subprocess._cleanup()
/external/python/cpython3/Lib/test/support/
Dscript_helper.py135 subprocess._cleanup()
198 subprocess._cleanup()

123