/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
H A D | spvtools_dis_fuzzer.cpp | 37 input.resize(size >> 2); in LLVMFuzzerTestOneInput() 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/angle2/util/display/ |
H A D | DisplayWindow.cpp | 25 return resize(width, height); in initializeImpl() 63 bool DisplayWindow::resize(int width, int height) in resize() function in DisplayWindow
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | growable_memory_byte_array.cc | 44 b_.resize((size_t)(index + 1)); in InternalPut() 56 b_.resize((size_t)(index + length + 1)); in InternalPut()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.cc | 55 res.resize(32); in operator ()() 67 res.resize(32); in operator ()()
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_readPixels.cpp | 10 pixels.resize(height * width * 4); in REG_FIDDLE() 24 dstPixels.resize(height * width * 2); in REG_FIDDLE()
|
H A D | Paint_getTextWidths.cpp | 16 widths.resize(count); in REG_FIDDLE() 17 bounds.resize(count); in REG_FIDDLE()
|
/third_party/spirv-tools/test/fuzzers/ |
H A D | spvtools_dis_fuzzer.cpp | 37 input.resize(size >> 2); in LLVMFuzzerTestOneInput() 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | dePoolArray.hpp | 68 void resize (deUintptr size); 69 void resize (deUintptr size, const T& value); 246 resize(0); in clear() 250 inline void PoolArray<T, Alignment>::resize (deUintptr newSize) in resize() function in de::PoolArray 274 inline void PoolArray<T, Alignment>::resize (deUintptr newSize, const T& value) in resize() function in de::PoolArray 277 resize(newSize); // value is not used in resize() 361 resize(size()+1); in pushBack() 369 resize(size()-1); in popBack()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 798 message.resize(length, 0); in Link() 906 message.resize(length, 0); in Compile() 2416 buffer.resize(max_buffers); in iterate() 2417 buffer_ids.resize(max_buffers); in iterate() 2513 t_buffer_ids.resize(max_buffers); in iterate() 2584 buffer.resize(max_buffers); in iterate() 2585 buffer_ids.resize(max_buffers); in iterate() 2586 offsets.resize(max_buffers); in iterate() 2587 sizes.resize(max_buffers); in iterate() 2686 t_buffer_ids.resize(max_buffer in iterate() [all...] |
/third_party/musl/src/search/ |
H A D | hsearch.c | 10 after resize fails with ENOMEM the state of tab is still usable 40 static int resize(size_t nel, struct hsearch_data *htab) in resize() function 110 r = resize(nel, htab); in __hcreate_r() 142 if (!resize(2*htab->__tab->used, htab)) { in __hsearch_r()
|
/third_party/littlefs/scripts/ |
H A D | tailpipe.py | 40 self.resize(0) 56 def resize(self, maxlen): member in LinesIO 67 self.resize(0)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | SemaphoreGL.cpp | 23 outIDs->resize(bufferBarriers.size()); in GatherNativeBufferIDs() 34 outIDs->resize(textureBarriers.size()); in GatherNativeTextureIDs() 35 outLayouts->resize(textureBarriers.size()); in GatherNativeTextureIDs()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | file_io_test.cc | 40 b1.resize(length); in TestFileInputStream() 80 b3.resize(200); in TestFileInputStream() 101 b1.resize(length); in TestFontInputStreamBasic()
|
H A D | font_parsing_test.cc | 66 b.resize(TTF_LENGTH[SAMPLE_TTF_FEAT]); in TestFontParsing() 83 b1.resize(TTF_LENGTH[i]); in TestFontParsing() 84 b2.resize(TTF_LENGTH[i]); in TestFontParsing()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 75 resize(Idx + 1); in assignValue() 105 resize(Idx + 1); in getConstantFwdRef() 126 resize(Idx + 1); in getValueFwdRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 164 Result.resize(RoundUpSize); 174 Result.resize(4); 180 Result.resize(RoundUpSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 109 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function in llvm::PackedVector 119 resize(size()+1); in push_back()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | StackContainerTests.cpp | 58 // otherwise it might use our stack buffer. We reserve right after the resize in TEST() 61 vect.container().resize(stack_size); in TEST() 167 vect->resize(5); in TEST() 169 vect->resize(1); in TEST()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 124 buffer_.resize(source_.get_row_bytes()); in get_next_row_data() 172 segment_order_.resize(segment_count); 370 buffer_.resize(source_.get_row_bytes()); in get_next_row_data() 431 temp_buffer_.resize(source_.get_row_bytes()); in ImagePipelineNodeMergeColorToGray() 559 rows.resize(shift_count, nullptr); in get_next_row_data() 586 temp_buffer_.resize(source_.get_row_bytes()); 640 cached_line_.resize(source_.get_row_bytes()); 650 cached_line_.resize(source_.get_row_bytes()); 913 ret.resize(row_bytes * height); in get_all_data() 926 ret.resize(get_output_widt in get_image() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DrawElementsTest.cpp | 185 mIndexBuffers.resize(3u); in TEST_P() 188 mVertexArrays.resize(2); in TEST_P() 191 mVertexBuffers.resize(2); in TEST_P() 368 mIndexBuffers.resize(1); in TEST_P() 371 mVertexArrays.resize(1); in TEST_P() 374 mVertexBuffers.resize(2); in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSwapBuffersTests.cpp | 169 vertexInfoLog.resize(infoLogLength, '\0'); in createGLES2Program() 174 vertexInfoLog.resize(infoLogLength); in createGLES2Program() 183 fragmentInfoLog.resize(infoLogLength, '\0'); in createGLES2Program() 188 fragmentInfoLog.resize(infoLogLength); in createGLES2Program() 202 programInfoLog.resize(infoLogLength, '\0'); in createGLES2Program() 207 programInfoLog.resize(infoLogLength); in createGLES2Program()
|
/third_party/gn/src/gn/ |
H A D | substitution_list.cc | 23 list_.resize(input_list.size()); in Parse() 38 list_.resize(values.size()); in Parse()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimized-frame-info.cc | 47 parameters_.resize(static_cast<size_t>(parameter_count)); in DeoptimizedFrameInfo() 62 expression_stack_.resize(static_cast<size_t>(stack_height)); in DeoptimizedFrameInfo()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | spvtools_as_fuzzer.cpp | 36 input.resize(size >> 2); in LLVMFuzzerTestOneInput() 45 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLVertexArray.h | 27 this->resize(arrayCount); in GrGLAttribArrayState() 30 void resize(int newCount) { in resize() function in GrGLAttribArrayState
|