| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | nameservercheck_client.c | 49 static void cleanup(void *p) in cleanup() function
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| H A D | encoder_local.h | 99 OSSL_ENCODER_CLEANUP *cleanup; member 154 OSSL_DECODER_CLEANUP *cleanup; member
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | main.py | 696 def cleanup(self): member in Regrtest
|
| /third_party/openssl/crypto/encode_decode/ |
| H A D | encoder_local.h | 99 OSSL_ENCODER_CLEANUP *cleanup; member 154 OSSL_DECODER_CLEANUP *cleanup; member
|
| /third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 68 int cleanup(const std::string &outfile) { in cleanup() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 150 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() argument 161 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 513 void Float2IntPass::cleanup() { in cleanup() function in Float2IntPass
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | locdistance.cpp | 50 UBool U_CALLCONV cleanup() { in cleanup() function
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | arena.cc | 158 void ArenaImpl::AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() argument 132 AddCleanupFallback(void* elem, void (*cleanup)(void*)) AddCleanupFallback() argument 148 AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*)) AllocateAlignedAndAddCleanup() argument 173 AllocateAlignedAndAddCleanupFallback(size_t n, void (*cleanup)(void*)) AllocateAlignedAndAddCleanupFallback() argument 179 AddCleanupFallback(void* elem, void (*cleanup)(void*)) AddCleanupFallback() argument [all...] |
| /third_party/python/Lib/unittest/test/ |
| H A D | test_async_case.py | 442 async def cleanup(self, fut): global() member in TestAsyncCase.test_debug_cleanup_same_loop.Test [all...] |
| /third_party/skia/gm/ |
| H A D | asyncrescaleandread.cpp | 143 SkScopeExit cleanup; in do_rescale_grid() local 70 do_read_and_scale_yuv(Src* src, GrDirectContext* direct, SkYUVColorSpace yuvCS, const SkIRect& srcRect, SkISize size, SkImage::RescaleGamma rescaleGamma, SkImage::RescaleMode rescaleMode, SkScopeExit* cleanup) do_read_and_scale_yuv() argument
|
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuAndroidExecService.cpp | 215 void TestProcess::cleanup (void) in cleanup() function in tcu::Android::TestProcess
|
| /third_party/zlib/examples/ |
| H A D | enough.c | 244 local void cleanup(void) { in cleanup() function
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | ladspa.h | 558 void (*cleanup)(LADSPA_Handle Instance); member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | loclikelysubtags.cpp | 250 UBool U_CALLCONV cleanup() { in cleanup() function
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tridpars.cpp | 920 void TransliteratorIDParser::cleanup() { in cleanup() function in TransliteratorIDParser
|
| /third_party/mbedtls/tests/ |
| H A D | ssl-opt.sh | 1825 cleanup() { function
|
| /third_party/ltp/lib/ |
| H A D | tst_timer_test.c | 21 static void (*cleanup)(void); variable
|
| H A D | tst_res.c | 437 void tst_record_childstatus(void (*cleanup)(void), pid_t child) in tst_record_childstatus() argument
|
| /third_party/ltp/testcases/kernel/fs/ftest/ |
| H A D | ftest05.c | 554 static void cleanup(void) in cleanup() function
|
| H A D | ftest01.c | 558 static void cleanup(void) in cleanup() function
|
| /third_party/ltp/include/ |
| H A D | tst_test.h | 286 void (*cleanup)(void); member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tridpars.cpp | 920 void TransliteratorIDParser::cleanup() { in cleanup() function in TransliteratorIDParser
|
| /third_party/mesa3d/src/util/ |
| H A D | u_queue.c | 545 util_queue_add_job(struct util_queue *queue, void *job, struct util_queue_fence *fence, util_queue_execute_func execute, util_queue_execute_func cleanup, const size_t job_size) util_queue_add_job() argument
|
| /third_party/libfuse/test/ |
| H A D | test_examples.py | 24 from util import (wait_for_mount, umount, cleanup, base_cmdline, namespace [all...] |