Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 1815) sorted by relevance

12345678910>>...73

/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c709 static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl) in collect_resize_constraints() argument
719 inode = resize->ni->mft_no; in collect_resize_constraints()
720 flags = resize->ctx->attr->flags; in collect_resize_constraints()
721 atype = resize->ctx->attr->type; in collect_resize_constraints()
723 if ((ret = ntfs_inode_badclus_bad(inode, resize->ctx->attr)) != 0) { in collect_resize_constraints()
730 llcn = &resize->last_lcn; in collect_resize_constraints()
731 if (atype == AT_DATA && NInoAttrList(resize->ni)) in collect_resize_constraints()
736 } else if (NInoAttrList(resize->ni)) { in collect_resize_constraints()
737 llcn = &resize->last_multi_mft; in collect_resize_constraints()
743 llcn = &resize->last_sparse; in collect_resize_constraints()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dmemory_io_test.cc38 test_buffer.resize(kTestBufferLen); in TestMemoryInputStream()
52 b.resize(7); in TestMemoryInputStream()
56 b.resize(17); in TestMemoryInputStream()
62 b.resize(10); in TestMemoryInputStream()
67 b.resize(10); in TestMemoryInputStream()
77 b.resize(10); in TestMemoryInputStream()
86 test_buffer.resize(kTestBufferLen); in TestMemoryOutputStream()
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()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.cpp73 arr.resize(1000); in intArrayTest()
74 arr16.resize(1000); in intArrayTest()
91 arr2.resize(1500); in intArrayTest()
147 arr.resize(1000); in alignedIntArrayTest()
148 arr16.resize(1000); in alignedIntArrayTest()
163 arr.resize(0); in alignedIntArrayTest()
164 arr.resize(100, -123); in alignedIntArrayTest()
171 arr2.resize(1500); in alignedIntArrayTest()
257 arr.resize(150); in sideEffectTest()
260 arr.resize(18); in sideEffectTest()
[all …]
DdePoolString.cpp34 str.resize(size()); in toString()
43 resize(size()+len); in append()
51 resize(size()+str.length()); in append()
59 resize(size()+str.size()); in append()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c833 window->resize = callback; in gst_gl_window_set_resize_callback()
1078 struct resize_data *resize = data; in _on_resize() local
1080 GST_GL_WINDOW_LOCK (resize->window); in _on_resize()
1082 if (resize->window->resize) in _on_resize()
1083 resize->window->resize (resize->window->resize_data, resize->width, in _on_resize()
1084 resize->height); in _on_resize()
1086 resize->window->priv->surface_width = resize->width; in _on_resize()
1087 resize->window->priv->surface_height = resize->height; in _on_resize()
1089 GST_GL_WINDOW_UNLOCK (resize->window); in _on_resize()
1091 resize->window->queue_resize = FALSE; in _on_resize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTFWrapper.cpp116 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String()
129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String()
161 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String()
174 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String()
190 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal()
197 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal()
220 Result.resize(Source.size()); in convertWideToUTF8()
232 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8()
237 Result.resize(reinterpret_cast<char *>(ResultPtr) - &Result[0]); in convertWideToUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTFWrapper.cpp117 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String()
130 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String()
162 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String()
175 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String()
191 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal()
198 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal()
221 Result.resize(Source.size()); in convertWideToUTF8()
233 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8()
238 Result.resize(reinterpret_cast<char *>(ResultPtr) - &Result[0]); in convertWideToUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.h65 void resize(unsigned N) { in resize() function
66 ValuePtrs.resize(N); in resize()
67 FullTypes.resize(N); in resize()
94 ValuePtrs.resize(N); in shrinkTo()
95 FullTypes.resize(N); in shrinkTo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLiveness.h87 resize(Index); in getLiveIn()
92 resize(Index); in getLiveOut()
98 resize(Index); in getLiveBegin()
103 resize(Index); in getLiveEnd()
130 void resize(SizeT Index) { in resize() function
133 Nodes.resize(Index + 1); in resize()
DIceTimerTree.cpp38 Nodes.resize(1); // Reserve Nodes[0] for the root node (sentinel). in TimerStack()
39 IDs.resize(TT__num); in TimerStack()
40 LeafTimes.resize(TT__num); in TimerStack()
41 LeafCounts.resize(TT__num); in TimerStack()
124 Nodes[Parent].Children.resize(ID + 1); in getChildIndex()
128 Nodes.resize(Size + 1); in getChildIndex()
189 LeafTimes.resize(Leaf + 1); in update()
190 LeafCounts.resize(Leaf + 1); in update()
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()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_benchmark.cc32 v.resize(0); // Use resize(0) as InlinedVector releases storage on clear(). in BM_InlinedVectorFill()
134 src.resize(len); in BM_InlinedVectorAssignments()
525 vector_batch[i].resize(ToSize); in BM_ConstructFromMove()
565 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef()
581 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignRange()
596 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignFromCopy()
615 vector_batch[i].resize(ToSize); in BM_AssignFromMove()
616 vec->resize(FromSize); in BM_AssignFromMove()
634 vec->resize(FromSize); in BM_ResizeSize()
637 [](InlVec<T>* vec, size_t) { vec->resize(ToSize); }); in BM_ResizeSize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp67 InterestingAllocas.resize(NumAllocas); in collectMarkers()
110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
111 BlockInfo.End.resize(NumAllocas); in collectMarkers()
112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
213 Started.resize(NumAllocas); in calculateLiveIntervals()
214 Ended.resize(NumAllocas); in calculateLiveIntervals()
216 Start.resize(NumAllocas); in calculateLiveIntervals()
288 LiveRanges.resize(NumAllocas); in run()
DStackSlotColoring.cpp157 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
201 AllColors.resize(1); in InitializeSlots()
202 UsedColors.resize(1); in InitializeSlots()
204 OrigAlignments.resize(LastFI); in InitializeSlots()
205 OrigSizes.resize(LastFI); in InitializeSlots()
206 AllColors[0].resize(LastFI); in InitializeSlots()
207 UsedColors[0].resize(LastFI); in InitializeSlots()
208 Assignments.resize(LastFI); in InitializeSlots()
235 AllColors.resize(StackID + 1); in InitializeSlots()
236 UsedColors.resize(StackID + 1); in InitializeSlots()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dcontainers_test.cpp33 vector.resize(4); in TEST_F()
47 vector.resize(4); in TEST_F()
130 vectorA.resize(3); in TEST_F()
145 vectorA.resize(3); in TEST_F()
160 vectorA.resize(3); in TEST_F()
176 vectorA.resize(3); in TEST_F()
192 vectorA.resize(3); in TEST_F()
209 vectorA.resize(3); in TEST_F()
214 vectorB.resize(1); in TEST_F()
228 vectorA.resize(3); in TEST_F()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dexplicit_seed_seq_test.cc144 seeds_1.resize(1000, 0); in TEST()
146 seeds_2.resize(1000, 1); in TEST()
162 seeds_1.resize(1000, 0); in TEST()
164 seeds_2.resize(1000, 0); in TEST()
186 seeds_1.resize(1000, 0); in TEST()
193 seeds_2.resize(1000, 1); in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkStructConversion.hpp35 regions.resize(regionCount);
68 regions.resize(regionCount);
104 regions.resize(regionCount);
137 regions.resize(regionCount);
172 regions.resize(regionCount);
208 regions.resize(regionCount);
/third_party/vk-gl-cts/framework/opengl/
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/vk-gl-cts/external/amber/src/src/
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(4); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
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/tools/sk_app/win/
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 __anon1be039d00111::RasterWindowContext_win
/third_party/skia/tools/sk_app/unix/
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 __anond6f2e7bc0111::RasterWindowContext_xlib
/third_party/mesa3d/src/etnaviv/ci/
Detnaviv-gc2000-fails.txt22 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb5_a1_depth_component16,Fail
23 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb5_a1_stencil_index8,Fail
24 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb5_a1,Fail
25 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb565_depth_component16,Fail
26 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb565_stencil_index8,Fail
27 dEQP-GLES2.functional.fbo.render.resize.rbo_rgb565,Fail
28 dEQP-GLES2.functional.fbo.render.resize.rbo_rgba4_depth_component16,Fail
29 dEQP-GLES2.functional.fbo.render.resize.rbo_rgba4_stencil_index8,Fail
30 dEQP-GLES2.functional.fbo.render.resize.rbo_rgba4,Fail
31 dEQP-GLES2.functional.fbo.render.resize.tex2d_rgb_stencil_index8,Fail
[all …]
/third_party/skia/third_party/externals/brotli/research/
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()

12345678910>>...73