Home
last modified time | relevance | path

Searched refs:resize (Results 301 - 325 of 1822) sorted by relevance

1...<<11121314151617181920>>...73

/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_database_test.cpp55 inPermissionDef.resDeviceID.resize(0); // 0 is the size in HWTEST_F()
/base/update/updater/services/rust/hash_signed_data/src/
H A Devp.rs41 out_data.resize(out_len, 0); in evp_decode_block()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_apple.cpp32 buffer.resize(size + 1); in GetExecutablePath()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderExecutableD3D.cpp47 bool result = mUniformData.resize(initialSize); in UniformStorageD3D()
/third_party/skia/third_party/externals/angle2/util/ozone/
H A DOzoneWindow.h34 bool resize(int width, int height) override;
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.h39 bool resize(int width, int height) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DDecompressor.h33 Out.resize(DecompressedSize); in resizeAndDecompress()
/third_party/skia/tools/sk_app/
H A DWindowContext.h37 virtual void resize(int w, int h) = 0;
/third_party/skia/tools/viewer/
H A DSlide.h27 virtual void resize(SkScalar winWidth, SkScalar winHeight) {} in resize() function in Slide
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_tone_curve.cpp48 fCoord.resize (2); in SetNull()
/third_party/skia/docs/examples/
H A DPixmap_writable_addr32.cpp8 pixels.resize(image->height() * image->width() * 4); in REG_FIDDLE()
H A DPixmap_getColor.cpp10 storage.resize(w * h); in REG_FIDDLE()
H A DBitmap_readPixels.cpp22 dstPixels.resize(height * width); in REG_FIDDLE()
H A DBitmap_readPixels_2.cpp8 srcPixels.resize(source.height() * source.rowBytes()); in REG_FIDDLE()
H A DImage_scalePixels.cpp11 srcPixels.resize(quarterHeight * rowBytes); in REG_FIDDLE()
H A DImage_readPixels_2.cpp11 srcPixels.resize(image->height() * rowBytes); in REG_FIDDLE()
H A DBitmap_writePixels.cpp10 srcPixels.resize(height * width * 4); in REG_FIDDLE()
H A DAlpha_Constants_b.cpp8 srcPixels.resize(source.height() * source.rowBytes()); in REG_FIDDLE()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc412 v.resize(0); in TEST()
419 v.resize(1); in TEST()
426 v.resize(2); in TEST()
433 v.resize(3); in TEST()
562 // Enlarging resize in TEST()
563 v.resize(len + k, kResizeElem); in TEST()
574 // Shrinking resize in TEST()
575 v.resize(len, kResizeElem); in TEST()
994 // Enlarging resize() must construct some objects in TYPED_TEST_P()
996 v.resize(le in TYPED_TEST_P()
[all...]
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp174 strHex.resize(strBin.size() * TWO_TIMES); in BinToHex()
199 strBin.resize(strHex.size() / TWO_TIMES); in HexToBin()
/third_party/gn/src/gn/
H A Derr.cc65 highlight.resize(line_length); in OutputHighlighedPosition()
81 highlight.resize(highlight.size() - 1); in OutputHighlighedPosition()
/third_party/icu/icu4c/source/common/
H A Duarrsort.cpp146 v.resize(sizeInMaxAlignTs(itemSize)) == nullptr) { in insertionSort()
240 xw.resize(sizeInMaxAlignTs(itemSize) * 2) == nullptr) { in quickSort()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerCorpus.h189 Intervals.resize(N + 1); in UpdateCorpusDistribution()
190 Weights.resize(N); in UpdateCorpusDistribution()
/third_party/nghttp2/src/
H A Dbase64.h56 res.resize((len + 2) / 3 * 4); in encode()
199 res.resize(len / 4 * 3); in decode()
/third_party/node/deps/icu-small/source/common/
H A Duarrsort.cpp146 v.resize(sizeInMaxAlignTs(itemSize)) == nullptr) { in insertionSort()
240 xw.resize(sizeInMaxAlignTs(itemSize) * 2) == nullptr) { in quickSort()

Completed in 10 milliseconds

1...<<11121314151617181920>>...73