Searched defs:cleanup (Results 1 - 25 of 265) sorted by last modified time

1234567891011

/external/zlib/src/examples/
H A Denough.c182 local void cleanup(void) function
303 cleanup();
466 /* set up globals for cleanup() */
528 cleanup();
540 cleanup();
557 cleanup();
570 cleanup();
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c961 static void cleanup(void) function
1112 atexit(cleanup);
1128 cleanup();
/external/valgrind/main/drd/
H A Ddrd_clientobj.h57 void (*cleanup)(union drd_clientobj*); member in struct:any
66 void (*cleanup)(union drd_clientobj*); member in struct:mutex_info
81 void (*cleanup)(union drd_clientobj*); member in struct:cond_info
93 void (*cleanup)(union drd_clientobj*); member in struct:hb_info
103 void (*cleanup)(union drd_clientobj*); member in struct:semaphore_info
118 void (*cleanup)(union drd_clientobj*); member in struct:barrier_info
135 void (*cleanup)(union drd_clientobj*); member in struct:rwlock_info
/external/tcpdump/
H A Dtcpdump.c121 static RETSIGTYPE cleanup(int);
1420 (void)setsignal(SIGPIPE, cleanup);
1421 (void)setsignal(SIGTERM, cleanup);
1422 (void)setsignal(SIGINT, cleanup);
1429 if ((oldhandler = setsignal(SIGHUP, cleanup)) != SIG_DFL)
1650 cleanup(int signo _U_) function
/external/strace/
H A Dstrace.c166 static void cleanup(void);
259 cleanup();
964 * We rely on cleanup() from this point on.
1996 cleanup(void) function
2013 "cleanup: looking at pid %u\n", tcp->pid);
2432 cleanup();
/external/strace/tests/
H A Ddetach-running.test22 cleanup() function
34 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
42 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
47 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
51 cleanup
56 cleanup
H A Ddetach-sleeping.test23 cleanup() function
35 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
48 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
52 cleanup
57 cleanup
H A Ddetach-stopped.test24 cleanup() function
37 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
51 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
56 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
60 cleanup
65 cleanup
/external/skia/src/core/
H A DSkLazyPtr.h104 void cleanup(SkFontConfigInterfaceDirect*) {} function in class:Private::SkLazyPtr
105 template <typename U> void cleanup(U* ptr) { Destroy(ptr); } function in class:Private::SkLazyPtr
108 this->cleanup((T*)fPtr);
/external/smack/asmack-master/
H A Dbuild.bash13 svn cleanup
414 cleanup() { function
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java148 void cleanup() { method in class:PacketReader
H A DPacketWriter.java135 void cleanup() { method in class:PacketWriter
H A DRoster.java728 void cleanup() { method in class:Roster
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamSession.java169 this.inputStream.cleanup();
216 this.inputStream.cleanup();
426 private void cleanup() { method in class:InBandBytestreamSession.IBBInputStream
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java165 public void cleanup() { method in class:FaultTolerantNegotiator
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
H A DSocks5TransferNegotiator.java120 public void cleanup() { method in class:Socks5TransferNegotiator
H A DStreamNegotiator.java165 public abstract void cleanup(); method in class:StreamNegotiator
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java2004 cleanup();
2549 private void cleanup() { method in class:MultiUserChat
2564 cleanup();
/external/smack/src/org/xbill/DNS/
H A DClient.java53 cleanup() throws IOException { method in class:Client
/external/sepolicy/tools/
H A Dcheck_seapp.c1006 static void cleanup() { function
1045 atexit(cleanup);
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h37 mCleanupMethod = &(cleanup<TYPE>);
47 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp80 CTrapCleanup* cleanup = CTrapCleanup::New(); local
118 //that cleanup below is not called at all - why?
125 delete cleanup;

Completed in 2028 milliseconds

1234567891011