Home
last modified time | relevance | path

Searched refs:resize (Results 251 - 275 of 2300) sorted by relevance

1...<<11121314151617181920>>...92

/third_party/node/deps/v8/src/wasm/
H A Dcanonical-types.cc24 group.types.resize(size); in AddRecursiveGroup()
42 canonical_supertypes_.resize(first_canonical_index + size); in AddRecursiveGroup()
H A Dwasm-result.cc28 str->resize(len); in VPrintFToString()
37 str->resize(str_offset + written); in VPrintFToString()
/third_party/node/deps/icu-small/source/i18n/
H A Dpluralranges.cpp94 if (result.fTriples.resize(fTriplesLen) == nullptr) { in copy()
123 if (fTriples.resize(length, 0) == nullptr) {
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-equivalence.h133 if (index >= node_data_.size()) node_data_.resize(index + 1); in GetData()
138 if (index >= node_data_.size()) node_data_.resize(index + 1); in AllocateData()
H A Dbytecode-liveness-map.cc13 out.resize(liveness.register_count() + 1); in ToString()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-statistics-collector.cc85 object_statistics.resize(type_index + 1); in RecordObjectType()
110 stats.type_names.resize(type_name_to_index_map_.size()); in CollectDetailedStatistics()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp89 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData()
92 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
H A DvktGeometryVaryingGeometryShaderTests.cpp85 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData()
90 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp89 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData()
92 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
H A DvktGeometryVaryingGeometryShaderTests.cpp86 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData()
91 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVertexArrayPerfTest.cpp118 mBuffers.resize(numBuffers, 0); in initializeBenchmark()
122 mVertexArrays.resize(numVertexArrays, 0); in initializeBenchmark()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dpluralranges.cpp94 if (result.fTriples.resize(fTriplesLen) == nullptr) { in copy()
123 if (fTriples.resize(length, 0) == nullptr) {
/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.cpp65 return resize(width, height); in initializeImpl()
110 bool AndroidWindow::resize(int width, int height) in resize() function in AndroidWindow
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dbyte_array_test.cc36 b->resize(ba->Length()); in ReadByteArrayWithBuffer()
48 b->resize(ba->Length()); in ReadByteArrayWithSlidingWindow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp57 Error.resize(len - 1); in isValid()
76 pm.resize(nmatch > 0 ? nmatch : 1); in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp62 Error.resize(len - 1); in RegexErrorToString()
96 pm.resize(nmatch > 0 ? nmatch : 1); in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h78 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals()
101 VRegStackified.resize(I + 1); in stackifyVReg()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator_test.cc142 data.resize(i); in TEST_F()
192 v.resize(i); in TEST_F()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc166 name_vector.resize(std::max(name_vector.size(), size_t(member_index + 1))); in SuggestSanitizedMemberName()
181 name_vector.resize(num_members); in ResolveMemberNamesForStruct()
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils.cc82 uncompressed_output.resize(uncompressed_size); in GzipUncompress()
117 output->resize(uncompressed_size); in GzipUncompress()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp62 m_lastPayload.resize(numProducers, 0); in Consumer()
63 m_payloadSum.resize(numProducers, 0); in Consumer()
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.hpp206 dst.resize(m_curTokenLen); in getTokenStr()
216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp79 dst.resize(rnd.getInt(0, (int)maxLen)); in getSimpleRndString()
87 dst.resize(rnd.getInt(0, (int)maxLen)); in getComplexRndString()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dmain.cpp23 runArgs.resize(static_cast<uint32_t>(argc)); in main()
/third_party/skia/docs/examples/
H A DPixmap_addr_2.cpp10 storage.resize(w * h); in REG_FIDDLE()

Completed in 10 milliseconds

1...<<11121314151617181920>>...92