HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 251 - 275 of 783) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 170 goto cleanup;
286 goto cleanup;
299 cleanup:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
FlashlightController.java 253 boolean cleanup = false;
265 cleanup = true;
268 if (cleanup) {
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 70 void cleanup(bool notifyClient);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 47 mBuilder.cleanup();
  /external/bluetooth/bluedroid/hci/src/
vendor.c 95 vendor_interface->cleanup();
177 // completed. It is safe to call vendor_interface->cleanup() after
  /external/chromium_org/net/tools/flip_server/
sm_connection.h 96 void Cleanup(const char* cleanup);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp 100 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ipp/
FFTFrameIPP.cpp 92 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
  /external/chromium_org/third_party/WebKit/Source/platform/audio/mac/
FFTFrameMac.cpp 142 void FFTFrame::cleanup()
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 64 static void cleanup(); // Memory cleanup
tridpars.h 288 static void cleanup();
  /external/chromium_org/third_party/libxml/src/
testURI.c 46 if (uri->cleanup != 0) printf("cleanup\n");
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h 96 /* 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/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_aead.c 103 ctx->aead->cleanup(ctx);
  /external/clang/test/Sema/
scope-check.c 22 int a __attribute((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}}
  /external/deqp/execserver/
xsWin32TestProcess.hpp 187 virtual void cleanup (void);
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
VolleyStreamFetcher.java 46 public void cleanup() { method in class:VolleyStreamFetcher
  /external/icu/icu4c/source/i18n/
regexcmp.h 64 static void cleanup(); // Memory cleanup
tridpars.h 288 static void cleanup();
  /external/lldb/test/plugins/
builder_base.py 125 def cleanup(sender=None, dictionary=None): function
126 """Perform a platform-specific cleanup after the test."""
134 # True signifies that we can handle cleanup.
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 57 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/engine/
eng_int.h 96 /* 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/
PacketWriter.java 135 void cleanup() { method in class:PacketWriter
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 224 cleanup(connection);
228 cleanup(connection);
245 private void cleanup(final Connection connection) { method in class:FileTransferNegotiator
247 inbandTransferManager.cleanup();
IBBTransferNegotiator.java 110 public void cleanup() { method in class:IBBTransferNegotiator

Completed in 1689 milliseconds

<<11121314151617181920>>