Searched refs:cleanup (Results 201 - 225 of 547) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/ext2fs/
H A Dundo_io.c360 goto cleanup;
365 goto cleanup;
370 goto cleanup;
386 goto cleanup;
396 goto cleanup;
409 cleanup:
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c357 ALOGW("init has been called repeatedly without calling cleanup ?");
457 static void cleanup(void) function
464 BTHCDBG("cleanup");
488 BTHCDBG("%s Finalizing cleanup\n", __func__);
492 p_hci_if->cleanup();
514 cleanup,
H A Dvendor.c95 vendor_interface->cleanup();
177 // completed. It is safe to call vendor_interface->cleanup() after
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslgathr.c170 goto cleanup;
286 goto cleanup;
299 cleanup:
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dtester.js62 cvox.ChromeVoxEventWatcher.cleanup(doc);
/external/chromium_org/third_party/WebKit/Source/platform/audio/android/
H A DFFTFrameOpenMAXDLAndroid.cpp93 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp100 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/WebKit/Source/platform/audio/mac/
H A DFFTFrameMac.cpp142 void FFTFrame::cleanup()
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dbio_asn1.c121 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,
301 asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup, asn1_bio_state_t next) argument
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead.c48 ctx->aead->cleanup(ctx);
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data.c226 impl->cleanup();
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.h64 static void cleanup(); // Memory cleanup
H A Dtridpars.h288 static void cleanup();
/external/chromium_org/third_party/libxml/src/
H A DtestURI.c46 if (uri->cleanup != 0) printf("cleanup\n");
/external/clang/test/Sema/
H A Dscope-check.c22 int a __attribute((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}}
/external/deqp/execserver/
H A DxsWin32TestProcess.hpp187 virtual void cleanup (void);
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyStreamFetcher.java46 public void cleanup() { method in class:VolleyStreamFetcher
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h64 static void cleanup(); // Memory cleanup
H A Dtridpars.h288 static void cleanup();
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py57 def cleanup(): function in function:SBFormattersAPITestCase.formatters
66 # Execute the cleanup function during test case tear down.
67 self.addTearDownHook(cleanup)
316 def cleanup(): function in function:SBFormattersAPITestCase.force_synth_off
326 # Execute the cleanup function during test case tear down.
327 self.addTearDownHook(cleanup)
/external/openssl/crypto/asn1/
H A Dbio_asn1.c124 asn1_ps_func *cleanup, asn1_bio_state_t next);
305 asn1_ps_func *cleanup, asn1_bio_state_t next)
321 if(cleanup)
322 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
304 asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup, asn1_bio_state_t next) argument
/external/openssl/crypto/engine/
H A Deng_int.h96 /* Any code that will need cleanup operations should use these functions to
120 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
/external/smack/src/org/jivesoftware/smack/
H A DPacketWriter.java135 void cleanup() { method in class:PacketWriter
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java224 cleanup(connection);
228 cleanup(connection);
245 private void cleanup(final Connection connection) { method in class:FileTransferNegotiator
247 inbandTransferManager.cleanup();
H A DIBBTransferNegotiator.java110 public void cleanup() { method in class:IBBTransferNegotiator

Completed in 1770 milliseconds

1234567891011>>