/external/autotest/client/common_lib/cros/ |
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:
|
/external/autotest/site_utils/lxc/ |
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:
|
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:
|
D | base_image_unittest.py | 171 if not unittest_setup.config.skip_cleanup: 199 if not unittest_setup.config.skip_cleanup:
|
D | container_bucket.py | 212 skip_cleanup=False, argument 233 @param skip_cleanup: Set to True to skip cleanup, used to troubleshoot
|
D | unittest_setup.py | 65 parser.add_argument('-s', '--skip_cleanup', action='store_true',
|
D | container_unittest.py | 49 if not unittest_setup.config.skip_cleanup: 328 if not unittest_setup.config.skip_cleanup:
|
D | container_factory_unittest.py | 42 if not unittest_setup.config.skip_cleanup:
|
/external/libiio/ |
D | .travis.yml | 95 skip_cleanup: true 106 skip_cleanup: true 112 skip_cleanup: true 119 skip_cleanup: true
|
/external/python/httplib2/ |
D | .travis.yml | 75 skip_cleanup: true 90 skip_cleanup: true
|
/external/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 64 static int skip_cleanup; variable 68 {"s", &skip_cleanup, NULL}, 167 if (skip_cleanup) in cleanup()
|
/external/e2fsprogs/tests/ |
D | run_e2fsck | 107 if [ "$SKIP_CLEANUP" != "true" ] ; then 109 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_convert_bmap/ |
D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_extent_too_deep/ |
D | script | 108 if [ "$SKIP_CLEANUP" != "true" ] ; then 110 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_convert_bmap_sparse/ |
D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_compress_extent_tree_level/ |
D | script | 112 if [ "$SKIP_CLEANUP" != "true" ] ; then 114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_collapse_extent_tree/ |
D | script | 110 if [ "$SKIP_CLEANUP" != "true" ] ; then 112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | script | 112 if [ "$SKIP_CLEANUP" != "true" ] ; then 114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
|
/external/flatbuffers/ |
D | .travis.yml | 63 # skip_cleanup: true 72 # skip_cleanup: true
|
/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 97 static int skip_cleanup; variable 101 {"s", &skip_cleanup, NULL}, 212 if (skip_cleanup) in cleanup()
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 125 static int skip_cleanup; variable 129 {"s", &skip_cleanup, NULL}, 277 if (skip_cleanup) in cleanup()
|
/external/autotest/client/cros/audio/ |
D | pack_audio_quality.py | 148 if not args.skip_cleanup:
|
/external/brotli/ |
D | .travis.yml | 229 skip_cleanup: true
|