Home
last modified time | relevance | path

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

12345678910>>...74

/external/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 …]
/external/webrtc/third_party/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 …]
/external/angle/third_party/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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/boringssl/src/
DAPI-CONVENTIONS.md73 ### Heap-allocated types
107 ### Stack-allocated types
174 ### Data-only types
181 ### Ownership and lifetime
/external/clang/test/CodeGenCXX/
Dnew-array-init-exceptions.cpp11 void cleanup(int n) { in cleanup() function
29 void cleanup() { in cleanup() function
/external/autotest/client/tests/cgroup/
Dcgroup.py64 def cleanup(self): member in cgroup
79 def cleanup(supress=False): function
318 def cleanup(supress=False): function
/external/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
/external/python/cpython3/Tools/importbench/
Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
109 def cleanup(): function
122 def cleanup(): function
/external/autotest/server/cros/clique_lib/
Dclique_dut_control.py148 def cleanup(self, run_num): member in CliqueControl
219 def cleanup(self, run_num): member in CliqueDUTRole
425 def cleanup(self, run_num): member in CliqueDUTBatch
459 def cleanup(self, run_num): member in CliqueDUTSet
494 def cleanup(self, run_num): member in CliqueDUTPool
/external/skia/src/gpu/d3d/
DGrD3DTypesMinimal.cpp19 void GrD3DBackendSurfaceInfo::cleanup() { in cleanup() function in GrD3DBackendSurfaceInfo
80 void GrD3DTextureResourceSpecHolder::cleanup() { in cleanup() function in GrD3DTextureResourceSpecHolder
/external/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
/external/webrtc/rtc_base/task_utils/
Dto_queued_task.h64 ClosureTaskWithCleanup(Closure&& closure, Cleanup&& cleanup) in ClosureTaskWithCleanup()
103 std::unique_ptr<QueuedTask> ToQueuedTask(Closure&& closure, Cleanup&& cleanup) { in ToQueuedTask()
/external/ltp/testcases/kernel/syscalls/swapon/
Dswapon02.c36 void (*cleanup)(void); member
73 void cleanup(void) in cleanup() function
/external/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync02.c88 void (*cleanup) (void); /* Individual cleanup routine */ member
194 void cleanup(void) in cleanup() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc58 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralFromDevice() local
83 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralFromDevice() local
108 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralToDevice() local
123 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferArrayFromDevice() local
151 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferArrayToDevice() local
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog11.c83 void (*cleanup) (void); /* Individual cleanup routine */ member
209 void cleanup(void) in cleanup() function
/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod06.c55 void (*cleanup)(void); member
135 static void cleanup(void) in cleanup() function
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DStandardTestDispatcherTest.kt21 fun cleanup() { in <lambda>() method
/external/python/python-api-core/.kokoro/
Dbuild.sh46 cleanup() { function
Dtrampoline.sh20 function cleanup() { function
/external/bcc/scripts/
Dbuild-deb.sh.in9 function cleanup() { function
/external/strace/tests-m32/
Ddetach-running.test50 cleanup() function
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
Dbuild_tf_windows.sh51 function cleanup { function
/external/compiler-rt/lib/tsan/go/
Dbuildgo.sh101 cleanup() { function

12345678910>>...74