Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 27) sorted by relevance

12

/scripts/kconfig/tests/auto_submenu/
A DKconfig5 default y
10 default y
24 default y
/scripts/
A Dget_abi.py148 parser.add_argument("-S", "--sysfs-dir", default="/sys",
154 parser.add_argument("-j", "--jobs", "--max-workers", type=int, default=1,
156 parser.add_argument("-c", "--max-chunk-size", type=int, default=50,
187 parser.add_argument("-d", "--debug", type=int, default=0, help="debug level")
188 parser.add_argument("-D", "--dir", default=ABI_DIR, help=DEBUG_HELP)
A Dcheckkconfigsymbols.py54 default="",
59 default="",
64 default=False,
69 default="",
73 parser.add_argument('-s', '--sim', dest='sim', action='store', default="",
77 default=False,
81 default=True,
A Dchecktransupdate.py241 default="zh_CN",
249 default=True,
255 default='INFO',
261 default='checktransupdate.log',
A Dcheck-uapi.sh13 By default, the script will check to make sure the latest commit (or current
29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
30 -l ERROR_LOG Write error log to file (default: no error log is generated).
37 CC C compiler (default is "gcc")
38 ARCH Target architecture for the UAPI check (default is host arch)
A Ddev-needs.sh19 By default it lists the full path to the devices under /sys/devices.
33 --allow-no-driver By default dependencies that don't have a driver
A Dconfig40 --file config-file .config file to change (default .config)
A DMakefile.extrawarn51 KBUILD_CFLAGS += $(call cc-option, -Wno-default-const-init-unsafe)
204 KBUILD_CFLAGS += -Wswitch-default
A Dtest_doc_build.py464 default=DEFAULT_VERSIONS_TO_TEST,type=parse_version,
481 default=[MAKE_TARGETS[0]],
A Dgenerate_rust_analyzer.py181 parser.add_argument('--cfgs', action='append', default=[])
A Dpatch-kernel67 stopvers=${3-default}
A Dkernel-doc.py187 default="Kernel API",
A Dmake_fit.py70 parser.add_argument('-c', '--compress', type=str, default='none',
A Dspdxcheck.py334 ap.add_argument('-D', '--depth', type=int, default=-1,
340 ap.add_argument('-m', '--maxlines', type=int, default=15,
A Dspelling.txt460 dafault||default
462 deafult||default
471 detault||default
473 defailt||default
483 defualt||default
484 defult||default
/scripts/lib/kdoc/
A Dkdoc_item.py25 def get(self, key, default = None): argument
26 return self.other_stuff.get(key, default)
/scripts/clang-tools/
A Dgen_compile_commands.py43 parser.add_argument('-d', '--directory', type=str, default='.',
48 parser.add_argument('-o', '--output', type=str, default=_DEFAULT_OUTPUT,
54 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
57 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help)
A Drun-clang-tools.py37 parser.add_argument("-checks", type=str, default=None, help=checks_help)
39 parser.add_argument("-header-filter", type=str, default=None, help=header_filter_help)
/scripts/coccinelle/misc/
A Dsemicolon.cocci8 // Comments: Some false positives on empty default cases in switch statements.
21 default: ...;@p
A Dcond_no_effect.cocci9 // the last if else/else as a "default behavior" - which some
/scripts/kconfig/tests/choice/
A DKconfig5 default BOOL_CHOICE1
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig49 default F2
A Dexpected_stderr30 symbol F1 default value contains F2
/scripts/gcc-plugins/
A DKconfig13 default y
/scripts/bash-completion/
A Dmake4 # Load the default completion script for make. It is typically located at
95 # LLVM=1 uses the default 'clang' etc.
109 # KCONFIG_ALLCONFIG=1 selects the default fragment
330 # By default, hide KBUILD_* and KCONFIG_* variables.

Completed in 21 milliseconds

12