Home
last modified time | relevance | path

Searched defs:string_size (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_instance.h35 const size_t string_size = strlen(val->pApplicationName) + 1; in vn_sizeof_VkApplicationInfo_self() local
43 const size_t string_size = strlen(val->pEngineName) + 1; in vn_sizeof_VkApplicationInfo_self() local
78 const size_t string_size = strlen(val->pApplicationName) + 1; in vn_encode_VkApplicationInfo_self() local
86 const size_t string_size = strlen(val->pEngineName) + 1; in vn_encode_VkApplicationInfo_self() local
127 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_sizeof_VkInstanceCreateInfo_self() local
138 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_sizeof_VkInstanceCreateInfo_self() local
178 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_encode_VkInstanceCreateInfo_self() local
189 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_encode_VkInstanceCreateInfo_self() local
466 const size_t string_size = strlen(pLayerName) + 1; in vn_sizeof_vkEnumerateInstanceExtensionProperties() local
494 const size_t string_size = strlen(pLayerName) + 1; in vn_encode_vkEnumerateInstanceExtensionProperties() local
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_instance.h39 const size_t string_size = vn_decode_array_size_unchecked(dec); in vn_decode_VkApplicationInfo_self_temp() local
49 const size_t string_size = vn_decode_array_size_unchecked(dec); in vn_decode_VkApplicationInfo_self_temp() local
133 const size_t string_size = vn_decode_array_size_unchecked(dec); in vn_decode_VkInstanceCreateInfo_self_temp() local
148 const size_t string_size = vn_decode_array_size_unchecked(dec); in vn_decode_VkInstanceCreateInfo_self_temp() local
344 const size_t string_size = vn_decode_array_size_unchecked(dec); in vn_decode_vkEnumerateInstanceExtensionProperties_args_temp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_cord_test.cc206 int string_size) { in TensorCopyFromTensorBenchmark()
218 int string_size) { in TensorCordFromTensorBenchmark()
236 int string_size) { in TensorCordFromAbslCordBenchmark()
/aosp_15_r20/trusty/kernel/lib/app_manifest/
H A Dapp_manifest.c87 uint32_t string_size, in app_manifest_read_string()
149 uint32_t string_size; in app_manifest_iterator_next() local
/aosp_15_r20/external/python/cpython2/Modules/
DcStringIO.c47 Py_ssize_t pos, string_size; member
57 Py_ssize_t pos, string_size; member
68 Py_ssize_t pos, string_size; member
/aosp_15_r20/external/mesa3d/src/util/
H A Du_printf.h36 unsigned string_size; member
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp76 const uint32_t string_size = text.size(); in getGlyphScore() local
724 const uint32_t string_size = text.size(); in itemize() local
/aosp_15_r20/external/pigweed/pw_string/size_report/
H A Dformat_multiple.cc97 unsigned string_size = 0; in OutputStringsToBuffer() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/rt/
Dsingular.rs77 pub fn string_size(field_number: u32, s: &str) -> u64 { in string_size() function
/aosp_15_r20/external/libxkbcommon/src/compose/
H A Dpaths.c59 size_t string_size; in resolve_name() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc147 size_t string_size, in ELFSymbolsToModule()
/aosp_15_r20/external/coreboot/src/drivers/vpd/
H A Dvpd.c232 int string_size; in vpd_gets() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_kernel_memory_alignment.cpp527 size_t string_size = 0; in test_kernel_memory_alignment_constant() local
/aosp_15_r20/external/bcc/tools/
H A Dtrace.py69 def __init__(self, probe, string_size, kernel_stack, user_stack, argument
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dstringio.c25 Py_ssize_t string_size; member
Dbytesio.c16 Py_ssize_t string_size; member
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c14 Py_ssize_t string_size; member
Dbytesio.c9 Py_ssize_t string_size; member
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1177 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1226 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1278 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in EmitReusedLoadLiteralStressTest() local
1521 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1565 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1626 const int string_size = ldrd_range + offset; in EmitLdrdLiteralStressTest() local
5164 const int string_size = 1000; // A lot more than the cbz range. in TEST_T32() local
/aosp_15_r20/external/freetype/src/type42/
H A Dt42parse.c550 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/aosp_15_r20/external/freetype/src/pcf/
H A Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
/aosp_15_r20/external/tcpdump/
H A Dutil-print.c531 size_t space_left = sizeof(buf), string_size; in bittok2str_internal() local
/aosp_15_r20/external/cronet/net/tools/cachetool/
H A Dcachetool.cc261 int string_size = ReadInt(); in ReadString() local
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dbuilder.rs270 let string_size: usize = 4; in create_shared_string() localVariable
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.cpp917 const uint32_t string_size = string_length.value(); in BuildString() local

12