/third_party/node/deps/v8/src/wasm/ |
H A D | canonical-types.cc | 24 group.types.resize(size); in AddRecursiveGroup() 42 canonical_supertypes_.resize(first_canonical_index + size); in AddRecursiveGroup()
|
H A D | wasm-result.cc | 28 str->resize(len); in VPrintFToString() 37 str->resize(str_offset + written); in VPrintFToString()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | pluralranges.cpp | 94 if (result.fTriples.resize(fTriplesLen) == nullptr) { in copy() 123 if (fTriples.resize(length, 0) == nullptr) {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.h | 133 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 D | bytecode-liveness-map.cc | 13 out.resize(liveness.register_count() + 1); in ToString()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-statistics-collector.cc | 85 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 D | vktGeometryEmitGeometryShaderTests.cpp | 89 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData() 92 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
|
H A D | vktGeometryVaryingGeometryShaderTests.cpp | 85 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 D | vktGeometryEmitGeometryShaderTests.cpp | 89 m_vertexPosData.resize(m_numDrawVertices); in genVertexAttribData() 92 m_vertexAttrData.resize(m_numDrawVertices); in genVertexAttribData()
|
H A D | vktGeometryVaryingGeometryShaderTests.cpp | 86 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 D | VertexArrayPerfTest.cpp | 118 mBuffers.resize(numBuffers, 0); in initializeBenchmark() 122 mVertexArrays.resize(numVertexArrays, 0); in initializeBenchmark()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | pluralranges.cpp | 94 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 D | AndroidWindow.cpp | 65 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 D | byte_array_test.cc | 36 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 D | Regex.cpp | 57 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 D | Regex.cpp | 62 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 D | WebAssemblyMachineFunctionInfo.h | 78 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 D | random_generator_test.cc | 142 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 D | namer.cc | 166 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 D | compression_utils.cc | 82 uncompressed_output.resize(uncompressed_size); in GzipUncompress() 117 output->resize(uncompressed_size); in GzipUncompress()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deThreadSafeRingBuffer.cpp | 62 m_lastPayload.resize(numProducers, 0); in Consumer() 63 m_payloadSum.resize(numProducers, 0); in Consumer()
|
/third_party/vk-gl-cts/framework/xexml/ |
H A D | xeXMLParser.hpp | 206 dst.resize(m_curTokenLen); in getTokenStr() 216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDebugMarkerTests.cpp | 79 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 D | main.cpp | 23 runArgs.resize(static_cast<uint32_t>(argc)); in main()
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_addr_2.cpp | 10 storage.resize(w * h); in REG_FIDDLE()
|