Home
last modified time | relevance | path

Searched refs:resize (Results 26 - 50 of 1823) sorted by relevance

12345678910>>...73

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.cpp44 Nodes.resize(NumNodes); in initInternal()
45 VarToLiveMap.resize(NumVars); in initInternal()
75 RangeMask.resize(NumVars); in initInternal()
114 Node.LiveIn.resize(NumGlobals); in initInternal()
115 Node.LiveOut.resize(NumGlobals); in initInternal()
/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp71 vector.resize(len); in FillExecutorIndexVector()
106 vector.resize(len); in FillCredentialInfoVector()
115 vector.resize(len); in FillEnrolledInfoVector()
138 info.publicKey.resize(32); in HWTEST_F()
167 info.publicKey.resize(32); in HWTEST_F()
188 info.publicKey.resize(32); in HWTEST_F()
289 info.publicKey.resize(32); in HWTEST_F()
343 info.publicKey.resize(32); in HWTEST_F()
372 info.publicKey.resize(32); in HWTEST_F()
466 info.publicKey.resize(3 in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIndexedMap.h59 void resize(typename StorageT::size_type s) { in resize() function in llvm::IndexedMap
60 storage_.resize(s, nullVal_); in resize()
70 resize(NewSize); in grow()
/third_party/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp24 void resize(int w, int h) override;
42 this->resize(width, height); in RasterWindowContext_xlib()
51 this->resize(attrs.width, attrs.height); in setDisplayParams()
54 void RasterWindowContext_xlib::resize(int w, int h) { in resize() function in __anon26513::RasterWindowContext_xlib
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp27 void resize(int w, int h) override;
44 this->resize(rect.right - rect.left, rect.bottom - rect.top); in RasterWindowContext_win()
51 this->resize(rect.right - rect.left, rect.bottom - rect.top); in setDisplayParams()
54 void RasterWindowContext_win::resize(int w, int h) { in resize() function in __anon26517::RasterWindowContext_win
/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.cpp93 resize(numObjects); in ObjectVector()
101 void ObjectVector::resize (size_t newSize) in resize() function in glu::ObjectVector
111 m_objects.resize(newSize, 0); in resize()
117 m_objects.resize(newSize); in resize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp69 FreeBlocks.resize(Addr + 1, true); in setBlockMapAddr()
115 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks()
125 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks()
166 FreeBlocks.resize(Block + 1, true); in addStream()
184 NewBlocks.resize(ReqBlocks); in addStream()
203 AddedBlockList.resize(AddedBlocks); in setStreamSize()
268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout()
278 DirectoryBlocks.resize(NumDirectoryBlocks); in generateLayout()
296 L.StreamMap.resize(StreamData.size()); in generateLayout()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfont_data_test.cc144 buffer->resize(rfd->Length()); in ReadFontDataWithSingleByte()
154 b->resize(rfd->Length()); in ReadFontDataWithBuffer()
167 b->resize(rfd->Length()); in ReadFontDataWithSlidingWindow()
217 b1.resize(length); in ReadComparison()
218 b2.resize(length); in ReadComparison()
231 b1.resize(length); in ReadComparison()
232 b2.resize(length); in ReadComparison()
244 b1.resize(length); in ReadComparison()
245 b2.resize(length); in ReadComparison()
/test/testfwk/arkxtest/uitest/record/
H A Dleast_square_impl.cpp27 params.resize(paramsNum_, ZERO); in GetLSMParams()
34 xVals.resize(countNum, ZERO); in GetLSMParams()
36 yVals.resize(countNum, ZERO); in GetLSMParams()
/third_party/gn/src/base/strings/
H A Dutf_string_conversion_utils.cc68 output->resize(char_offset + CBU8_MAX_LENGTH); in WriteUnicodeCharacter()
74 output->resize(char_offset); in WriteUnicodeCharacter()
86 output->resize(char_offset + CBU16_MAX_LENGTH); in WriteUnicodeCharacter()
/third_party/backends/testsuite/backend/genesys/
H A Dtests_utilities.cpp34 data.resize(1, 0); in test_utilities_compute_array_percentile_approx_empty()
47 result.resize(data.size(), 0); in test_utilities_compute_array_percentile_approx_single_line()
68 result.resize(10, 0); in test_utilities_compute_array_percentile_approx_multiple_lines()
/third_party/python/Lib/ctypes/test/
H A Dtest_varsize_struct.py18 resize(x, new_size)
24 resize(x, new_size)
30 resize(x, new_size)
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs56 buffer.resize(buffer.capacity(), 0_u8); in _getcwd()
62 buffer.resize(buffer.capacity(), 0_u8); in _getcwd()
66 buffer.resize(len, 0_u8); in _getcwd()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier_test.cc705 values.resize(3); in TEST_F()
732 values.resize(200); in TEST_F()
739 ssbo.resize(200); in TEST_F()
789 values.resize(4); in TEST_F()
817 values.resize(200); in TEST_F()
824 ssbo.resize(200); in TEST_F()
874 values.resize(4); in TEST_F()
902 values.resize(200); in TEST_F()
909 ssbo.resize(200); in TEST_F()
959 values.resize( in TEST_F()
[all...]
/third_party/backends/backend/genesys/
H A Derror.cpp110 msg_.resize(msg_len + 1, ' '); in set_msg()
112 msg_.resize(msg_len, ' '); in set_msg()
182 msg.resize(msg_len + 1, ' '); in vlog()
188 msg.resize(msg_len, ' '); // strip the null character in vlog()
/third_party/json/tests/src/
H A Dunit-alt-string.cpp78 void resize (std::size_t n) in resize() function in alt_string
80 str_impl.resize(n); in resize()
83 void resize (std::size_t n, char c) in resize() function in alt_string
85 str_impl.resize(n, c); in resize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.cpp45 if (!compressedData->resize(expectedCompressedSize)) in CompressBlobCacheData()
61 if (!compressedData->resize(expectedCompressedSize)) in CompressBlobCacheData()
78 if (!uncompressedData->resize(uncompressedSize)) in DecompressBlobCacheData()
95 if (!uncompressedData->resize(destLen)) in DecompressBlobCacheData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp122 SB.resize(Vars[0].Offset / Granularity, kAsanStackLeftRedzoneMagic); in GetShadowBytes()
124 SB.resize(Var.Offset / Granularity, kAsanStackMidRedzoneMagic); in GetShadowBytes()
126 SB.resize(SB.size() + Var.Size / Granularity, 0); in GetShadowBytes()
130 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic); in GetShadowBytes()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_spline.cpp81 S.resize (count); in Solve()
113 E.resize (count); in Solve()
114 F.resize (count); in Solve()
115 G.resize (count); in Solve()
/third_party/skia/third_party/externals/angle2/util/
H A Dgeometry_utils.cpp32 result->positions.resize(vertexCount); in CreateSphereGeometry()
33 result->normals.resize(vertexCount); in CreateSphereGeometry()
68 result->positions.resize(24); in GenerateCubeGeometry()
94 result->normals.resize(24); in GenerateCubeGeometry()
120 result->texcoords.resize(24); in GenerateCubeGeometry()
146 result->indices.resize(36); in GenerateCubeGeometry()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.cpp165 info.queueFamilies.resize(count); in GatherDeviceInfo()
179 info.layers.resize(count); in GatherDeviceInfo()
195 extensionsProperties.resize(count); in GatherDeviceInfo()
286 info.supportedQueueFamilies.resize(nQueueFamilies, false); in GatherSurfaceInfo()
307 info.formats.resize(count); in GatherSurfaceInfo()
323 info.presentModes.resize(count); in GatherSurfaceInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp87 devices.resize(numDevices); in enumeratePhysicalDevices()
106 properties.resize(numDeviceGroups, initVulkanStructure()); in enumeratePhysicalDeviceGroups()
124 properties.resize(numQueues); in getPhysicalDeviceQueueFamilyProperties()
305 properties.resize(numProp); in getPhysicalDeviceSparseImageFormatProperties()
324 requirements.resize(requirementsCount); in getImageSparseMemoryRequirements()
353 requirements.resize(count); in getDeviceImageSparseMemoryRequirements()
420 properties.resize(numLayers); in enumerateInstanceLayerProperties()
437 properties.resize(numExtensions); in enumerateInstanceExtensionProperties()
454 properties.resize(numLayers); in enumerateDeviceLayerProperties()
471 properties.resize(numExtension in enumerateDeviceExtensionProperties()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp209 v.resize(cnt); in get_values()
401 data.resize(w + 1); in set()
424 void sb_bitset::resize(unsigned size) {
430 data.resize(new_data_size);
466 bs.resize(s2.bs.size());
482 bs.resize(v->uid + 32);
547 resize(bs2.bit_size);
559 resize(bs2.bit_size);
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc49 text->resize(to); in rewriteText()
78 file_map->resize(0); in buildFullText()
79 file_offset->resize(0); in buildFullText()
80 full_text->resize(0); in buildFullText()
96 lcp->resize(size); in buildLcp()
228 sa.resize(full_text.size()); in DM_generate()
232 invese_sa.resize(full_text.size()); in DM_generate()
242 isles.resize(0); in DM_generate()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dxen-fbfront.c54 struct xenfb_resize resize; /* protected by resize_lock */ member
111 event.resize = info->resize; in xenfb_do_resize()
260 /* Can't resize past initial width and height */ in xenfb_check_var()
283 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par()
284 xenfb_info->resize.width = info->var.xres; in xenfb_set_par()
285 xenfb_info->resize.height = info->var.yres; in xenfb_set_par()
286 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()
287 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par()
288 xenfb_info->resize in xenfb_set_par()
[all...]

Completed in 15 milliseconds

12345678910>>...73