/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | chromedriver.py | 38 skip_cleanup=False, argument 58 @param skip_cleanup: If True, leave the server and browser running 72 self._cleanup = not skip_cleanup 100 skip_cleanup=skip_cleanup, 169 def __init__(self, exe_path, port=None, skip_cleanup=False, argument 176 skip_cleanup: If True, leave the server running so that remote 226 if not skip_cleanup:
|
/aosp_15_r20/external/autotest/site_utils/lxc/ |
H A D | lxc_functional_test.py | 194 def setup_test(bucket, container_id, skip_cleanup): argument 199 @param skip_cleanup: Set to True to skip cleanup, used to troubleshoot 208 skip_cleanup=skip_cleanup, 327 parser.add_argument('-s', '--skip_cleanup', action='store_true', 348 container = setup_test(bucket, container_id, options.skip_cleanup) 370 if not options.skip_cleanup:
|
H A D | cleanup_if_fail.py | 40 skip_cleanup = utils.get_function_arg_value( 41 func, 'skip_cleanup', args, kwargs) 43 skip_cleanup = False 50 if container and not skip_cleanup:
|
H A D | base_image_unittest.py | 171 if not unittest_setup.config.skip_cleanup: 199 if not unittest_setup.config.skip_cleanup:
|
H A D | container_bucket.py | 212 skip_cleanup=False, argument 233 @param skip_cleanup: Set to True to skip cleanup, used to troubleshoot
|
H A D | container_unittest.py | 49 if not unittest_setup.config.skip_cleanup: 328 if not unittest_setup.config.skip_cleanup:
|
H A D | unittest_setup.py | 65 parser.add_argument('-s', '--skip_cleanup', action='store_true',
|
H A D | container_factory_unittest.py | 42 if not unittest_setup.config.skip_cleanup:
|
/aosp_15_r20/art/libnativebridge/tests/ |
H A D | runtests.sh | 8 skip_cleanup= 14 --skip-cleanup) skip_cleanup=true ;; 69 if [ -z "$skip_cleanup" ]; then
|
/aosp_15_r20/external/ltp/testcases/kernel/firmware/fw_load_user/ |
H A D | fw_load.c | 64 static int skip_cleanup; variable 68 {"s", &skip_cleanup, NULL}, 167 if (skip_cleanup) in cleanup()
|
/aosp_15_r20/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
H A D | cgroup_xattr.c | 97 static int skip_cleanup; variable 101 {"s", &skip_cleanup, NULL}, 212 if (skip_cleanup) in cleanup()
|
/aosp_15_r20/external/python/httplib2/ |
D | .travis.yml | 75 skip_cleanup: true 90 skip_cleanup: true
|
/aosp_15_r20/external/e2fsprogs/tests/ |
H A D | run_e2fsck | 107 if [ "$SKIP_CLEANUP" != "true" ] ; then 109 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 125 static int skip_cleanup; variable 129 {"s", &skip_cleanup, NULL}, 277 if (skip_cleanup) in cleanup()
|
/aosp_15_r20/external/e2fsprogs/tests/f_collapse_extent_tree/ |
H A D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/e2fsprogs/tests/f_extent_too_deep/ |
H A D | script | 108 if [ "$SKIP_CLEANUP" != "true" ] ; then 110 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/e2fsprogs/tests/f_convert_bmap_sparse/ |
H A D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/e2fsprogs/tests/f_compress_extent_tree_level/ |
H A D | script | 112 if [ "$SKIP_CLEANUP" != "true" ] ; then 114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/e2fsprogs/tests/f_convert_bmap/ |
H A D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
H A D | script | 112 if [ "$SKIP_CLEANUP" != "true" ] ; then 114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/aosp_15_r20/external/flatbuffers/ |
H A D | .travis.yml | 63 # skip_cleanup: true 72 # skip_cleanup: true
|
/aosp_15_r20/external/clpeak/ |
H A D | .travis.yml | 44 skip_cleanup: true
|
/aosp_15_r20/external/autotest/client/cros/audio/ |
H A D | pack_audio_quality.py | 148 if not args.skip_cleanup:
|
/aosp_15_r20/external/brotli/ |
H A D | .travis.yml | 229 skip_cleanup: true
|