/external/u-boot/include/ |
D | command.h | 304 _usage, _help, _comp) \ argument 306 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 309 _usage, _help, _comp) \ argument 312 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 317 _usage, _help, _comp); 319 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument 323 _usage, _help, _comp) 338 _usage, _help, _comp) \ argument 339 { #_name, _maxargs, 0 ? _cmd_rep : NULL, NULL, _usage, \ [all …]
|
/external/u-boot/prebuilt-intermediates/ |
D | command.h | 304 _usage, _help, _comp) \ argument 306 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 309 _usage, _help, _comp) \ argument 312 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 317 _usage, _help, _comp); 319 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument 323 _usage, _help, _comp) 338 _usage, _help, _comp) \ argument 339 { #_name, _maxargs, 0 ? _cmd_rep : NULL, NULL, _usage, \ [all …]
|
/external/toolchain-utils/crosperf/ |
D | download_images_buildid_test.py | 37 self._usage(parser, '--chromeos_root must be set') 43 def _usage(self, parser, message): member in ImageDownloaderBuildIDTest
|
/external/scapy/scapy/ |
D | main.py | 97 def _usage(): function 395 _usage()
|
/external/angle/doc/ |
D | ExtensionSupport.md | 46 * GL\_ANGLE\_texture\_usage
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 135 vk::VkBufferUsageFlags _usage, in BufferCreateInfo() argument 144 usage = _usage; in BufferCreateInfo() 217 vk::VkImageUsageFlags _usage, in ImageCreateInfo() argument 239 usage = _usage; in ImageCreateInfo()
|
/external/python/cpython3/Lib/ |
D | pdb.py | 1646 _usage = """\ variable 1667 print(_usage) 1674 print(_usage)
|
/external/bcc/src/lua/bcc/vendor/ |
D | argparse.lua | 588 if self._usage then 589 return self._usage
|
/external/python/cpython3/Lib/test/ |
D | test_pdb.py | 1474 pdb._usage,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | RFC3280CertPathUtilities.java | 2211 boolean[] _usage = cert.getKeyUsage(); in prepareNextCertN() 2213 if ((_usage != null) && !_usage[RFC3280CertPathUtilities.KEY_CERT_SIGN]) in prepareNextCertN()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | RFC3280CertPathUtilities.java | 2212 boolean[] _usage = cert.getKeyUsage(); in prepareNextCertN() 2214 if ((_usage != null) && !_usage[RFC3280CertPathUtilities.KEY_CERT_SIGN]) in prepareNextCertN()
|
/external/python/rsa/doc/ |
D | usage.rst | 1 .. _usage:
|
/external/iproute2/misc/ |
D | ss.c | 3908 static void _usage(FILE *dest) in _usage() function 3964 _usage(stdout); in help() 3971 _usage(stderr); in usage()
|
/external/scapy/test/ |
D | regression.uts | 143 from scapy.main import _usage 145 _usage()
|