Searched refs:cleanup (Results 151 - 175 of 547) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py65 def cleanup(): function in function:PythonSynthDataFormatterTestCase.data_formatter_commands
71 # Execute the cleanup function during test case tear down.
72 self.addTearDownHook(cleanup)
221 def cleanup(): function in function:PythonSynthDataFormatterTestCase.rdar10960550_formatter_commands
227 # Execute the cleanup function during test case tear down.
228 self.addTearDownHook(cleanup)
/external/openssl/crypto/evp/
H A Ddigest.c275 if (ctx->digest->cleanup)
277 ctx->digest->cleanup(ctx);
383 if (ctx->digest && ctx->digest->cleanup
385 ctx->digest->cleanup(ctx);
H A Dpmeth_lib.c214 pmeth->cleanup = 0;
255 dst->cleanup = src->cleanup;
369 if (ctx->pmeth && ctx->pmeth->cleanup)
370 ctx->pmeth->cleanup(ctx);
494 void (*cleanup)(EVP_PKEY_CTX *ctx))
496 pmeth->cleanup = cleanup;
/external/openssl/crypto/rand/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/openssl/include/openssl/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestfile.c25 static void cleanup( void ) { function
37 cleanup();
50 cleanup();
180 cleanup();
/external/smack/src/org/xbill/DNS/
H A DClient.java53 cleanup() throws IOException { method in class:Client
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c85 static void cleanup(/*@null@*/ /*@only@*/ yasm_object *object);
323 cleanup(object);
342 cleanup(object);
382 cleanup(object);
406 cleanup(object);
421 cleanup(object);
532 cleanup(NULL);
543 cleanup(NULL);
595 cleanup(object);
608 cleanup(yasm_objec function
[all...]
/external/valgrind/main/tests/
H A Dvg_regtest78 # - cleanup: <post-test cleanup cmd> (default: none)
152 my $cleanup; # cleanup command to run
277 ($prereq, $post, $cleanup) = (undef, undef, undef);
325 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
326 $cleanup = $1;
548 if (defined $cleanup) {
549 (system("$cleanup") == 0) or
550 print("(cleanup operatio
[all...]
H A Dvg_regtest.in78 # - cleanup: <post-test cleanup cmd> (default: none)
152 my $cleanup; # cleanup command to run
277 ($prereq, $post, $cleanup) = (undef, undef, undef);
325 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
326 $cleanup = $1;
548 if (defined $cleanup) {
549 (system("$cleanup") == 0) or
550 print("(cleanup operatio
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c764 goto cleanup;
774 goto cleanup;
780 goto cleanup;
786 goto cleanup;
792 goto cleanup;
830 goto cleanup;
836 goto cleanup;
846 goto cleanup;
853 goto cleanup;
861 cleanup
[all...]
/external/bison/build-aux/
H A Dgnu-web-doc-update139 cleanup() function
148 trap cleanup 0
/external/chromium_org/chrome/installer/linux/rpm/
H A Dbuild.sh164 cleanup() { function
268 # call cleanup() on exit
269 trap cleanup 0
/external/chromium_org/chrome/installer/mac/
H A Ddirpatcher.sh109 cleanup() { function
318 trap cleanup EXIT HUP INT QUIT TERM
/external/chromium_org/remoting/host/installer/mac/
H A Ddo_signing.sh191 cleanup() { function
245 cleanup
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream.py77 self.cleanup()
79 def cleanup(self): member in class:MeteredStream
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Diosbuild.sh178 cleanup() { function
204 trap cleanup EXIT
/external/deqp/execserver/
H A DxsTestDriver.cpp59 m_process->cleanup();
167 m_process->cleanup();
/external/f2fs-tools/fsck/
H A Dmain.c173 goto cleanup;
176 cleanup:
/external/fio/engines/
H A Dnull.c120 .cleanup = fio_null_cleanup,
153 ioengine->cleanup = fio_null_cleanup;
/external/lldb/test/expression_command/formatters/
H A DTestFormatters.py39 def cleanup(): function in function:ExprFormattersTestCase.do_my_test
43 # Execute the cleanup function during test case tear down.
44 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/alias/
H A DTestAliases.py33 def cleanup(): function in function:AliasTestCase.alias_tests
47 # Execute the cleanup function during test case tear down.
48 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
H A DTestDataFormatterStdMap.py55 def cleanup(): function in function:StdMapDataFormatterTestCase.data_formatter_commands
62 # Execute the cleanup function during test case tear down.
63 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/type_completion/
H A DTestTypeCompletion.py51 def cleanup(): function in function:TypeCompletionTestCase.type_completion_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/unittest2/test/
H A Dtest_runner.py40 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
42 self.addCleanup(cleanup)

Completed in 863 milliseconds

1234567891011>>