Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h37 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
46 static void Resize(string_type* s, size_t new_size) {
67 ResizeUninitializedTraits<string_type>::Resize(s, new_size);
/third_party/flutter/engine/flutter/fml/
Dmessage.cc55 return Resize(NextPowerOfTwoSize(size)); in Reserve()
58 bool Message::Resize(size_t size) { in Resize() function in fml::Message
Dmessage.h191 bool Resize(size_t size);
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist_test.go33 func (customList) Resize(count int) {} func
88 l.Resize(10)
99 l.Resize(5)
Dlist.go45 Resize(count int) methodSpec
129 func (l list) Resize(count int) { func
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/cef/libcef/browser/osr/
Dsoftware_output_device_proxy.h33 void Resize(const gfx::Size& viewport_pixel_size,
Dsoftware_output_device_proxy.cc49 void SoftwareOutputDeviceProxy::Resize(const gfx::Size& viewport_pixel_size, in Resize() function in viz::SoftwareOutputDeviceProxy
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.h36 bool Resize(const SkISize& size);
Dandroid_surface_gl.cc65 return onscreen_context_->Resize(size); in OnScreenSurfaceResize()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_WM.c356 SDL_DFB_CHECK(dfbwin->Resize(dfbwin, cw + dx + 1, ch + dy)); in DirectFB_WM_ProcessEvent()
359 SDL_DFB_CHECK(dfbwin->Resize(dfbwin, cw + dx, ch + dy)); in DirectFB_WM_ProcessEvent()
393 SDL_DFB_CHECK(dfbwin->Resize(dfbwin, cw + dx, ch + dy)); in DirectFB_WM_ProcessEvent()
DSDL_DirectFB_window.c278 SDL_DFB_CHECKERR(windata->dfbwin->Resize(windata->dfbwin, in DirectFB_SetWindowSize()
339 SDL_DFB_CHECK(windata->dfbwin->Resize(windata->dfbwin, in DirectFB_MaximizeWindow()
370 SDL_DFB_CHECK(windata->dfbwin->Resize(windata->dfbwin, windata->restore.w, in DirectFB_RestoreWindow()
/third_party/node/src/
Dallocated_buffer.h46 inline void Resize(size_t len);
Dallocated_buffer-inl.h58 void AllocatedBuffer::Resize(size_t len) { in Resize() function
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs219 Array.Resize(ref _buffer, newSize); in CheckAndResizeBuffer()
/third_party/mindspore/patches/
D0024-js-info2-bugfix.patch251 @@ -782,7 +797,7 @@ napi_value MSLiteModelNapi::Resize(napi_env env, napi_callback_info info) {
260 @@ -803,7 +818,7 @@ napi_value MSLiteModelNapi::Resize(napi_env env, napi_callback_info info) {
269 @@ -849,7 +864,7 @@ napi_value MSLiteModelNapi::Resize(napi_env env, napi_callback_info info) {
D0023-js-info-bugfix.patch43 @@ -893,7 +897,6 @@ napi_value MSLiteModelNapi::Resize(napi_env env, napi_callback_info info) {
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST() argument
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java93 if (appended_ < buffer_.length || Resize(1, appended_)) { in Append()
136 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java86 if (appended_ < buffer_.length || Resize(1, appended_)) { in Append()
129 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
/third_party/python/Doc/c-api/
Dbytearray.rst73 Resize the internal buffer of *bytearray* to *len*.

1234