Lines Matching defs:mode
233 mode = "ipc"
244 Option.mode = opt_args.mode
276 "mode": Option.mode,
941 if Option.mode not in system_action:
943 "the '{}' mode is not supported by '{}' system".format(
944 Option.mode, Option.system))
945 mode_action = system_action.get(Option.mode)
948 "the '{}' language is not support by '{}' mode of '{}' system"
949 .format(Option.language, Option.mode, Option.system))
972 "--mode",
975 help="generate code of ipc, passthrough or kernel mode")