/external/openssl/crypto/evp/ |
digest.c | 274 if (ctx->digest->cleanup) 276 ctx->digest->cleanup(ctx); 379 if (ctx->digest && ctx->digest->cleanup 381 ctx->digest->cleanup(ctx);
|
pmeth_lib.c | 214 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/ |
rand.h | 85 void (*cleanup)(void); member in struct:rand_meth_st
|
rand_lib.c | 141 if (meth && meth->cleanup) 142 meth->cleanup();
|
/external/openssl/include/openssl/ |
rand.h | 85 void (*cleanup)(void); member in struct:rand_meth_st
|
/external/webkit/Source/WebCore/fileapi/ |
FileReaderLoader.cpp | 111 cleanup(); 115 void FileReaderLoader::cleanup() function in class:WebCore::FileReaderLoader 185 cleanup(); 202 cleanup();
|
FileReaderLoader.h | 85 void cleanup();
|
/external/webkit/Source/WebCore/platform/audio/ |
FFTFrame.h | 66 static void cleanup();
|
/external/webkit/Source/WebCore/svg/ |
SVGPathByteStreamBuilder.h | 41 virtual void cleanup() { m_byteStream = 0; } function in class:WebCore::SVGPathByteStreamBuilder
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebCache.h | 38 // This class is not generally threadsafe. However, get() and cleanup() are 43 static void cleanup(bool isPrivateBrowsing);
|
/build/tools/atree/ |
files.cpp | 195 goto cleanup; 203 goto cleanup; 213 goto cleanup; 221 goto cleanup; 228 goto cleanup; 291 goto cleanup; 319 cleanup:
|
/external/valgrind/main/tests/ |
vg_regtest.in | 73 # - cleanup: <post-test cleanup cmd> (default: none) 146 my $cleanup; # cleanup command to run 245 ($prereq, $post, $cleanup) = (undef, undef, undef); 293 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) { 294 $cleanup = $1; 503 if (defined $cleanup) { 504 (system("$cleanup") == 0) or 505 print("(cleanup operation failed: $cleanup)\n") [all...] |
/external/checkpolicy/ |
module_compiler.c | 764 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/clang/lib/CodeGen/ |
CGBlocks.h | 139 EHScopeStack::stable_iterator Cleanup; 151 return Cleanup; 153 void setCleanup(EHScopeStack::stable_iterator cleanup) { 155 Cleanup = cleanup;
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_make_key.c | 100 goto cleanup; 103 cleanup:
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
StatsAppState.java | 200 public void cleanup() { method in class:StatsAppState 201 super.cleanup();
|
/external/valgrind/main/drd/ |
drd_clientobj.c | 173 * removed from the client object set after the cleanup function has been 174 * called such that if the cleanup function can still use the function 191 tl_assert(p->any.cleanup); 192 (*p->any.cleanup)(p);
|
/external/webkit/Source/WebKit/gtk/tests/ |
testwebframe.c | 175 goto cleanup; 197 cleanup:
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 118 cleanup((TestCase)test); 169 private void cleanup(TestCase test) {
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_RawContactsTest.java | 46 mBuilder.cleanup();
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Renderer.java | 289 public void cleanup(); method in interface:Renderer
|
ViewPort.java | 144 processor.cleanup();
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
ReflectionProcessor.java | 73 public void cleanup() { method in class:ReflectionProcessor
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
HeuristicBase.h | 237 void cleanup() { function in class:PBQP::HeuristicBase
|
/external/openssl/crypto/asn1/ |
bio_asn1.c | 124 asn1_ps_func *cleanup, asn1_bio_state_t next); 302 asn1_ps_func *cleanup, asn1_bio_state_t next) 318 if(cleanup) 319 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
|