/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 37 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/ |
D | message.cc | 55 return Resize(NextPowerOfTwoSize(size)); in Reserve() 58 bool Message::Resize(size_t size) { in Resize() function in fml::Message
|
D | message.h | 191 bool Resize(size_t size);
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list_test.go | 33 func (customList) Resize(count int) {} func 88 l.Resize(10) 99 l.Resize(5)
|
D | list.go | 45 Resize(count int) methodSpec 129 func (l list) Resize(count int) { func
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationkeys.h | 46 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/ |
D | collationkeys.h | 46 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/ |
D | collationkeys.h | 46 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/ |
D | collationkeys.h | 46 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/ |
D | software_output_device_proxy.h | 33 void Resize(const gfx::Size& viewport_pixel_size,
|
D | software_output_device_proxy.cc | 49 void SoftwareOutputDeviceProxy::Resize(const gfx::Size& viewport_pixel_size, in Resize() function in viz::SoftwareOutputDeviceProxy
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.h | 36 bool Resize(const SkISize& size);
|
D | android_surface_gl.cc | 65 return onscreen_context_->Resize(size); in OnScreenSurfaceResize()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_WM.c | 356 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()
|
D | SDL_DirectFB_window.c | 278 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/ |
D | allocated_buffer.h | 46 inline void Resize(size_t len);
|
D | allocated_buffer-inl.h | 58 void AllocatedBuffer::Resize(size_t len) { in Resize() function
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
D | ArrayBufferWriter.cs | 219 Array.Resize(ref _buffer, newSize); in CheckAndResizeBuffer()
|
/third_party/mindspore/patches/ |
D | 0024-js-info2-bugfix.patch | 251 @@ -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) {
|
D | 0023-js-info-bugfix.patch | 43 @@ -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/ |
D | FixedVector_unittest.cpp | 112 TEST(FixedVector, Resize) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 112 TEST(FixedVector, Resize) in TEST() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationKeys.java | 93 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/ |
D | CollationKeys.java | 86 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/ |
D | bytearray.rst | 73 Resize the internal buffer of *bytearray* to *len*.
|