/external/arm-trusted-firmware/tools/cert_create/src/dualroot/ |
D | cot.c | 25 .help_msg = "Trusted Boot FW Certificate (output file)", 42 .help_msg = "Trusted Key Certificate (output file)", 56 .help_msg = "SCP Firmware Key Certificate (output file)", 70 .help_msg = "SCP Firmware Content Certificate (output file)", 84 .help_msg = "SoC Firmware Key Certificate (output file)", 98 .help_msg = "SoC Firmware Content Certificate (output file)", 113 .help_msg = "Trusted OS Firmware Key Certificate (output file)", 127 .help_msg = "Trusted OS Firmware Content Certificate (output file)", 144 .help_msg = "SiP owned Secure Partition Content Certificate (output file)", 162 .help_msg = "Platform owned Secure Partition Content Certificate (output file)", [all …]
|
/external/arm-trusted-firmware/tools/cert_create/src/tbbr/ |
D | tbb_ext.c | 26 .help_msg = "Trusted Firmware Non-Volatile counter value", 36 .help_msg = "Non-Trusted Firmware Non-Volatile counter value", 46 .help_msg = "Trusted Boot Firmware image file", 55 .help_msg = "Trusted Boot Firmware Config file", 65 .help_msg = "HW Config file", 75 .help_msg = "Firmware Config file", 109 .help_msg = "SCP Firmware image file", 126 .help_msg = "SoC AP Firmware image file", 135 .help_msg = "SoC Firmware Config file", 153 .help_msg = "Trusted OS image file", [all …]
|
D | tbb_cert.c | 22 .help_msg = "Trusted Boot FW Certificate (output file)", 39 .help_msg = "Trusted Key Certificate (output file)", 54 .help_msg = "SCP Firmware Key Certificate (output file)", 68 .help_msg = "SCP Firmware Content Certificate (output file)", 82 .help_msg = "SoC Firmware Key Certificate (output file)", 96 .help_msg = "SoC Firmware Content Certificate (output file)", 111 .help_msg = "Trusted OS Firmware Key Certificate (output file)", 125 .help_msg = "Trusted OS Firmware Content Certificate (output file)", 142 .help_msg = "Non-Trusted Firmware Key Certificate (output file)", 156 .help_msg = "Non-Trusted Firmware Content Certificate (output file)", [all …]
|
D | tbb_key.c | 18 .help_msg = "Root Of Trust key (input/output file)", 24 .help_msg = "Trusted World key (input/output file)", 30 .help_msg = "Non Trusted World key (input/output file)", 36 .help_msg = "SCP Firmware Content Certificate key (input/output file)", 42 .help_msg = "SoC Firmware Content Certificate key (input/output file)", 48 .help_msg = "Trusted OS Firmware Content Certificate key (input/output file)", 54 .help_msg = "Non Trusted Firmware Content Certificate key (input/output file)",
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | arg.h | 58 const char *help_msg; member 132 .help_msg = h, \ 139 .help_msg = h, \ 148 .help_msg = h, \ 157 .help_msg = h, \ 167 .help_msg = h, \ 176 .help_msg = h, \ 194 .help_msg = h, \ 205 .help_msg = h, \ 214 .help_msg = h, \ [all …]
|
/external/arm-trusted-firmware/tools/cert_create/src/ |
D | cmd_opt.c | 16 static const char *help_msg[CMD_OPT_MAX_NUM+1]; variable 33 help_msg[num_reg_opt] = cmd_opt->help_msg; in cmd_opt_add() 58 return help_msg[idx]; in cmd_opt_get_help_msg()
|
D | key.c | 192 cmd_opt.help_msg = key->help_msg; in key_init()
|
D | cert.c | 229 cmd_opt.help_msg = cert->help_msg; in cert_init()
|
D | ext.c | 62 cmd_opt.help_msg = ext->help_msg;
|
/external/arm-trusted-firmware/tools/encrypt_fw/src/ |
D | cmd_opt.c | 16 static const char *help_msg[CMD_OPT_MAX_NUM+1]; variable 33 help_msg[num_reg_opt] = cmd_opt->help_msg; in cmd_opt_add() 58 return help_msg[idx]; in cmd_opt_get_help_msg()
|
/external/libcxx/utils/ |
D | gen_link_script.py | 22 help_msg = \ 40 print_and_exit(help_msg)
|
/external/arm-trusted-firmware/tools/encrypt_fw/include/ |
D | cmd_opt.h | 23 const char *help_msg; member
|
/external/arm-trusted-firmware/tools/cert_create/include/ |
D | cmd_opt.h | 24 const char *help_msg; member
|
D | cert.h | 36 const char *help_msg; /* Help message */ member
|
D | key.h | 60 const char *help_msg; /* Help message */ member
|
D | ext.h | 36 const char *help_msg; /* Help message */ member
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_arg.c | 373 if (!decl->help_msg) in print_help_msg() 376 return wrap_msg(decl->help_msg, 30, pos); in print_help_msg() 387 if (!decl->help_msg) { in print_default() 456 if (!decl->help_msg) { in print_default_flags() 668 if (arg[i].help_msg) in print_help() 669 printf(" %s\n", arg[i].help_msg); in print_help() 737 wrap_msg(arg[i].help_msg, 0, 0); in print_help_and_exit()
|
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.h | 180 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() argument
|
/external/abseil-cpp/absl/flags/internal/ |
D | flag.h | 180 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() argument
|
/external/libtextclassifier/abseil-cpp/absl/flags/internal/ |
D | flag.h | 202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() argument
|
/external/autotest/client/common_lib/cros/ |
D | textfsm.py | 1006 print(help_msg) 1045 help_msg = '%s [--help] template [input_file [output_file]]\n' % sys.argv[0] variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.h | 202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() argument
|
/external/openscreen/third_party/abseil/src/absl/flags/internal/ |
D | flag.h | 202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() argument
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 162 help_msg = "install in user site-package '%s'" % site.USER_SITE variable in easy_install 163 user_options.append(('user', None, help_msg))
|