/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
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list.go | 45 Resize(count int) methodSpec 129 func (l list) Resize(count int) { func
|
D | list_test.go | 33 func (customList) Resize(count int) {} func
|
/third_party/cef/libcef/browser/osr/ |
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/fml/ |
D | message.cc | 58 bool Message::Resize(size_t size) { in Resize() function in fml::Message
|
/third_party/node/src/ |
D | allocated_buffer-inl.h | 58 void AllocatedBuffer::Resize(size_t len) { in Resize() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 112 TEST(FixedVector, Resize) in TEST() argument
|
D | FastVector_unittest.cpp | 153 TEST(FastVector, Resize) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 112 TEST(FixedVector, Resize) in TEST() argument
|
D | FastVector_unittest.cpp | 176 TEST(FastVector, Resize) in TEST() argument
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 263 bool AndroidContextGL::Resize(const SkISize& size) { in Resize() function in flutter::AndroidContextGL
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationKeys.java | 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 | 129 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
|
/third_party/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon61a0d94f0111::FixedSortKeyByteSink 118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rulebasedcollator.cpp | 86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon0b3cc75e0111::FixedSortKeyByteSink 118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rulebasedcollator.cpp | 86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon006db39d0111::FixedSortKeyByteSink 118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rulebasedcollator.cpp | 86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon0557e4320111::FixedSortKeyByteSink 118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_exception_safety_test.cc | 267 TYPED_TEST(TwoSizeTest, Resize) { in TYPED_TEST() argument
|
D | inlined_vector_test.cc | 554 TEST(IntVec, Resize) { in TEST() argument
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 1118 protected boolean Resize(int appendCapacity, int length) { in Resize() method in RuleBasedCollator.CollationKeyByteSink
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedCollator.java | 1090 protected boolean Resize(int appendCapacity, int length) { in Resize() method in RuleBasedCollator.CollationKeyByteSink
|
/third_party/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 260 TEST(RepeatedField, Resize) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 249 …void Resize(int sz) { Storage.resize((sz + 31) >> 5); memset(Storage.Data, 0, … in Resize() function
|
/third_party/mesa3d/src/imgui/ |
D | imgui_internal.h | 256 …void Resize(int sz) { Storage.resize((sz + 31) >> 5); memset(Storage.Data, 0, … in Resize() function
|