Home
last modified time | relevance | path

Searched refs:sizeHint (Results 1 – 15 of 15) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs162 public Memory<T> GetMemory(int sizeHint = 0) in GetMemory() argument
164 CheckAndResizeBuffer(sizeHint); in GetMemory()
185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan() argument
187 CheckAndResizeBuffer(sizeHint); in GetSpan()
192 private void CheckAndResizeBuffer(int sizeHint) in CheckAndResizeBuffer() argument
194 if (sizeHint < 0) in CheckAndResizeBuffer()
195 throw new ArgumentException(nameof(sizeHint)); in CheckAndResizeBuffer()
197 if (sizeHint == 0) in CheckAndResizeBuffer()
199 sizeHint = 1; in CheckAndResizeBuffer()
202 if (sizeHint > FreeCapacity) in CheckAndResizeBuffer()
[all …]
/third_party/lz4/tests/
Dfullbench.c400 size_t const sizeHint = in local_LZ4F_decompress_followHint() local
402 assert(!LZ4F_isError(sizeHint)); in local_LZ4F_decompress_followHint()
405 inSize = sizeHint; in local_LZ4F_decompress_followHint()
410 if (!sizeHint) break; in local_LZ4F_decompress_followHint()
435 …size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NUL… in local_LZ4F_decompress_noHint() local
436 assert(!LZ4F_isError(sizeHint)); in local_LZ4F_decompress_noHint()
444 if (!sizeHint) break; in local_LZ4F_decompress_noHint()
/third_party/pulseaudio/src/utils/
Dqpaeq83 self.setMinimumSize(self.sizeHint())
153 self.setMinimumSize(self.sizeHint())
279 self.sink_box.setMinimumSize(self.sink_box.sizeHint())
337 w=new_widget.sizeHint().width()
375 … self.layout().setColumnMinimumWidth(c,max(label.sizeHint().width(),slider.sizeHint().width()))
469 self.setMinimumSize(self.sizeHint())
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui166 <property name="sizeHint" >
200 <property name="sizeHint" >
227 <property name="sizeHint" >
261 <property name="sizeHint" >
Deventhistory.ui37 <property name="sizeHint" >
Dscanresults.ui64 <property name="sizeHint" >
Duserdatarequest.ui60 <property name="sizeHint" >
Dnetworkconfig.ui384 <property name="sizeHint" >
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui166 <property name="sizeHint" >
200 <property name="sizeHint" >
227 <property name="sizeHint" >
261 <property name="sizeHint" >
Deventhistory.ui37 <property name="sizeHint" >
Dscanresults.ui64 <property name="sizeHint" >
Duserdatarequest.ui60 <property name="sizeHint" >
Dnetworkconfig.ui384 <property name="sizeHint" >
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp602 IVec4 getMaxImageSize (const VkImageViewType viewType, const IVec4& sizeHint) in getMaxImageSize() argument
606 sizeHint.x() != MAX_SIZE ? sizeHint.x() : 4096, in getMaxImageSize()
607 sizeHint.y() != MAX_SIZE ? sizeHint.y() : 4096, in getMaxImageSize()
608 sizeHint.z() != MAX_SIZE ? sizeHint.z() : 256, in getMaxImageSize()
609 sizeHint.w() != MAX_SIZE ? sizeHint.w() : 256); in getMaxImageSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp602 IVec4 getMaxImageSize (const VkImageViewType viewType, const IVec4& sizeHint) in getMaxImageSize() argument
606 sizeHint.x() != MAX_SIZE ? sizeHint.x() : 4096, in getMaxImageSize()
607 sizeHint.y() != MAX_SIZE ? sizeHint.y() : 4096, in getMaxImageSize()
608 sizeHint.z() != MAX_SIZE ? sizeHint.z() : 256, in getMaxImageSize()
609 sizeHint.w() != MAX_SIZE ? sizeHint.w() : 256); in getMaxImageSize()