HomeSort by relevance Sort by last modified time
    Searched defs:cleanup (Results 1 - 25 of 771) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/go/
buildgo.sh 98 cleanup() { function
101 trap cleanup EXIT
  /external/libdivsufsort/
generate_includes.sh 23 cleanup() { function
26 trap cleanup INT TERM ERR EXIT
  /external/strace/qemu_multiarch_testing/
make-hdc-img.sh 6 cleanup() function
17 trap 'cleanup $?' EXIT
18 trap 'cleanup 1' HUP PIPE INT QUIT TERM
  /external/strace/tests/
detach-running.test 49 cleanup() function
62 cleanup
72 cleanup
79 cleanup
84 cleanup
89 cleanup
detach-sleeping.test 50 cleanup() function
63 cleanup
73 cleanup
80 cleanup
85 cleanup
90 cleanup
detach-stopped.test 56 cleanup() function
70 cleanup
78 cleanup
88 cleanup
95 cleanup
100 cleanup
105 cleanup
  /prebuilts/go/darwin-x86/doc/articles/wiki/
test.bash 14 cleanup() { function
18 trap cleanup 0 INT
  /prebuilts/go/darwin-x86/src/
androidtest.bash 40 function cleanup() { function
43 trap cleanup EXIT
  /prebuilts/go/linux-x86/doc/articles/wiki/
test.bash 14 cleanup() { function
18 trap cleanup 0 INT
  /prebuilts/go/linux-x86/src/
androidtest.bash 40 function cleanup() { function
43 trap cleanup EXIT
  /external/bzip2/
xmlproc.sh 62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
  /external/clang/test/CodeGenCXX/
new-array-init-exceptions.cpp 11 void cleanup(int n) { function
29 void cleanup() { function
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 37 cleanup() { function
40 trap cleanup EXIT
  /external/libunwind/src/unwind/
DeleteException.c 31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; local
33 if (cleanup)
34 (*cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exception_object);
  /external/strace/maint/
ioctls_gen.sh 56 cleanup() function
62 trap 'cleanup $?' EXIT
63 trap 'cleanup 1' HUP PIPE INT QUIT TERM
ioctls_sym.sh 61 cleanup() function
69 trap 'cleanup $?' EXIT
70 trap 'cleanup 1' HUP PIPE INT QUIT TERM
  /prebuilts/misc/scripts/vboot_signer/
vboot_signer.sh 24 cleanup() function
44 trap cleanup EXIT
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac-wrapper.sh 54 cleanup() { function
59 trap cleanup EXIT ERR INT
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 20 def cleanup(self): member in class:kernel_SchedCgroups
  /external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py 70 def cleanup(self): member in class:power_VideoDetector
  /external/autotest/client/tests/error_cleanup/
error_cleanup.py 11 def cleanup(self): member in class:error_cleanup
12 raise NameError("test a bug in cleanup()")
  /external/autotest/client/tests/hwclock/
hwclock.py 21 def cleanup(self): member in class:hwclock
  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 14 BluetoothTest provides a common warmup() and cleanup() function for the
48 def cleanup(self): member in class:BluetoothTest
58 super(BluetoothTest, self).cleanup()
  /external/autotest/server/site_tests/network_WiFi_WoWLAN/
network_WiFi_WoWLAN.py 56 def cleanup(self): member in class:network_WiFi_WoWLAN
58 super(network_WiFi_WoWLAN, self).cleanup()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
cleanup_tests.py 19 def cleanup(): function
47 cleanup()

Completed in 1112 milliseconds

1 2 3 4 5 6 7 8 91011>>