/external/dropbear/ |
listener.h | 39 void (*cleanup)(struct Listener*); member in struct:Listener 56 void (*cleanup)(struct Listener*));
|
listener.c | 78 * cleanup(void* typedata) happens when cleaning up */ 82 void (*cleanup)(struct Listener*)) { 127 newlisten->cleanup = cleanup; 155 if (listener->cleanup) { 156 listener->cleanup(listener);
|
/external/opencore/engines/2way/src/ |
pv_2way_proxy_factory.cpp | 28 OSCL_EXPORT_REF void CPV2WayProxyFactory::Cleanup() 30 CPV2WayEngineFactory::Cleanup();
|
/development/simulator/app/ |
MessageStream.h | 53 typedef enum Cleanup { 57 } Cleanup; 60 * Stuff raw data into the object. The caller can use the "cleanup" 63 void setRaw(const unsigned char* data, int len, Cleanup cleanup); 122 Cleanup mCleanup;
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_base.h | 65 * OsclBase::Cleanup will cleanup the thread lock. 67 * on the first Init and the last Cleanup call. 74 * Cleanup OsclBase functionality 79 OSCL_IMPORT_REF static int32 Cleanup(); 156 * Cleanup OsclBase functionality
|
/external/srec/portable/src/UNIX/ |
PANSIFileSystemUNIXImpl.c | 73 goto CLEANUP; 88 CLEANUP: 116 CLEANUP: 128 goto CLEANUP; 146 CLEANUP: 164 CLEANUP:
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_interface_proxy.cpp | 228 //error cleanup 244 //error cleanup 305 //get next notification or cleanup message. 338 //cleanup memory allocated in App thread. 362 //cleanup memory allocated in PV thread. 448 //cleanup all extension messages for a particular interface. 476 //cleanup unprocessed messages and remove. 558 //Cbase 66 panic from the cleanup stack. 589 //Cleanup un-processed data. 605 OsclScheduler::Cleanup(); [all...] |
pv_omx_proxied_interface.h | 79 ** call their memory cleanup routine. 106 ** The proxy will de-queue the message and call its memory cleanup 117 ** This API will de-queue and cleanup all commands that were 144 ** The proxy will de-queue the message and call its memory cleanup 155 ** This API will de-queue and cleanup all notifications that were 177 ** until the thread cleanup is complete. During the thread 178 ** cleanup, the scheduler is stopped, all un-sent messages 238 ** Perform all thread-specific engine cleanup. 296 ** PVMainProxy calls this to cleanup an un-sent or canceled 298 ** allocated memory. The cleanup operation must be synchronou [all...] |
/external/srec/srec/Grammar/src/ |
SR_GrammarImpl.c | 81 goto CLEANUP; 88 goto CLEANUP; 98 goto CLEANUP; 104 goto CLEANUP; 110 CLEANUP: 126 CLEANUP: 265 goto CLEANUP; 269 goto CLEANUP; 276 goto CLEANUP; 280 goto CLEANUP; [all...] |
/external/srec/srec/Semproc/src/ |
ExpressionParser.c | 73 CLEANUP: 96 CLEANUP: 157 CLEANUP: 223 CLEANUP: 242 CLEANUP: 283 CLEANUP: 329 CLEANUP: 428 CLEANUP: 446 CLEANUP: 462 CLEANUP [all...] |
/external/icu4c/common/ |
uidna.cpp | 234 goto CLEANUP; 262 goto CLEANUP; 272 goto CLEANUP; 276 goto CLEANUP; 313 goto CLEANUP; 323 goto CLEANUP; 344 goto CLEANUP; 353 goto CLEANUP; 362 goto CLEANUP; 373 goto CLEANUP; [all...] |
ustr_wcs.c | 114 goto cleanup; 127 goto cleanup; 136 goto cleanup; 216 cleanup: 318 goto cleanup; 370 goto cleanup; 391 goto cleanup; 436 goto cleanup; 465 cleanup:
|
/external/icu4c/i18n/ |
uspoof_buildwsconf.cpp | 135 goto cleanup; 143 goto cleanup; 149 goto cleanup; 176 goto cleanup; 179 goto cleanup; 203 goto cleanup; 207 goto cleanup; 234 goto cleanup; 244 goto cleanup; 253 goto cleanup; [all...] |
/external/opencore/baselibs/thread_messaging/src/ |
pv_interface_proxy.cpp | 201 //error cleanup 251 //get next notification or cleanup message. 284 //cleanup memory allocated in App thread. 308 //cleanup memory allocated in PV thread. 394 //cleanup all extension messages for a particular interface. 422 //cleanup unprocessed messages and remove. 499 //Cbase 66 panic from the cleanup stack. 530 //Cleanup un-processed data. 546 OsclScheduler::Cleanup(); 592 //Cleanup logger [all...] |
pv_proxied_interface.h | 73 ** call their memory cleanup routine. 100 ** The proxy will de-queue the message and call its memory cleanup 111 ** This API will de-queue and cleanup all commands that were 138 ** The proxy will de-queue the message and call its memory cleanup 149 ** This API will de-queue and cleanup all notifications that were 171 ** until the thread cleanup is complete. During the thread 172 ** cleanup, the scheduler is stopped, all un-sent messages 232 ** Perform all thread-specific engine cleanup. 287 ** PVMainProxy calls this to cleanup an un-sent or canceled 289 ** allocated memory. The cleanup operation must be synchronou [all...] |
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 340 goto CLEANUP; 348 goto CLEANUP; 366 goto CLEANUP; 385 goto CLEANUP; 395 goto CLEANUP; 432 goto CLEANUP; 435 CLEANUP: 483 goto CLEANUP; 495 goto CLEANUP; 507 goto CLEANUP; [all...] |
/external/dbus/tools/ |
dbus-cleanup-sockets.c | 2 /* dbus-cleanup-sockets.c dbus-cleanup-sockets utility 8 * as it is based on linc-cleanup-sockets which is LGPL. 360 fprintf (stderr, "dbus-cleanup-sockets [--version] [--help] <socketdir>\n"); 367 printf ("D-Bus Socket Cleanup Utility %s\n" 407 fprintf (stderr, "dbus-cleanup-sockets only supports a single directory name\n"); 427 printf ("This system does not support UNIX domain sockets, so dbus-cleanup-sockets does nothing\n");
|
/external/e2fsprogs/lib/ext2fs/ |
rw_bitmaps.c | 192 goto cleanup; 201 goto cleanup; 214 goto cleanup; 223 goto cleanup; 239 goto cleanup; 260 goto cleanup; 274 cleanup:
|
/external/openssl/crypto/engine/ |
eng_lib.c | 128 /* Give the ENGINE a chance to do any structural cleanup corresponding 142 /* Cleanup stuff */ 145 * cleanup can register a "cleanup" callback here. That way we don't get linker 147 * "X" will cause X's cleanup function to end up here. */ 180 /* The API function that performs all cleanup */ 195 * registering a cleanup callback. */
|
/external/srec/portable/src/ |
PFile.c | 212 goto CLEANUP; 218 goto CLEANUP; 237 goto CLEANUP; 259 goto CLEANUP; 264 CLEANUP: 286 goto CLEANUP; 292 goto CLEANUP; 311 goto CLEANUP; 329 CLEANUP:
|
pmemory.c | 146 goto CLEANUP; 162 goto CLEANUP; 169 CLEANUP: 356 goto CLEANUP; 364 goto CLEANUP; 372 CLEANUP: 440 goto CLEANUP; 453 CLEANUP: 601 goto CLEANUP; 608 goto CLEANUP; [all...] |
/external/icu4c/test/intltest/ |
nptrans.cpp | 215 goto CLEANUP; 225 goto CLEANUP; 237 goto CLEANUP; 255 goto CLEANUP; 271 CLEANUP:
|
/external/opencore/doc/oscl_html/ |
classOsclInit.html | 18 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </td><td valign=bottom><a class="el" href="classOsclInit.html#d1">Cleanup</a> (int32 &aError, const <a class="el" href="classOsclSelect.html">OsclSelect</a> *aSelect=NULL)</td></tr> 21 Per-thread oscl initialization and cleanup. 24 <a name="d1" doxytag="OsclInit::Cleanup"></a><p> 30 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclInit::Cleanup </td> 64 (input param) optional set of initialization parameters. If null, then full initialization with default parameters will be performed. For proper cleanup, the parameters should match the ones used during the Init call. </td></tr>
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTests.java | 166 // cleanup test app just in case it was accidently installed 230 // cleanup test app 302 // cleanup test app 375 // cleanup test app 446 // cleanup test app 475 // cleanup test app 504 // cleanup test app 526 // cleanup test app 547 // cleanup test app 568 // cleanup test ap [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 255 goto CLEANUP; 260 CLEANUP: 775 goto CLEANUP; 781 goto CLEANUP; 786 CLEANUP: 1191 goto CLEANUP; 1194 goto CLEANUP; 1215 CLEANUP: 1290 goto CLEANUP; 1296 goto CLEANUP; [all...] |