Home
last modified time | relevance | path

Searched defs:cleanup (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/third_party/node/src/
DREADME.md685 #### Cleanup hooks
701 #### Closing libuv handles
708 #### Closing libuv requests
716 #### Calling into JavaScript
1008 [Callback scopes]: #callback-scopes
1009 [JavaScript value handles]: #js-handles
1011 [`BaseObject`]: #baseobject
1012 [`Context`]: #context
1013 [`Environment`]: #environment
1014 [`Global`]: #global-handles
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
Dcleanup_test.cc97 auto cleanup = absl::MakeCleanup(std::move(callback)); in TYPED_TEST() local
105 auto cleanup = absl::MakeCleanup(&FnPtrFunction); in TYPED_TEST() local
112 auto cleanup = absl::MakeCleanup(FnPtrFunction); in TYPED_TEST() local
123 absl::Cleanup cleanup = std::move(callback); in TYPED_TEST() local
131 absl::Cleanup cleanup = &FnPtrFunction; in TYPED_TEST() local
138 absl::Cleanup cleanup = FnPtrFunction; in TYPED_TEST() local
195 auto cleanup = in TYPED_TEST() local
207 auto cleanup = absl::MakeCleanup(TypeParam::AsCallback(&FnPtrFunction)); in TYPED_TEST() local
218 auto cleanup = in TYPED_TEST() local
233 auto cleanup = in TYPED_TEST() local
[all …]
/third_party/node/test/parallel/
Dtest-tls-client-auth.js45 }, function(err, pair, cleanup) { argument
61 }, function(err, pair, cleanup) { argument
79 }, function(err, pair, cleanup) { argument
98 }, function(err, pair, cleanup) { argument
127 }, function(err, pair, cleanup) { argument
146 }, function(err, pair, cleanup) { argument
165 }, function(err, pair, cleanup) { argument
180 }, function(err, pair, cleanup) { argument
199 }, function(err, pair, cleanup) { argument
215 }, function(err, pair, cleanup) { argument
[all …]
Dtest-http2-https-fallback.js78 const cleanup = countdown(2, () => server.close()); constant
84 common.mustCall(onSession.bind({ cleanup, server })) property
127 const cleanup = countdown(3, () => server.close()); constant
134 onSession.call({ cleanup, server }, property
Dtest-tls-peer-certificate.js43 }, function(err, pair, cleanup) { argument
98 }, function(err, pair, cleanup) { argument
/third_party/ltp/include/old/
Dtest.h138 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument
145 #define tst_brkm_(file, lineno, flags, cleanup, fmt, ...) do { \ argument
152 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument
198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument
/third_party/python/Tools/importbench/
Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
109 def cleanup(): function
122 def cleanup(): function
/third_party/skia/src/gpu/d3d/
DGrD3DTypesMinimal.cpp19 void GrD3DBackendSurfaceInfo::cleanup() { in cleanup() function in GrD3DBackendSurfaceInfo
80 void GrD3DTextureResourceSpecHolder::cleanup() { in cleanup() function in GrD3DTextureResourceSpecHolder
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h46 # define LTP_CREATE_SYSCALL(sys_name, cleanup, ...) \ argument
55 # define LTP_CREATE_SYSCALL(sys_name, cleanup, ...) \ argument
60 #define UID16_CHECK(uid, sys_name, cleanup) \ argument
67 #define GID16_CHECK(gid, sys_name, cleanup) \ argument
/third_party/ltp/testcases/kernel/syscalls/swapon/
Dswapon02.c36 void (*cleanup)(void); member
73 void cleanup(void) in cleanup() function
/third_party/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync02.c88 void (*cleanup) (void); /* Individual cleanup routine */ member
194 void cleanup(void) in cleanup() function
/third_party/ltp/testcases/kernel/device-drivers/locking/
Dlock_torture.sh49 cleanup() function
/third_party/ltp/testcases/network/stress/ftp/
Dftp-upload-stress01-rmt.sh35 cleanup() function
Dftp-upload-stress02-rmt.sh37 cleanup() function
/third_party/node/tools/
Dupdate-npm.sh18 cleanup () { function
Dupdate-cares.sh19 cleanup () { function
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh6 cleanup() { function
/third_party/ltp/testcases/kernel/security/smack/
Dsmack_file_access.sh24 cleanup() function
/third_party/exfatprogs/tests/
Dtest_fsck.sh11 cleanup() { function
/third_party/protobuf/
Dbuild_files_updated_unittest.sh38 function cleanup { function
/third_party/ltp/lib/newlib_tests/shell/
Dtimeout03.sh41 cleanup() function
/third_party/ltp/testcases/network/virt/
Dwireguard02.sh18 cleanup() function
/third_party/ltp/testcases/commands/insmod/
Dinsmod01.sh17 cleanup() function
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslog11.c83 void (*cleanup) (void); /* Individual cleanup routine */ member
209 void cleanup(void) in cleanup() function
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership/
Dtpm_takeownership_tests.sh75 cleanup() function

12345678910>>...55