Home
last modified time | relevance | path

Searched defs:name_size (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.h119 uint64_t name_size = bd_info.name.size(); in Encode() local
168 uint64_t name_size; in Decode() local
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.h119 uint64_t name_size = bd_info.name.size(); in Encode() local
169 uint64_t name_size; in Decode() local
/aosp12/system/extras/simpleperf/
H A Dread_dex_file.cpp47 size_t name_size, code_size; in ReadSymbols() local
/aosp12/system/unwinding/libunwindstack/
H A DDexFile.cpp138 size_t code_size, name_size; in GetFunctionName() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dsend_simple_commands.py149 def lint_command(self, name, args, name_size, args_size): argument
H A Dsimple_link_layer_socket.py132 def lint_command(self, name, args, name_size, args_size): argument
H A Dtest_channel.py125 def lint_command(self, name, args, name_size, args_size): argument
/aosp12/bionic/libc/bionic/
H A Dmalloc_heapprofd.cpp199 size_t name_size = static_cast<size_t>(first_arg - start); in GetHeapprofdProgramProperty() local
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs335 let name_size = buf[end].0.to_bytes().len(); in readdir() localVariable
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp250 bool GrowImplicitLayerArray(uint32_t layer_count, size_t name_size) { in GrowImplicitLayerArray()