Searched defs:cleanup (Results 1 - 25 of 264) sorted by relevance

1234567891011

/prebuilts/go/darwin-x86/doc/articles/wiki/
H A Dtest.bash14 cleanup() { function
18 trap cleanup 0 INT
/prebuilts/go/darwin-x86/src/
H A Dandroidtest.bash58 function cleanup() { function
61 trap cleanup EXIT
/prebuilts/go/linux-x86/doc/articles/wiki/
H A Dtest.bash14 cleanup() { function
18 trap cleanup 0 INT
/prebuilts/go/linux-x86/src/
H A Dandroidtest.bash58 function cleanup() { function
61 trap cleanup EXIT
/prebuilts/go/darwin-x86/misc/cgo/testplugin/
H A Dtest.bash17 function cleanup() { function
21 trap cleanup EXIT
/prebuilts/go/linux-x86/misc/cgo/testplugin/
H A Dtest.bash17 function cleanup() { function
21 trap cleanup EXIT
/prebuilts/misc/scripts/vboot_signer/
H A Dvboot_signer.sh24 cleanup() function
44 trap cleanup EXIT
/prebuilts/tools/linux-x86_64/kythe/extractors/
H A Djavac-wrapper.sh54 cleanup() { function
59 trap cleanup EXIT ERR INT
/prebuilts/go/darwin-x86/src/hash/crc32/
H A Dcrc32_amd64p32.s17 JL cleanup
33 JL cleanup
40 cleanup: label
48 JMP cleanup
/prebuilts/go/linux-x86/src/hash/crc32/
H A Dcrc32_amd64p32.s17 JL cleanup
33 JL cleanup
40 cleanup: label
48 JMP cleanup
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java70 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup} is
147 public void cleanup() throws IOException, JMException { method in class:ScanDirAgent
203 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup}
219 agent.cleanup();
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java70 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup} is
147 public void cleanup() throws IOException, JMException { method in class:ScanDirAgent
203 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup}
219 agent.cleanup();
/prebuilts/misc/windows/sdl2/test/
H A Dtestfile.c45 cleanup(void) function
58 cleanup();
75 cleanup();
282 cleanup();
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py89 def cleanup(): function in function:InstallTestCase.test_user_site
96 self.addCleanup(cleanup)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py89 def cleanup(): function in function:InstallTestCase.test_user_site
96 self.addCleanup(cleanup)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_site.py90 pth_file.cleanup(prep=True) # to make sure that nothing is
97 pth_file.cleanup()
155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing
162 pth_file.cleanup()
280 Make sure to call self.cleanup() to undo anything done by this method.
294 def cleanup(self, prep=False): member in class:PthFile
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
H A Dtest_discovery.py326 def cleanup(): function in function:TestDiscovery.test_detect_module_clash
333 self.addCleanup(cleanup)
H A Dtest_runner.py184 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
186 self.addCleanup(cleanup)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_site.py90 pth_file.cleanup(prep=True) # to make sure that nothing is
97 pth_file.cleanup()
155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing
162 pth_file.cleanup()
280 Make sure to call self.cleanup() to undo anything done by this method.
294 def cleanup(self, prep=False): member in class:PthFile
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
H A Dtest_discovery.py326 def cleanup(): function in function:TestDiscovery.test_detect_module_clash
333 self.addCleanup(cleanup)
H A Dtest_runner.py184 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
186 self.addCleanup(cleanup)

Completed in 840 milliseconds

1234567891011