/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.cpp | 44 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 D | user_auth_hdi.cpp | 71 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 D | IndexedMap.h | 59 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 D | RasterWindowContext_unix.cpp | 24 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 D | RasterWindowContext_win.cpp | 27 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 D | gluObjectWrapper.cpp | 93 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 D | MSFBuilder.cpp | 69 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 D | font_data_test.cc | 144 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 D | least_square_impl.cpp | 27 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 D | utf_string_conversion_utils.cc | 68 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 D | tests_utilities.cpp | 34 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 D | test_varsize_struct.py | 18 resize(x, new_size) 24 resize(x, new_size) 30 resize(x, new_size)
|
/third_party/rust/crates/rustix/src/process/ |
H A D | chdir.rs | 56 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 D | verifier_test.cc | 705 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 D | error.cpp | 110 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 D | unit-alt-string.cpp | 78 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 D | BlobCache.cpp | 45 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 D | ASanStackFrameLayout.cpp | 122 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 D | dng_spline.cpp | 81 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 D | geometry_utils.cpp | 32 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 D | VulkanInfo.cpp | 165 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 D | vkQueryUtil.cpp | 87 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 D | sb_valtable.cpp | 209 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 D | deorummolae.cc | 49 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 D | xen-fbfront.c | 54 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...] |