/scripts/ |
A D | kernel-doc.py | 183 parser.add_argument("-d", "-debug", "--debug", action="store_true", 191 action="store_true", 196 parser.add_argument("-Wreturn", "--wreturn", action="store_true", 200 action="store_true", 207 parser.add_argument("-Wall", "--wall", action="store_true", 210 parser.add_argument("-Werror", "--werror", action="store_true", 213 parser.add_argument("-export-file", "--export-file", action='append', 222 out_fmt.add_argument("-m", "-man", "--man", action="store_true", 224 out_fmt.add_argument("-r", "-rst", "--rst", action="store_true", 226 out_fmt.add_argument("-N", "-none", "--none", action="store_true", [all …]
|
A D | asn1_compiler.c | 304 struct action *action; member 685 struct action *action; member 857 struct action *action, **ppaction; in parse_type() local 1088 action = malloc(sizeof(struct action)); in parse_type() 1118 element->action = action; in parse_type() 1119 cursor->action = action; in parse_type() 1295 struct action *action; in render() local 1328 for (action = action_list; action; action = action->next) { in render() 1338 for (action = action_list; action; action = action->next) in render() 1340 action->name, action->index); in render() [all …]
|
A D | get_abi.py | 49 parser.add_argument("--enable-lineno", action="store_true", 51 parser.add_argument("--raw", action="store_true", 55 parser.add_argument("--no-file", action="store_true", 152 parser.add_argument("-H", "--show-hints", action="store_true", 158 parser.add_argument("-f", "--found", action="store_true", 161 parser.add_argument("-d", "--dry-run", action="store_true",
|
A D | bloat-o-meter | 17 group.add_argument('-c', help='categorize output based on symbol type', action='store_true') 18 group.add_argument('-d', help='Show delta of Data Section', action='store_true') 19 group.add_argument('-t', help='Show delta of text Section', action='store_true')
|
A D | checkkconfigsymbols.py | 53 parser.add_argument('-c', '--commit', dest='commit', action='store', 58 parser.add_argument('-d', '--diff', dest='diff', action='store', 63 parser.add_argument('-f', '--find', dest='find', action='store_true', 68 parser.add_argument('-i', '--ignore', dest='ignore', action='store', 73 parser.add_argument('-s', '--sim', dest='sim', action='store', default="", 76 parser.add_argument('--force', dest='force', action='store_true', 80 parser.add_argument('--no-color', dest='color', action='store_false',
|
A D | test_doc_build.py | 470 ver_group.add_argument('-f', '--full', action='store_true', 475 build_group.add_argument('-b', '--build', action='store_true', 488 other_group.add_argument('-r', '--req-file', action='store_true', 492 other_group.add_argument('-v', '--verbose', action='store_true', 494 other_group.add_argument('-i', '--wait-input', action='store_true',
|
A D | make_fit.py | 72 parser.add_argument('-D', '--decompose-dtbs', action='store_true', 74 parser.add_argument('-E', '--external', action='store_true', 84 parser.add_argument('-v', '--verbose', action='store_true',
|
A D | generate_rust_analyzer.py | 180 parser.add_argument('--verbose', '-v', action='store_true') 181 parser.add_argument('--cfgs', action='append', default=[])
|
A D | macro_checker.py | 14 parser.add_argument("-v", "--verbose", action="store_true",
|
A D | spdxcheck.py | 332 ap.add_argument('-d', '--dirs', action='store_true', 338 ap.add_argument('-f', '--files', action='store_true', 342 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
|
A D | checktransupdate.py | 248 action=BooleanOptionalAction,
|
A D | bpf_doc.py | 977 argParser.add_argument('--header', action='store_true', 979 argParser.add_argument('--json', action='store_true',
|
/scripts/gdb/linux/ |
A D | interrupts.py | 77 action = desc['action'] 78 if action is not None: 79 text += " %s" % (action['name'].string()) 81 action = action['next'] 82 if action is not None: 84 if action['name']: 85 text += ", %s" % (action['name'].string())
|
/scripts/dtc/ |
A D | dt-extract-compatibles | 120 …ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_tru… 121 …'--driver-match', help="Only print compatibles that should match to a driver", action="store_true")
|
/scripts/kconfig/ |
A D | qconf.cc | 378 if (action == showNormalAction) in setOptionMode() 380 else if (action == showAllAction) in setOptionMode() 884 QAction *action; in contextMenuEvent() local 888 action->setCheckable(true); in contextMenuEvent() 892 action, &QAction::setChecked); in contextMenuEvent() 893 action->setChecked(showName); in contextMenuEvent() 894 headerPopup->addAction(action); in contextMenuEvent() 944 action->setCheckable(true); in ConfigInfoView() 948 action, &QAction::setChecked); in ConfigInfoView() 949 action->setChecked(showDebug()); in ConfigInfoView() [all …]
|
A D | qconf.h | 72 void setOptionMode(QAction *action);
|