Home
last modified time | relevance | path

Searched refs:size (Results 22476 - 22500 of 46420) sorted by relevance

1...<<891892893894895896897898899900>>...1857

/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc42 for (int i = 0; i < files.size(); i++) { in GenerateAll()
78 printer.WriteRaw(content.c_str(), content.size()); in Generate()
/third_party/python/Lib/asyncio/
H A Dtransports.py99 """Return the current size of the write buffer."""
255 _maybe_pause_protocol() whenever the write buffer size increases,
278 size = self.get_write_buffer_size()
279 if size <= self._high_water:
/third_party/python/Lib/ctypes/test/
H A Dtest_funcptr.py111 size = len(init) + 1
112 return (c_char*size)(*init)
/third_party/openssl/crypto/perlasm/
H A Dx86nasm.pl43 { my($size,$addr,$reg1,$reg2,$idx)=@_;
48 if ($size ne "")
49 { $ret .= "$size";
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp66 bufferRequirements.size += extraRoom; in createAndAlloc()
103 barrier.size = VK_WHOLE_SIZE; in bufferBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.hpp102 return vec.size() * sizeof(vec[0]); in sizeInBytes()
108 return (vec.size() != 0 ? &vec[0] : DE_NULL); in dataPointer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp66 bufferRequirements.size += extraRoom; in createAndAlloc()
103 barrier.size = VK_WHOLE_SIZE; in bufferBarrier()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp76 unsigned int size, in mapBuffer()
84 HRESULT result = mIndexBuffer->Lock(offset, size, &mapPtr, lockFlags); in mapBuffer()
74 mapBuffer(const gl::Context *context, unsigned int offset, unsigned int size, void **outMappedMemory) mapBuffer() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableString.h52 : mData(AllocatePoolCharArray(str.c_str(), str.size())), mLength(str.size()) in ImmutableString()
H A DBuiltInFunctionEmulator.cpp70 return (mFunctions.size() == 0); in isOutputEmpty()
117 for (size_t i = 0; i < mFunctions.size(); ++i) in setFunctionCalled()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLMemory.h60 size_t size,
68 size_t size,
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp26 static_cast<DWORD>(executableFileBuf.size())); in GetPath()
57 DWORD result = GetCurrentDirectoryA(static_cast<DWORD>(pathBuf.size()), pathBuf.data()); in GetCWD()
/third_party/skia/third_party/externals/angle2/samples/simple_instancing/
H A DSimpleInstancing.cpp165 mDrawElementsInstancedANGLE(GL_TRIANGLES, static_cast<GLsizei>(mIndices.size()),
167 static_cast<GLsizei>(mInstances.size()));
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteTexelFetchOffset.cpp93 ASSERT(sequence->size() == 4u); in visitAggregate()
142 ASSERT(texelFetchArguments.size() == 3u); in visitAggregate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp65 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration()
126 if (Data && CUAbbrOffset < Data->getData().size()) { in getAbbreviationDeclarationSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp29 Offset += Data.size(); in readStreamData()
101 return static_cast<uint32_t>(Stream.size()); in getChildCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp50 uint32_t getChildCount() const override { return Args.size(); }
54 if (Index >= Args.size())
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBarrierUtil.cpp48 bufferSizeBytes, // VkDeviceSize size; in makeBufferMemoryBarrier()
58 const VkDeviceSize size, in makeBufferMemoryBarrier2()
74 size // VkDeviceSize size; in makeBufferMemoryBarrier2()
52 makeBufferMemoryBarrier2(const VkPipelineStageFlags2KHR srcStageMask, const VkAccessFlags2KHR srcAccessMask, const VkPipelineStageFlags2KHR dstStageMask, const VkAccessFlags2KHR dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize size, const deUint32 srcQueueFamilyIndex, const deUint32 dstQueueFamilyIndex) makeBufferMemoryBarrier2() argument
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp119 XE_CHECK_MSG(m_nodeStack.size() >= 2, "Unexpected </TestCase>"); in parse()
132 XE_CHECK_MSG(m_nodeStack.size() == 1, "Unexpected </TestCaseList>"); in parse()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_blend_test.cc52 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
95 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
H A Dparser_framebuffer_test.cc41 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
67 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
91 EXPECT_EQ("10: missing size for FRAMEBUFFER_SIZE command", r.Error()); in TEST_F()
H A Dparser_repeat_test.cc46 ASSERT_EQ(1U, commands.size()); in TEST_F()
55 ASSERT_EQ(3U, repeat_cmds.size()); in TEST_F()
H A Dparser_shader_opt_test.cc57 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
61 ASSERT_EQ(3U, shaders.size()); in TEST_F()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer.cc45 const uint32_t binding = static_cast<uint32_t>(vertex_attr_desc_.size()); in SetData()
69 command->GetVkCommandBuffer(), 0, static_cast<uint32_t>(buffers.size()), in BindToCommandBuffer()
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
H A Dspirv-tools.cpp36 spirv.assign(ptr, ptr + buffer.size() / 4); in dis()
49 return emscripten::val(emscripten::typed_memory_view(spirv.size() * 4, in as()

Completed in 26 milliseconds

1...<<891892893894895896897898899900>>...1857