/third_party/skia/tools/ |
H A D | image_diff_metric.cpp | 20 const char usage[] = "\nUsage:\n %s {FILE1}.png {FILE2}.png\n\n"; in main() local 21 fprintf(stderr, usage, argv[0]); in main()
|
/third_party/protobuf/python/release/wheel/ |
H A D | protobuf_optimized_pip.sh | 7 # Print usage and fail. 8 function usage() { function 29 usage
|
/third_party/selinux/libselinux/utils/ |
H A D | selinuxexeccon.c | 11 static __attribute__ ((__noreturn__)) void usage(const char *name, const char *detail, int rc) in usage() function 13 fprintf(stderr, "usage: %s command [ fromcon ]\n", name); in usage() 37 usage(argv[0], "Invalid number of arguments", -1); in main()
|
/third_party/selinux/libsepol/tests/ |
H A D | libsepol-tests.c | 53 static void usage(char *progname) in usage() function 55 printf("usage: %s [options]\n", progname); in usage() 112 usage(argv[0]); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | dbus-listen-preq.py | 15 def usage(): function 48 usage()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dbus-listen-preq.py | 15 def usage(): function 48 usage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
H A D | NativeBufferImageSiblingAndroid.cpp | 24 uint64_t usage = 0; in initialize() local 27 &mSize.depth, &pixelFormat, &usage); in initialize() local
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.c | 85 image->usage = pCreateInfo->usage; in vk_image_init() 93 pCreateInfo->usage; in vk_image_init() 193 * chain of VkImageCreateInfo, the usage is calculated based on the in vk_image_usage() 197 * implicit usage is equal to in vk_image_usage() 201 * implicit usage is equal to VkImageCreateInfo::usage. in vk_image_usage() 203 * - If both aspects are included in aspectMask, the implicit usage in vk_image_usage() 204 * is equal to the intersection of VkImageCreateInfo::usage and in vk_image_usage() 211 return image->usage in vk_image_usage() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 325 * \param usage a PIPE_USAGE_x value 330 enum pipe_resource_usage usage, in pipe_buffer_create() 338 buffer.usage = usage; in pipe_buffer_create() 351 enum pipe_resource_usage usage, in pipe_buffer_create_const0() 359 buffer.usage = usage; in pipe_buffer_create_const0() 456 /* Don't set any other usage bits. Drivers should derive them. */ in pipe_buffer_write() 499 * \param usage bitmask of PIPE_USAGE_x flags 504 enum pipe_resource_usage usage, in pipe_buffer_create_with_data() 328 pipe_buffer_create(struct pipe_screen *screen, unsigned bind, enum pipe_resource_usage usage, unsigned size) pipe_buffer_create() argument 349 pipe_buffer_create_const0(struct pipe_screen *screen, unsigned bind, enum pipe_resource_usage usage, unsigned size) pipe_buffer_create_const0() argument 502 pipe_buffer_create_with_data(struct pipe_context *pipe, unsigned bind, enum pipe_resource_usage usage, unsigned size, const void *ptr) pipe_buffer_create_with_data() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_fluent.cpp | 278 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage) const& { in usage() function in NumberFormatterSettings 280 copy.fMacros.usage.set(usage); in usage() 285 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage)&& { in usage() argument 287 move.fMacros.usage.set(usage); in usage()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | TextureViewTests.cpp | 35 wgpu::TextureUsage usage) { in Create2DTexture() 44 descriptor.usage = usage; in Create2DTexture() 51 wgpu::TextureUsage usage) { in Create3DTexture() 58 descriptor.usage = usage; in Create3DTexture() 671 // usage would cause the Vulkan validation layers to warn 675 descriptor.usage = wgpu::TextureUsage::CopySrc | wgpu::TextureUsage::CopyDst; 687 descriptor.usage = wgpu::TextureUsage::TextureBinding | wgpu::TextureUsage::CopyDst; 30 Create2DTexture(wgpu::Device device, uint32_t width, uint32_t height, uint32_t arrayLayerCount, uint32_t mipLevelCount, wgpu::TextureUsage usage) Create2DTexture() argument 48 Create3DTexture(wgpu::Device device, wgpu::Extent3D size, uint32_t mipLevelCount, wgpu::TextureUsage usage) Create3DTexture() argument
|
H A D | DepthStencilCopyTests.cpp | 47 wgpu::TextureUsage usage, in CreateDepthStencilTexture() 52 texDescriptor.usage = usage; in CreateDepthStencilTexture() 59 wgpu::TextureUsage usage, in CreateDepthTexture() 64 texDescriptor.usage = usage; in CreateDepthTexture() 156 wgpu::TextureUsage usage, in CreateInitializeDepthStencilTextureAndCopyT2T() 163 width, height, usage | wgpu::TextureUsage::CopyDst, mipLevel + 1); in CreateInitializeDepthStencilTextureAndCopyT2T() 281 // Maybe has to do with the RenderAttachment usage. Notably, a later test in TEST_P() 45 CreateDepthStencilTexture(uint32_t width, uint32_t height, wgpu::TextureUsage usage, uint32_t mipLevelCount = 1) CreateDepthStencilTexture() argument 57 CreateDepthTexture(uint32_t width, uint32_t height, wgpu::TextureUsage usage, uint32_t mipLevelCount = 1) CreateDepthTexture() argument 150 CreateInitializeDepthStencilTextureAndCopyT2T(float clearDepth, float regionDepth, uint8_t clearStencil, uint8_t regionStencil, uint32_t width, uint32_t height, wgpu::TextureUsage usage, uint32_t mipLevel = 0) CreateInitializeDepthStencilTextureAndCopyT2T() argument
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 108 KDBMSG(ARGCOUNT, "Improper argument count, see usage."), 721 char *usage; member 745 kdb_register_flags(s->name, kdb_exec_defcmd, s->usage, in kdb_defcmd2() 777 s->usage, s->help); in kdb_defcmd() 802 s->usage = kdb_strdup(argv[2], GFP_KDB); in kdb_defcmd() 803 if (!s->usage) in kdb_defcmd() 808 if (s->usage[0] == '"') { in kdb_defcmd() 809 strcpy(s->usage, argv[2]+1); in kdb_defcmd() 810 s->usage[strlen(s->usage) in kdb_defcmd() 2717 kdb_register_flags(char *cmd, kdb_func_t func, char *usage, char *help, short minlen, kdb_cmdflags_t flags) kdb_register_flags() argument 2793 kdb_register(char *cmd, kdb_func_t func, char *usage, char *help, short minlen) kdb_register() argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/mm/ |
H A D | numa.c | 48 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n", in show_mem_layout() 49 i, cluster->usage, cluster->start_pfn, in show_mem_layout() 82 if (cluster->usage & 3) in setup_memory_node() 95 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n", in setup_memory_node() 96 i, cluster->usage, cluster->start_pfn, in setup_memory_node()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 40 void usage(char *prog) in usage() function 131 usage(basename(argv[0])); in main() 137 usage(basename(argv[0])); in main()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom.h | 234 struct hid_field *field, struct hid_usage *usage); 236 struct hid_usage *usage, __s32 value); 243 int wacom_equivalent_usage(int usage);
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_sample_pkts_user.c | 101 static void usage(const char *prog) in usage() function 133 usage(basename(argv[0])); in main() 142 usage(basename(argv[0])); in main()
|
H A D | sampleip_user.c | 29 static void usage(void) in usage() function 155 usage(); in main() 162 usage(); in main()
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | ucon.c | 78 static void usage(void) in usage() function 117 usage(); in main() 122 usage(); in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | parse-maintainers.pl | 19 'h|help|usage' => \$help, 25 usage(); 29 sub usage { subroutine 31 usage: $P [options] <pattern matching regexes> label
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_gem_atomic_helper.c | 139 enum dma_resv_usage usage; in drm_gem_plane_helper_prepare_fb() local 159 usage = fence ? DMA_RESV_USAGE_KERNEL : DMA_RESV_USAGE_WRITE; in drm_gem_plane_helper_prepare_fb() 170 ret = dma_resv_get_singleton(obj->resv, usage, &new); in drm_gem_plane_helper_prepare_fb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vgem/ |
H A D | vgem_fence.c | 133 enum dma_resv_usage usage; in vgem_fence_attach_ioctl() local 155 usage = dma_resv_usage_rw(arg->flags & VGEM_FENCE_WRITE); in vgem_fence_attach_ioctl() 156 if (!dma_resv_test_signaled(resv, usage)) { in vgem_fence_attach_ioctl()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom.h | 231 struct hid_field *field, struct hid_usage *usage); 233 struct hid_usage *usage, __s32 value); 240 int wacom_equivalent_usage(int usage);
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | builtin-check.c | 75 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"), 76 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"), 101 int cmd_parse_options(int argc, const char **argv, const char * const usage[]) in cmd_parse_options() argument 126 argc = parse_options(argc, argv, check_options, usage, 0); in cmd_parse_options() 128 usage_with_options(usage, check_options); in cmd_parse_options()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sampleip_user.c | 29 static void usage(void) in usage() function 155 usage(); in main() 162 usage(); in main()
|