Home
last modified time | relevance | path

Searched full:cleanup_all (Results 1 – 5 of 5) sorted by relevance

/external/python/parse_type/tasks/
D_tasklet_cleanup.py76 ctx.cleanup_all.directories.extend(ctx.clean_all.directories or [])
77 ctx.cleanup_all.extra_directories.extend(ctx.clean_all.extra_directories or [])
78 ctx.cleanup_all.files.extend(ctx.clean_all.files or [])
79 ctx.cleanup_all.extra_files.extend(ctx.clean_all.extra_files or [])
222 directories = ctx.config.cleanup_all.directories or []
223 directories.extend(ctx.config.cleanup_all.extra_directories or [])
224 files = ctx.config.cleanup_all.files or []
225 files.extend(ctx.config.cleanup_all.extra_files or [])
267 "cleanup_all": make_cleanup_config(
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_url_map_testcase.py384 cleanup_all = cls.finished_test_cases == cls.test_case_names
392 retryer(cls._cleanup, cleanup_all)
408 def _cleanup(cls, cleanup_all: bool = False):
411 if cleanup_all:
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c41 static void cleanup_all(void);
259 cleanup_all(); in run()
278 static void cleanup_all(void) in cleanup_all() function
/external/python/parse_type/
Dinvoke.yaml24 cleanup_all:
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_memcontrol.c68 goto cleanup_all; in test_memcg_subtree_control()
71 goto cleanup_all; in test_memcg_subtree_control()
75 cleanup_all: in test_memcg_subtree_control()