/third_party/backends/backend/ |
H A D | lexmark.h | 177 SANE_Int region; member
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe.c | 60 static ssize_t pipe_map(struct file* filep, LosVmMapRegion *region) in pipe_map() argument
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 139 int (*mmap)(struct file* filep, struct VmMapRegion *region);
|
/third_party/icu/icu4c/source/config/ |
H A D | dist.mk | 23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ulocimp.h | 159 * Get the region to use for supplemental data lookup. Uses 160 * (1) any region specified by locale tag "rg"; if none then 162 * (3) if inferRegion is true, the region suggested by 164 * If no region is found, returns length 0. 168 * to get the region to use for supplemental data. 170 * If true, will try to infer region from localeID if 171 * no other region is found. 172 * @param region 173 * Buffer in which to put the region ID found; should 176 * The actual capacity of the region buffe [all...] |
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.h | 132 xcb_xfixes_region_t region; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.h | 196 const VkBufferImageCopy2* region);
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 0 #region Copyright notice and license
|
H A D | FieldCodecTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | DurationTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteString.cs | 0 #region Copyright notice and license
|
H A D | MessageParser.cs | 0 #region Copyright notice and license
|
H A D | ParseContext.cs | 0 #region Copyright notice and license
|
H A D | ParsingPrimitivesMessages.cs | 0 #region Copyright notice and license
|
H A D | UnknownField.cs | 0 #region Copyright notice and license
|
H A D | SegmentedBufferHelper.cs | 0 #region Copyright notice and license
|
H A D | WriteContext.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | FieldMaskPartial.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | ParseMessagesBenchmark.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | DescriptorDeclarationTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | DurationTest.cs | 0 #region Copyright notice and license
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ulocimp.h | 154 * Get the region to use for supplemental data lookup. Uses 155 * (1) any region specified by locale tag "rg"; if none then 157 * (3) if inferRegion is true, the region suggested by 159 * If no region is found, returns length 0. 163 * to get the region to use for supplemental data. 165 * If true, will try to infer region from localeID if 166 * no other region is found. 167 * @param region 168 * Buffer in which to put the region ID found; should 171 * The actual capacity of the region buffe [all...] |
/third_party/skia/third_party/externals/icu/source/config/ |
H A D | dist.mk | 23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 33 static Rect ParseCRegion(CRegion region) in ParseCRegion() argument 36 .left = region.x, in ParseCRegion() 37 .top = region.y, in ParseCRegion() 38 .width = region.size.width, in ParseCRegion() 39 .height = region.size.height, in ParseCRegion() 900 Rect rt = ParseCRegion(area.region); in FfiOHOSReadPixels() 914 Rect rt = ParseCRegion(area.region); in FfiOHOSWritePixels()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 666 VkBufferImageCopy region = {}; in ImGui_ImplVulkan_CreateFontsTexture() local 667 region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in ImGui_ImplVulkan_CreateFontsTexture() 668 region.imageSubresource.layerCount = 1; in ImGui_ImplVulkan_CreateFontsTexture() 669 region.imageExtent.width = width; in ImGui_ImplVulkan_CreateFontsTexture() 670 region.imageExtent.height = height; in ImGui_ImplVulkan_CreateFontsTexture() 671 region.imageExtent.depth = 1; in ImGui_ImplVulkan_CreateFontsTexture() 672 vkCmdCopyBufferToImage(command_buffer, bd->UploadBuffer, bd->FontImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ®ion); in ImGui_ImplVulkan_CreateFontsTexture()
|