/third_party/glfw/tests/ |
H A D | iconify.c | 43 static void usage(void) in usage() function 216 usage(); in main() 224 usage(); in main()
|
H A D | monitors.c | 48 static void usage(void) in usage() function 232 usage(); in main() 238 usage(); in main()
|
/third_party/alsa-lib/test/ |
H A D | midiloop.c | 9 static void usage(void) in usage() function 81 usage(); in main() 86 usage(); in main()
|
H A D | rawmidi.c | 7 static void usage(void) in usage() function 9 fprintf(stderr, "usage: rawmidi [options]\n"); in usage() 47 usage(); in main() 55 usage(); in main()
|
/third_party/mbedtls/programs/psa/ |
H A D | aead_demo.c | 72 const char usage[] = variable 156 puts(usage); in aead_prepare() 274 /* Check usage */ in main() 276 puts(usage); in main()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_struct.h | 243 psa_key_usage_t MBEDTLS_PRIVATE(usage); 372 attributes->MBEDTLS_PRIVATE(policy).MBEDTLS_PRIVATE(usage) = usage_flags; in psa_set_key_usage_flags() 378 return attributes->MBEDTLS_PRIVATE(policy).MBEDTLS_PRIVATE(usage); in psa_get_key_usage_flags()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_cpu_hog.c | 90 void usage(char *prog_name, int status) in usage() function 139 case 'h': /* usage message */ in checkopt() 140 usage(argv[0], 0); in checkopt() 143 usage(argv[0], 1); in checkopt()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 132 void usage(void) in usage() function 134 tst_resm(TBROK, "usage: %s [-f [FILE]] [-s [NUM]] [-p] [NUM]\n\n" in usage() 186 usage(); in _parse_opts() 191 usage(); in _parse_opts()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_pools.c | 91 desc.usage = ~(VMW_BUFFER_USAGE_SHARED | VMW_BUFFER_USAGE_SYNC); in vmw_query_pools_init() 139 desc.usage = ~(SVGA_BUFFER_USAGE_PINNED | VMW_BUFFER_USAGE_SHARED | in vmw_mob_pools_init() 213 desc.usage = ~(SVGA_BUFFER_USAGE_PINNED | SVGA_BUFFER_USAGE_SHADER | in vmw_pools_init()
|
/third_party/node/lib/internal/crypto/ |
H A D | cfrg.js | 68 `Unsupported key usage for a ${name} key`, 117 `Unsupported key usage for an ${name} key`, 126 `Unsupported key usage for an ${name} key`,
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscat.c | 74 * usage - Print a list of the parameters to the program 80 static void usage(void) in usage() function 237 usage(); in parse_options() 303 usage(); in parse_options()
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | okp_importKey.https.any.js | 220 // Return a list of all valid usage combinations, given the possible ones 225 allNonemptySubsetsOf(possibleUsages).forEach(function(usage) { 227 if (!usage.includes(requiredUsages[i])) { 231 allUsages.push(usage);
|
H A D | symmetric_importKey.https.any.js | 199 // Return a list of all valid usage combinations, given the possible ones 204 allNonemptySubsetsOf(possibleUsages).forEach(function(usage) { 206 if (!usage.includes(requiredUsages[i])) { 210 allUsages.push(usage);
|
/third_party/mesa3d/src/intel/isl/tests/ |
H A D | isl_surf_get_image_offset_test.c | 143 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() 191 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0() 252 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 37 usage(const char *progname) { in usage() function 253 return usage(basename(argv[0])); in main() 257 return usage(basename(argv[0])); in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 60 * usage/help message 66 \t-h|x show this usage/help message\n\ 99 void usage(char *mesg) in usage() function 423 usage(NULL); in parse_command_line_args() 476 usage(NULL); in main()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 191 /* Function: usage */ 193 /* Description: Print the usage message. */ 198 static void usage(char *progname) in usage() function 202 "\t -h help, usage message.\n" in usage() 426 usage(argv[0]); in main() 437 usage(argv[0]); in main()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma04.c | 84 static void usage(void); 90 tst_parse_opts(argc, argv, options, usage); in main() 322 static void usage(void) in usage() function
|
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 255 static void usage(const char *program) in usage() function 293 usage(argv[0]); in main() 317 usage(argv[0]); in main()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_many.c | 245 void usage(void) in usage() function 262 usage(); in parse_args() 303 usage(); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | gmemtool.c | 112 usage(void) in usage() function 119 "\t-h, --help - this usage message\n" in usage() 144 usage(); in main() 159 usage(); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_cache.c | 212 desc->usage, 0); in pb_cache_manager_create_buffer() 240 buf->base.usage = buf->buffer->usage; in pb_cache_manager_create_buffer() 282 * @param bypass_usage Bitmask. If (requested usage & bypass_usage) != 0,
|
/third_party/python/Tools/i18n/ |
H A D | msgfmt.py | 41 def usage(code, msg=''): function 223 usage(1, msg) 229 usage(0)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 404 usage(void) in usage() function 475 usage(); in main() 482 usage(); in main()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | MultisampledSamplingTests.cpp | 134 desc.usage = wgpu::TextureUsage::TextureBinding | wgpu::TextureUsage::RenderAttachment; in TEST_P() 144 desc.usage = wgpu::TextureUsage::TextureBinding | wgpu::TextureUsage::RenderAttachment; in TEST_P() 191 outputBufferDesc.usage = wgpu::BufferUsage::Storage | wgpu::BufferUsage::CopySrc; in TEST_P()
|