Home
last modified time | relevance | path

Searched defs:stringBuilder (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/
DMainActivity.java158 StringBuilder stringBuilder = new StringBuilder(); in serializeEvents() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp233 std::string stringBuilder; in GetStructSamplerNameFromTypedNode() local
378 ImmutableStringBuilder stringBuilder(prefix.length() + kHexSize + 1); in extractFieldSamplers() local
400 ImmutableStringBuilder stringBuilder(prefix.length() + field->name().length() + 1); in extractFieldSamplersImpl() local
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2447 StringBuilder stringBuilder = new StringBuilder(bytes.size() * 2); in encodeHex() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java562 private static void getChars(BytesTrie.Entry entry, StringBuilder stringBuilder) { in getChars()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMap.java563 private static void getChars(BytesTrie.Entry entry, StringBuilder stringBuilder) { in getChars()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1098 …Writer::JsonWriter(const ALLOCATION_CALLBACKS& allocationCallbacks, StringBuilder& stringBuilder) : in JsonWriter()