Home
last modified time | relevance | path

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

12345678910>>...77

/external/boringssl/src/
DAPI-CONVENTIONS.md73 ### Heap-allocated types
107 ### Stack-allocated types
174 ### Data-only types
181 ### Ownership and lifetime
/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
/external/llvm-project/lldb/test/API/functionalities/jitloader_gdb/
DTestJITLoaderGDB.py41 def cleanup(): function
60 def cleanup(): function
89 def cleanup(): function
/external/clang/test/CodeGenCXX/
Dnew-array-init-exceptions.cpp11 void cleanup(int n) { in cleanup() function
29 void cleanup() { in cleanup() function
/external/llvm-project/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/llvm-project/lldb/test/API/python_api/formatters/
DTestFormattersSBAPI.py45 def cleanup(): function
460 def cleanup(): function
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
DTestDataFormatterPythonSynth.py46 def cleanup(): function
285 def cleanup(): function
/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/ltp/include/old/
Dtest.h138 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument
145 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument
191 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ 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/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/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/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync02.c88 void (*cleanup) (void); /* Individual cleanup routine */ member
194 void cleanup(void) in cleanup() function
/external/ltp/testcases/kernel/syscalls/swapoff/
Dswapoff02.c54 void (*cleanup)(void); member
152 static void cleanup(void) in cleanup() function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tc_edt.sh28 cleanup() function
Dtest_xdp_meta.sh3 cleanup() function
Dtest_xdp_redirect.sh13 cleanup() function
/external/strace/tests-m32/
Ddetach-sleeping.test50 cleanup() function
/external/bcc/scripts/
Dbuild-rpm.sh8 function cleanup() { function
/external/strace/tests-mx32/
Ddetach-stopped.test57 cleanup() function
Ddetach-sleeping.test50 cleanup() function
/external/llvm-project/compiler-rt/lib/tsan/go/
Dbuildgo.sh159 cleanup() { function
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
Dbuild_tf_windows.sh51 function cleanup { function
/external/ltp/testcases/network/stress/ftp/
Dftp-upload-stress01-rmt.sh35 cleanup() function

12345678910>>...77