/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 57 private static final String usage = "Usage:\n" + field in CodeMangler 69 "-help - print this usage message and exit.\n" + 128 System.out.print(usage); in CodeMangler() 136 System.err.println(usage); in CodeMangler() 181 System.err.println(usage); in CodeMangler()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_formatimpl.cpp | 248 if (macros.usage.isSet()) { in macrosToMicroGenerator() 250 // We only support "usage" when the input unit is specified, and is in macrosToMicroGenerator() 256 new UsagePrefsHandler(macros.locale, macros.unit, macros.usage.fValue, chain, status); in macrosToMicroGenerator() 279 } else if (macros.usage.isSet()) { in macrosToMicroGenerator() 392 if (macros.usage.isSet()) { in macrosToMicroGenerator()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | disasm.c | 876 usage(void) in usage() function 918 usage(); in main() 924 usage(); in main() 956 usage(); in main()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 114 surface->info.usage = usage_info ? usage_info->usage : res->obj->vkusage; in init_surface_info() 149 usage_info.usage = res->obj->vkusage & ~attachment; in create_surface() 390 surface->info.usage = res->obj->vkusage; in zink_rebind_surface()
|
H A D | zink_render_pass.c | 643 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 648 assert(zink_resource(transient->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 649 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[cresolve_offset].usage); in begin_render_pass() 651 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 661 assert(zink_resource(transient->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[ctx->fb_state.nr_cbufs].usage); in begin_render_pass() 662 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[cresolve_offset].usage); in begin_render_pass() 664 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[ctx->fb_state.nr_cbufs].usage); in begin_render_pass()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_formatimpl.cpp | 248 if (macros.usage.isSet()) { in macrosToMicroGenerator() 250 // We only support "usage" when the input unit is specified, and is in macrosToMicroGenerator() 256 new UsagePrefsHandler(macros.locale, macros.unit, macros.usage.fValue, chain, status); in macrosToMicroGenerator() 279 } else if (macros.usage.isSet()) { in macrosToMicroGenerator() 392 if (macros.usage.isSet()) { in macrosToMicroGenerator()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 577 switch (res->aux.usage) { in get_copy_region_aux_settings() 595 *out_aux_usage = res->aux.usage; in get_copy_region_aux_settings() 621 *out_aux_usage = res->aux.usage; in get_copy_region_aux_settings() 628 *out_aux_usage = res->aux.usage; in get_copy_region_aux_settings()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 241 unsigned usage) in dd_screen_resource_from_handle() 245 screen->resource_from_handle(screen, templ, handle, usage); in dd_screen_resource_from_handle() 308 unsigned usage) in dd_screen_resource_get_handle() 313 return screen->resource_get_handle(screen, pipe, resource, handle, usage); in dd_screen_resource_get_handle() 238 dd_screen_resource_from_handle(struct pipe_screen *_screen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) dd_screen_resource_from_handle() argument 304 dd_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, struct winsys_handle *handle, unsigned usage) dd_screen_resource_get_handle() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 725 const VkBufferUsageFlags usage) in makeBufferCreateInfo() 733 usage, // VkBufferUsageFlags usage; in makeBufferCreateInfo() 742 const VkBufferUsageFlags usage, in makeBufferCreateInfo() 754 usage, // VkBufferUsageFlags usage; in makeBufferCreateInfo() 724 makeBufferCreateInfo(const VkDeviceSize size, const VkBufferUsageFlags usage) makeBufferCreateInfo() argument 741 makeBufferCreateInfo(const VkDeviceSize size, const VkBufferUsageFlags usage, const std::vector<deUint32>& queueFamilyIndices, const VkBufferCreateFlags createFlags) makeBufferCreateInfo() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_formatimpl.cpp | 248 if (macros.usage.isSet()) { in macrosToMicroGenerator() 250 // We only support "usage" when the input unit is specified, and is in macrosToMicroGenerator() 256 new UsagePrefsHandler(macros.locale, macros.unit, macros.usage.fValue, chain, status); in macrosToMicroGenerator() 279 } else if (macros.usage.isSet()) { in macrosToMicroGenerator() 384 if (macros.usage.isSet()) { in macrosToMicroGenerator()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SwapChainVk.cpp | 74 // Perform the necessary pipeline barriers for the texture to be used with the usage in OnBeforePresent() 297 createInfo.imageUsage = mConfig.usage; in Initialize() 374 // Choose the target usage or do a blit. in ChooseConfig() 381 config.usage = targetUsages; in ChooseConfig() 463 config.usage = VK_IMAGE_USAGE_TRANSFER_DST_BIT; in ChooseConfig() 621 textureDesc.usage = mConfig.wgpuUsage; in GetCurrentTextureViewInternal()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUDevice.cpp | 158 !conv(desc.size, descriptor.size) || !conv(desc.usage, descriptor.usage)) { in createBuffer() 171 if (!conv(desc.label, descriptor.label) || !conv(desc.usage, descriptor.usage) || // in createTexture()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 473 static void usage(void) in usage() function 478 "usage: hostapd [-hdBKtv] [-P <PID file>] [-e <entropy file>] " in usage() 485 " -h show this usage\n" in usage() 709 usage(); in ap_main() 779 usage(); in ap_main() 786 usage(); in ap_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 465 static void usage(void) in usage() function 470 "usage: hostapd [-hdBKtv] [-P <PID file>] [-e <entropy file>] " in usage() 477 " -h show this usage\n" in usage() 695 usage(); in ap_main() 765 usage(); in ap_main() 772 usage(); in ap_main()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | map.c | 911 usage(); in do_dump() 1004 usage(); in do_update() 1087 usage(); in do_lookup() 1138 usage(); in do_getnext() 1209 usage(); in do_delete() 1318 usage(); in do_create() 1367 usage(); in do_pop_dequeue()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | map.c | 905 usage(); in do_dump() 998 usage(); in do_update() 1077 usage(); in do_lookup() 1128 usage(); in do_getnext() 1199 usage(); in do_delete() 1316 usage(); in do_create() 1365 usage(); in do_pop_dequeue()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CreatePipelineAsyncTests.cpp | 34 bufferDesc.usage = wgpu::BufferUsage::Storage | wgpu::BufferUsage::CopySrc; in ValidateCreateComputePipelineAsync() 77 textureDescriptor.usage = in ValidateCreateRenderPipelineAsync() 291 textureDescriptor.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc; in TEST_P() 629 textureDescriptor.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc; in TEST_P() 719 textureDescriptor.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc; in TEST_P() 792 textureDescriptor.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc; in TEST_P() 864 textureDescriptor.usage = in TEST_P()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 561 * removed from free cluster list and its usage counter will be increased. 579 * The cluster corresponding to page_nr decreases one usage. If the usage 801 unsigned char usage, int nr, in scan_swap_map_slots() 917 WRITE_ONCE(si->swap_map[offset], usage); in scan_swap_map_slots() 1184 unsigned char usage) in __swap_entry_free_locked() 1194 if (usage == SWAP_HAS_CACHE) { in __swap_entry_free_locked() 1213 usage = count | has_cache; in __swap_entry_free_locked() 1214 if (usage) in __swap_entry_free_locked() 1215 WRITE_ONCE(p->swap_map[offset], usage); in __swap_entry_free_locked() 800 scan_swap_map_slots(struct swap_info_struct *si, unsigned char usage, int nr, swp_entry_t slots[]) scan_swap_map_slots() argument 1182 __swap_entry_free_locked(struct swap_info_struct *p, unsigned long offset, unsigned char usage) __swap_entry_free_locked() argument 1302 unsigned char usage; __swap_entry_free() local 3302 __swap_duplicate(swp_entry_t entry, unsigned char usage) __swap_duplicate() argument 3403 unsigned char usage; swapcache_clear() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 57 * Capitalization context usage types for locale display names 68 * Capitalization transforms. For each usage type, indicates whether to titlecase for 117 CapitalizationContextUsage usage = contextUsageTypeMap.get(key.toString()); in put() 118 if (usage == null) { continue; }; in put() 127 capitalizationUsage[usage.ordinal()] = true; in put() 264 private String adjustForUsageAndContext(CapitalizationContextUsage usage, String name) { in adjustForUsageAndContext() argument 267 (capitalizationUsage != null && capitalizationUsage[usage.ordinal()]) )) { in adjustForUsageAndContext() 268 // Note, won't have capitalizationUsage != null && capitalizationUsage[usage.ordinal()] in adjustForUsageAndContext()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 61 * Capitalization context usage types for locale display names 72 * Capitalization transforms. For each usage type, indicates whether to titlecase for 121 CapitalizationContextUsage usage = contextUsageTypeMap.get(key.toString()); in put() 122 if (usage == null) { continue; }; in put() 131 capitalizationUsage[usage.ordinal()] = true; in put() 268 private String adjustForUsageAndContext(CapitalizationContextUsage usage, String name) { in adjustForUsageAndContext() argument 271 (capitalizationUsage != null && capitalizationUsage[usage.ordinal()]) )) { in adjustForUsageAndContext() 272 // Note, won't have capitalizationUsage != null && capitalizationUsage[usage.ordinal()] in adjustForUsageAndContext()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 160 * usage - Print a list of the parameters to the program 167 static void usage(void) in usage() function 212 usage(); in parse_options() 222 usage(); in parse_options() 231 usage(); in parse_options() 238 usage(); in parse_options()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.c | 1026 unsigned usage) in r300_resource_get_handle() 1061 tex->b.usage = base->usage; in r300_texture_create_object() 1068 base->usage == PIPE_USAGE_STAGING) ? RADEON_DOMAIN_GTT : in r300_texture_create_object() 1153 unsigned usage) in r300_texture_from_handle() 1022 r300_resource_get_handle(struct pipe_screen* screen, struct pipe_context *ctx, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) r300_resource_get_handle() argument 1150 r300_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *base, struct winsys_handle *whandle, unsigned usage) r300_texture_from_handle() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 87 VkBufferUsageFlags usage; member 138 log << tcu::TestLog::Message << getBufferUsageFlagsStr(m_testCase.usage) << tcu::TestLog::EndMessage; in createInstance() 180 log << tcu::TestLog::Message << getBufferUsageFlagsStr(m_testCase.usage) << tcu::TestLog::EndMessage; in createInstance() 221 m_testCase.usage, // VkBufferUsageFlags usage; in bufferCreateAndAllocTest() 439 m_testCase.usage, // VkBufferUsageFlags usage in bufferCreateAndAllocTest() 575 DE_FATAL("Unknown buffer usage flag"); in getBufferUsageFlagsName() 720 VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, // VkBufferUsageFlags usage; in testLargeBuffer() 756 TCU_THROW(NotSupportedError, "vkCreateBuffer with a size larger than maxBufferSize is not valid usage"); in checkMaintenance4Support() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 95 VkImageUsageFlags usage, in createImage() 113 usage, in createImage() 151 VkImageUsageFlags usage, in createImage() 159 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); in createImage() 174 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED); in createImage() 85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument 145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 340 const VkImageUsageFlags usage) in validateVideoProfileList() 346 imageFormatInfo.usage = usage; in validateVideoProfileList() 408 const VkImageUsageFlags usage, in makeImageCreateInfo() 429 usage, // VkImageUsageFlags usage; in makeImageCreateInfo() 336 validateVideoProfileList(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkVideoProfileListInfoKHR* videoProfileList, const VkFormat format, const VkImageUsageFlags usage) validateVideoProfileList() argument 405 makeImageCreateInfo(VkFormat format, const VkExtent2D& extent, const deUint32* queueFamilyIndex, const VkImageUsageFlags usage, void* pNext, const deUint32 arrayLayers) makeImageCreateInfo() argument
|