/external/toolchain-utils/heatmaps/ |
D | heatmap_generator_test.py | 59 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/ |
D | clique_runner.py | 179 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/ |
D | radvd_server.py | 111 def _cleanup(self): member in RadvdServer 132 self._cleanup() 141 self._cleanup()
|
D | dhcpv6_test_server.py | 103 def _cleanup(self): member in Dhcpv6TestServer 125 self._cleanup() 138 self._cleanup()
|
/external/toolchain-utils/orderfile/ |
D | post_process_orderfile_test.py | 36 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/ |
D | resource_scale.sh | 22 ${current_test}_cleanup 43 ${current_test}_cleanup
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | resource_scale.sh | 17 ${current_test}_cleanup 46 ${current_test}_cleanup
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_veth.sh | 26 _cleanup() function 41 _cleanup 53 _cleanup
|
/external/zstd/lib/dictBuilder/ |
D | zdict.c | 543 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/ |
D | test_popen2.py | 43 popen2._cleanup() 51 popen2._cleanup() 57 subprocess._cleanup()
|
/external/python/cpython2/Lib/ |
D | popen2.py | 24 def _cleanup(): function 50 _cleanup() 120 _cleanup()
|
/external/bcc/src/lua/bcc/ |
D | usdt.lua | 24 context:_cleanup() 49 function Usdt:_cleanup() function
|
/external/adhd/cras/src/plc/ |
D | parse_sco.py | 40 atexit.register(self._cleanup) 42 def _cleanup(self): member in SCOParser
|
/external/lz4/programs/ |
D | lz4cli.c | 396 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/ |
D | process.py | 69 _cleanup() 76 def _cleanup(): function 125 _cleanup()
|
/external/kmod/libkmod/python/kmod/ |
D | kmod.pyx | 36 self._cleanup() 47 self._cleanup() 55 def _cleanup(self): member in Kmod
|
D | module.pyx | 35 self._cleanup() 37 def _cleanup(self): member in Module 43 self._cleanup()
|
/external/autotest/client/common_lib/cros/ |
D | chromedriver.py | 59 self._cleanup = not skip_cleanup 122 if not hasattr(self, '_cleanup') or self._cleanup:
|
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 47 _cleanup() 61 def _cleanup(): function 120 _cleanup()
|
/external/python/cpython3/Lib/unittest/ |
D | suite.py | 19 _cleanup = True variable in BaseTestSuite 65 if self._cleanup: 126 if self._cleanup:
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage.md | 66 $ 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/ |
D | DeallocUseAfterFreeErrors.m | 242 - (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/ |
D | DeallocUseAfterFreeErrors.m | 242 - (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/ |
D | script_helper.py | 39 subprocess._cleanup() 85 subprocess._cleanup()
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 135 subprocess._cleanup() 198 subprocess._cleanup()
|