/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/ |
H A D | StrBuilderTest.java | 93 final StrBuilder sb = new StrBuilder(); in testChaining() local 109 final StrBuilder sb = new StrBuilder(); in testReadFromReader() local 121 final StrBuilder sb = new StrBuilder("Test"); in testReadFromReaderAppendsToEnd() local 130 final StrBuilder sb = new StrBuilder(); in testReadFromCharBuffer() local 142 final StrBuilder sb = new StrBuilder("Test"); in testReadFromCharBufferAppendsToEnd() local 151 final StrBuilder sb = new StrBuilder(); in testReadFromReadable() local 163 final StrBuilder sb = new StrBuilder("Test"); in testReadFromReadableAppendsToEnd() local 184 final StrBuilder sb = new StrBuilder(); in testGetSetNewLineText() local 199 final StrBuilder sb = new StrBuilder(); in testGetSetNullText() local 217 final StrBuilder sb = new StrBuilder(); in testCapacityAndLength() local [all …]
|
H A D | StrBuilderAppendInsertTest.java | 51 StrBuilder sb = new StrBuilder("---"); in testAppendNewLine() local 62 final StrBuilder sb = new StrBuilder(); in testAppendWithNullText() local 93 final StrBuilder sb = new StrBuilder(); in testAppend_Object() local 121 StrBuilder sb = new StrBuilder(); in testAppend_StringBuilder() local 138 StrBuilder sb = new StrBuilder(); in testAppend_String() local 155 StrBuilder sb = new StrBuilder(); in testAppend_String_int_int() local 206 StrBuilder sb = new StrBuilder(); in testAppend_StringBuilder_int_int() local 257 StrBuilder sb = new StrBuilder(); in testAppend_StringBuffer() local 274 StrBuilder sb = new StrBuilder(); in testAppend_StringBuffer_int_int() local 322 StrBuilder sb = new StrBuilder(); in testAppend_StrBuilder() local [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
H A D | StringBuilderTest.java | 34 StringBuilder sb = new StringBuilder(); in test_Constructor() local 43 StringBuilder sb = new StringBuilder(24); in test_ConstructorI() local 62 StringBuilder sb = new StringBuilder((CharSequence) "fixture"); in test_ConstructorLjava_lang_CharSequence() local 82 StringBuilder sb = new StringBuilder("fixture"); in test_ConstructorLjava_lang_String() local 97 StringBuilder sb = new StringBuilder(); in test_appendZ() local 109 StringBuilder sb = new StringBuilder(); in test_appendC() local 121 StringBuilder sb = new StringBuilder(); in test_append$C() local 139 StringBuilder sb = new StringBuilder(); in test_append$CII() local 191 StringBuilder sb = new StringBuilder(); in test_appendLjava_lang_CharSequence() local 207 StringBuilder sb = new StringBuilder(); in test_appendLjava_lang_CharSequenceII() local [all …]
|
H A D | StringBuffer2Test.java | 38 StringBuffer sb = new StringBuffer(8); in test_ConstructorI() local 49 StringBuffer sb = new StringBuffer("HelloWorld"); in test_ConstructorLjava_lang_String() local 82 StringBuffer sb = new StringBuffer(); in test_append$CII() local 99 StringBuffer sb = new StringBuffer(); in test_appendC() local 116 StringBuffer sb = new StringBuffer(); in test_appendD() local 129 StringBuffer sb = new StringBuffer(); in test_appendF() local 144 StringBuffer sb = new StringBuffer(); in test_appendI() local 160 StringBuffer sb = new StringBuffer(); in test_appendJ() local 174 StringBuffer sb = new StringBuffer(); in test_appendLjava_lang_Object() local 189 StringBuffer sb = new StringBuffer(); in test_appendLjava_lang_String() local [all …]
|
H A D | StringBufferTest.java | 139 StringBuffer sb = new StringBuffer(); in test_appendLjava_lang_CharSequence() local 155 StringBuffer sb = new StringBuffer(); in test_appendLjava_lang_CharSequenceII() local 203 StringBuffer sb = new StringBuffer(fixture); in test_insertILjava_lang_CharSequence() local 246 StringBuffer sb = new StringBuffer(fixture); in test_insertILjava_lang_CharSequenceII() local 339 StringBuffer sb = new StringBuffer(); in test_appendCodePointI() local 352 StringBuffer sb = new StringBuffer("abc"); in test_codePointAtI() local 387 StringBuffer sb = new StringBuffer("abc"); in test_codePointBeforeI() local 430 StringBuffer sb = new StringBuffer("abc"); in test_codePointCountII() local 494 StringBuffer sb = new StringBuffer("abc"); in test_offsetByCodePointsII() local 537 StringBuffer sb = new StringBuffer(fixture); in test_IndexOfStringInt() local [all …]
|
/aosp_15_r20/external/pigweed/pw_string/ |
H A D | string_builder_test.cc | 75 StringBuilder sb(span(buffer, 0)); in TEST() local 86 StringBuilder sb(span(buffer, 0)); in TEST() local 96 StringBuilder sb(span(buffer, 0)); in TEST() local 115 StringBuffer<16> sb; in TEST() local 121 StringBuffer<16> sb; in TEST() local 136 StringBuffer<2> sb = MakeString<2>("Won't fit!!!!!"); in TEST() local 146 auto sb = MakeString<32>("echo!"); in TEST() local 154 StringBuffer<12> sb; in TEST() local 162 StringBuffer<1> sb; in TEST() local 169 auto sb = MakeString<12>("Welcome!"); in TEST() local [all …]
|
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
H A D | DiffResult.java | 102 final void printContents(boolean includeMatches, String fieldPrefix, StringBuilder sb) { in printContents() 113 printMessage((Message) actual().get(), sb); in printContents() local 115 printFieldValue(subScopeId().get(), actual().get(), sb); in printContents() local 129 printFieldValue(subScopeId().get(), actualOrExpected(), sb); in printContents() local 140 printFieldValue(subScopeId().get(), expected().get(), sb); in printContents() local 142 printFieldValue(subScopeId().get(), actual().get(), sb); in printContents() local 150 printMessage((Message) expected().get(), sb); in printContents() local 152 printFieldValue(subScopeId().get(), expected().get(), sb); in printContents() local 261 final void printContents(boolean includeMatches, String fieldPrefix, StringBuilder sb) { in printContents() 270 boolean includeSelfAlways, boolean includeMatches, String fieldPrefix, StringBuilder sb) { in printContentsForRepeatedField() [all …]
|
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/ |
H A D | AnnotationOutput.java | 59 protected @Nullable Void defaultAction(Object value, StringBuilder sb) { in defaultAction() 65 public @Nullable Void visitArray(List<? extends AnnotationValue> values, StringBuilder sb) { in visitArray() 78 public @Nullable Void visitByte(byte b, StringBuilder sb) { in visitByte() 84 public @Nullable Void visitShort(short s, StringBuilder sb) { in visitShort() 90 public @Nullable Void visitChar(char c, StringBuilder sb) { in visitChar() 96 public @Nullable Void visitLong(long i, StringBuilder sb) { in visitLong() 102 public @Nullable Void visitDouble(double d, StringBuilder sb) { in visitDouble() 116 public @Nullable Void visitFloat(float f, StringBuilder sb) { in visitFloat() 130 public @Nullable Void visitEnumConstant(VariableElement c, StringBuilder sb) { in visitEnumConstant() 136 public @Nullable Void visitString(String s, StringBuilder sb) { in visitString() [all …]
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | AnnotationOutput.java | 57 protected Void defaultAction(Object value, StringBuilder sb) { in defaultAction() 63 public Void visitArray(List<? extends AnnotationValue> values, StringBuilder sb) { in visitArray() 76 public Void visitChar(char c, StringBuilder sb) { in visitChar() 82 public Void visitLong(long i, StringBuilder sb) { in visitLong() 88 public Void visitDouble(double d, StringBuilder sb) { in visitDouble() 102 public Void visitFloat(float f, StringBuilder sb) { in visitFloat() 116 public Void visitEnumConstant(VariableElement c, StringBuilder sb) { in visitEnumConstant() 122 public Void visitString(String s, StringBuilder sb) { in visitString() 128 public Void visitType(TypeMirror classConstant, StringBuilder sb) { in visitType() 147 public Void visitAnnotation(AnnotationMirror a, StringBuilder sb) { in visitAnnotation() [all …]
|
H A D | TypeEncoder.java | 84 StringBuilder sb = new StringBuilder(); in encode() local 93 StringBuilder sb = new StringBuilder(); in encodeRaw() local 130 StringBuilder sb = new StringBuilder(); in encodeWithAnnotations() local 200 StringBuilder sb = new StringBuilder("<"); in typeParametersString() local 212 TypeParameterElement typeParameter, StringBuilder sb) { in appendTypeParameterWithBounds() 213 appendAnnotations(typeParameter.getAnnotationMirrors(), sb); in appendTypeParameterWithBounds() local 233 List<? extends AnnotationMirror> annotationMirrors, StringBuilder sb) { in appendAnnotations() 251 StringBuilder visit2(TypeMirror type, StringBuilder sb) { in visit2() 262 protected StringBuilder defaultAction(TypeMirror type, StringBuilder sb) { in defaultAction() 267 public StringBuilder visitArray(ArrayType type, StringBuilder sb) { in visitArray() [all …]
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-sqlhist.c | 98 struct sqlhist_bison *sb; member 114 struct sqlhist_bison *sb = extra; in my_yyinput() local 130 __hidden void sql_parse_error(struct sqlhist_bison *sb, const char *text, in sql_parse_error() 167 static void parse_error(struct sqlhist_bison *sb, const char *text, in parse_error() 197 static struct str_hash *find_string(struct sqlhist_bison *sb, const char *str) in find_string() 213 static char **add_hash(struct sqlhist_bison *sb, const char *str) in add_hash() 232 __hidden char *store_str(struct sqlhist_bison *sb, const char *str) in store_str() 245 __hidden void *add_cast(struct sqlhist_bison *sb, in add_cast() 255 __hidden int add_selection(struct sqlhist_bison *sb, void *select, in add_selection() 284 static struct expr *find_field(struct sqlhist_bison *sb, in find_field() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/strings/ |
H A D | string_builder_unittest.cc | 23 SimpleStringBuilder sb(sb_buf); in TEST() local 34 SimpleStringBuilder sb(sb_buf); in TEST() local 42 SimpleStringBuilder sb(sb_buf); in TEST() local 52 SimpleStringBuilder sb(sb_buf); in TEST() local 64 SimpleStringBuilder sb(sb_buf); in TEST() local 76 SimpleStringBuilder sb(sb_buf); in TEST() local 89 SimpleStringBuilder sb(sb_buf); in TEST() local 105 SimpleStringBuilder sb(sb_buf); in TEST() local 118 SimpleStringBuilder sb(sb_buf); in TEST() local 131 SimpleStringBuilder sb(sb_buf); in TEST() local [all …]
|
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/ |
H A D | DatabaseUtilsTest.java | 80 StringBuilder sb = new StringBuilder("name="); in testHighSurrogateStartInvalid() local 88 StringBuilder sb = new StringBuilder("name="); in testDoubleHighSurrogateStart() local 96 StringBuilder sb = new StringBuilder("name="); in testHighSurrogatePairInvalid() local 104 StringBuilder sb = new StringBuilder("name="); in testValidSurrogate() local 112 StringBuilder sb = new StringBuilder("name="); in testReversedSurrogate() local 120 StringBuilder sb = new StringBuilder("name="); in testValidDoubleSurrogate() local 128 StringBuilder sb = new StringBuilder("name="); in testValidDoubleSurrogateWithStringMixed() local 136 StringBuilder sb = new StringBuilder("name="); in testInvalidDoubleSurrogateWithStringMixed() local 144 StringBuilder sb = new StringBuilder("name="); in testHighLowLowSurrogate() local 152 StringBuilder sb = new StringBuilder("name="); in testHighLowLowSurrogateWithString_AtEnd() local [all …]
|
/aosp_15_r20/external/caliper/examples/src/main/java/examples/ |
H A D | StringBuilderBenchmark.java | 32 StringBuilder sb = new StringBuilder(); in appendBoolean() local 44 StringBuilder sb = new StringBuilder(); in appendChar() local 54 StringBuilder sb = new StringBuilder(); in appendCharArray() local 64 StringBuilder sb = new StringBuilder(); in appendCharSequence() local 74 StringBuilder sb = new StringBuilder(); in appendDouble() local 84 StringBuilder sb = new StringBuilder(); in appendFloat() local 94 StringBuilder sb = new StringBuilder(); in appendInt() local 104 StringBuilder sb = new StringBuilder(); in appendLong() local 114 StringBuilder sb = new StringBuilder(); in appendObject() local 124 StringBuilder sb = new StringBuilder(); in appendString() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
H A D | SpinedBufferTest.java | 67 SpinedBuffer<Integer> sb = new SpinedBuffer<>(); in createSpinedBuffer() local 88 public void testSpliterator(int[] array, SpinedBuffer<Integer> sb) { in testSpliterator() 96 public void testLastSplit(int[] array, SpinedBuffer<Integer> sb) { in testLastSplit() 121 SpinedBuffer<Integer> sb = new SpinedBuffer<>(); in testSpinedBuffer() local 153 SpinedBuffer.OfInt sb = new SpinedBuffer.OfInt(); in createIntSpinedBuffer() local 163 public void testIntSpliterator(int[] array, SpinedBuffer.OfInt sb) { in testIntSpliterator() 171 public void testIntLastSplit(int[] array, SpinedBuffer.OfInt sb) { in testIntLastSplit() 196 SpinedBuffer.OfInt sb = new SpinedBuffer.OfInt(); in testIntSpinedBuffer() local 228 SpinedBuffer.OfLong sb = new SpinedBuffer.OfLong(); in createLongSpinedBuffer() local 238 public void testLongSpliterator(long[] array, SpinedBuffer.OfLong sb) { in testLongSpliterator() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | number_skeletons.cpp | 147 inline void appendMultiple(UnicodeString& sb, UChar32 cp, int32_t count) { in appendMultiple() 316 void enum_to_stem_string::roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb) { in roundingMode() 356 void enum_to_stem_string::groupingStrategy(UNumberGroupingStrategy value, UnicodeString& sb) { in groupingStrategy() 378 void enum_to_stem_string::unitWidth(UNumberUnitWidth value, UnicodeString& sb) { in unitWidth() 406 void enum_to_stem_string::signDisplay(UNumberSignDisplay value, UnicodeString& sb) { in signDisplay() 441 …_to_stem_string::decimalSeparatorDisplay(UNumberDecimalSeparatorDisplay value, UnicodeString& sb) { in decimalSeparatorDisplay() 494 UnicodeString sb; in generate() local 894 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton() 995 blueprint_helpers::generateExponentWidthOption(int32_t minExponentDigits, UnicodeString& sb, UError… in generateExponentWidthOption() 1039 blueprint_helpers::generateCurrencyOption(const CurrencyUnit& currency, UnicodeString& sb, UErrorCo… in generateCurrencyOption() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | number_skeletons.cpp | 147 inline void appendMultiple(UnicodeString& sb, UChar32 cp, int32_t count) { in appendMultiple() 316 void enum_to_stem_string::roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb) { in roundingMode() 356 void enum_to_stem_string::groupingStrategy(UNumberGroupingStrategy value, UnicodeString& sb) { in groupingStrategy() 378 void enum_to_stem_string::unitWidth(UNumberUnitWidth value, UnicodeString& sb) { in unitWidth() 406 void enum_to_stem_string::signDisplay(UNumberSignDisplay value, UnicodeString& sb) { in signDisplay() 441 …_to_stem_string::decimalSeparatorDisplay(UNumberDecimalSeparatorDisplay value, UnicodeString& sb) { in decimalSeparatorDisplay() 494 UnicodeString sb; in generate() local 894 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton() 995 blueprint_helpers::generateExponentWidthOption(int32_t minExponentDigits, UnicodeString& sb, UError… in generateExponentWidthOption() 1039 blueprint_helpers::generateCurrencyOption(const CurrencyUnit& currency, UnicodeString& sb, UErrorCo… in generateCurrencyOption() [all …]
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_strbuf.h | 48 static inline void strbuf_set_error(struct vrend_strbuf *sb) in strbuf_set_error() 53 static inline bool strbuf_get_error(struct vrend_strbuf *sb) in strbuf_get_error() 58 static inline size_t strbuf_get_len(struct vrend_strbuf *sb) in strbuf_get_len() 63 static inline void strbuf_reset(struct vrend_strbuf *sb) in strbuf_reset() 69 static inline void strbuf_free(struct vrend_strbuf *sb) in strbuf_free() 75 static inline bool strbuf_alloc(struct vrend_strbuf *sb, int initial_size) in strbuf_alloc() 88 static inline bool strbuf_alloc_fixed(struct vrend_strbuf *sb, char *buf, int size) in strbuf_alloc_fixed() 104 static inline bool strbuf_grow(struct vrend_strbuf *sb, int len) in strbuf_grow() 128 static inline void strbuf_append_buffer(struct vrend_strbuf *sb, const char *data, size_t len) in strbuf_append_buffer() 139 static inline void strbuf_append(struct vrend_strbuf *sb, const char *addstr) in strbuf_append() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/ |
H A D | slice_buffer.cc | 97 static void GPR_ATTRIBUTE_NOINLINE do_embiggen(grpc_slice_buffer* sb, in do_embiggen() 121 static void maybe_embiggen(grpc_slice_buffer* sb) { in maybe_embiggen() 135 void grpc_slice_buffer_init(grpc_slice_buffer* sb) { in grpc_slice_buffer_init() 142 void grpc_slice_buffer_destroy(grpc_slice_buffer* sb) { in grpc_slice_buffer_destroy() 153 uint8_t* grpc_slice_buffer_tiny_add(grpc_slice_buffer* sb, size_t n) { in grpc_slice_buffer_tiny_add() 180 size_t grpc_slice_buffer_add_indexed(grpc_slice_buffer* sb, grpc_slice s) { in grpc_slice_buffer_add_indexed() 189 void grpc_slice_buffer_add(grpc_slice_buffer* sb, grpc_slice s) { in grpc_slice_buffer_add() 243 void grpc_slice_buffer_addn(grpc_slice_buffer* sb, grpc_slice* s, size_t n) { in grpc_slice_buffer_addn() 250 void grpc_slice_buffer_pop(grpc_slice_buffer* sb) { in grpc_slice_buffer_pop() 257 void grpc_slice_buffer_reset_and_unref(grpc_slice_buffer* sb) { in grpc_slice_buffer_reset_and_unref() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuilder/ |
H A D | BuilderForwarding.java | 89 StringBuilder sb = new StringBuilder(); in indexOfString() local 110 StringBuilder sb = new StringBuilder(); in indexOfStringint() local 129 StringBuffer sb = new StringBuffer(); in indexOfStringIntNull() local 144 StringBuilder sb = new StringBuilder(); in indexOfStringNull() local 161 StringBuilder sb = new StringBuilder("012345"); in insertintboolean() local 168 StringBuilder sb = new StringBuilder("012345"); in insertintchar() local 200 StringBuilder sb = new StringBuilder("012345"); in insertintdouble() local 206 StringBuilder sb = new StringBuilder("012345"); in insertintfloat() local 212 StringBuilder sb = new StringBuilder("012345"); in insertintint() local 219 StringBuilder sb = new StringBuilder("012345"); in insertintlong() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/ |
H A D | BufferForwarding.java | 88 StringBuffer sb = new StringBuffer("xyz"); in indexOfString() local 95 StringBuffer sb = new StringBuffer("xyyz"); in indexOfStringint() local 104 StringBuffer sb = new StringBuffer(); in indexOfStringIntNull() local 119 StringBuffer sb = new StringBuffer(); in indexOfStringNull() local 136 StringBuffer sb = new StringBuffer("012345"); in insertintboolean() local 143 StringBuffer sb = new StringBuffer("012345"); in insertintchar() local 174 StringBuffer sb = new StringBuffer("012345"); in insertintdouble() local 180 StringBuffer sb = new StringBuffer("012345"); in insertintfloat() local 186 StringBuffer sb = new StringBuffer("012345"); in insertintint() local 193 StringBuffer sb = new StringBuffer("012345"); in insertintlong() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 82 static void GPR_ATTRIBUTE_NOINLINE do_embiggen(grpc_slice_buffer* sb, in do_embiggen() 106 static void maybe_embiggen(grpc_slice_buffer* sb) { in maybe_embiggen() 120 void grpc_slice_buffer_init(grpc_slice_buffer* sb) { in grpc_slice_buffer_init() 127 void grpc_slice_buffer_destroy(grpc_slice_buffer* sb) { in grpc_slice_buffer_destroy() 138 uint8_t* grpc_slice_buffer_tiny_add(grpc_slice_buffer* sb, size_t n) { in grpc_slice_buffer_tiny_add() 165 size_t grpc_slice_buffer_add_indexed(grpc_slice_buffer* sb, grpc_slice s) { in grpc_slice_buffer_add_indexed() 174 void grpc_slice_buffer_add(grpc_slice_buffer* sb, grpc_slice s) { in grpc_slice_buffer_add() 228 void grpc_slice_buffer_addn(grpc_slice_buffer* sb, grpc_slice* s, size_t n) { in grpc_slice_buffer_addn() 235 void grpc_slice_buffer_pop(grpc_slice_buffer* sb) { in grpc_slice_buffer_pop() 242 void grpc_slice_buffer_reset_and_unref(grpc_slice_buffer* sb) { in grpc_slice_buffer_reset_and_unref() [all …]
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/slots/ |
H A D | fuchsia.rs | 309 let sb: SlotBlock<AbrData> = Default::default(); in test_slot_block_defaults() localVariable 374 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_boot_attempt() localVariable 391 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_boot_attempt_tracks_active() localVariable 407 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_boot_attempt_no_more_tries() localVariable 422 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_boot_attempt_successful() localVariable 435 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_tried_recovery() localVariable 446 let mut sb: SlotBlock<AbrData> = Default::default(); in test_slot_mark_tried_recovery_oneshot() localVariable 460 let mut sb: SlotBlock<AbrData> = Default::default(); localVariable 485 let mut sb: SlotBlock<AbrData> = Default::default(); in test_no_bootable_slots_boot_recovery() localVariable 498 let mut sb: SlotBlock<AbrData> = Default::default(); in test_set_active_slot() localVariable [all …]
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | StringBuilderBenchmark.java | 30 StringBuilder sb = new StringBuilder(); in timeAppendBoolean() local 39 StringBuilder sb = new StringBuilder(); in timeAppendChar() local 49 StringBuilder sb = new StringBuilder(); in timeAppendCharArray() local 59 StringBuilder sb = new StringBuilder(); in timeAppendCharSequence() local 69 StringBuilder sb = new StringBuilder(); in timeAppendSubCharSequence() local 79 StringBuilder sb = new StringBuilder(); in timeAppendDouble() local 89 StringBuilder sb = new StringBuilder(); in timeAppendFloat() local 99 StringBuilder sb = new StringBuilder(); in timeAppendInt() local 109 StringBuilder sb = new StringBuilder(); in timeAppendLong() local 124 StringBuilder sb = new StringBuilder(); in timeAppendObject() local [all …]
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | StringBuilderPerfTest.java | 41 StringBuilder sb = new StringBuilder(); in timeAppendBoolean() local 52 StringBuilder sb = new StringBuilder(); in timeAppendChar() local 64 StringBuilder sb = new StringBuilder(); in timeAppendCharArray() local 76 StringBuilder sb = new StringBuilder(); in timeAppendCharSequence() local 88 StringBuilder sb = new StringBuilder(); in timeAppendSubCharSequence() local 100 StringBuilder sb = new StringBuilder(); in timeAppendDouble() local 112 StringBuilder sb = new StringBuilder(); in timeAppendFloat() local 124 StringBuilder sb = new StringBuilder(); in timeAppendInt() local 136 StringBuilder sb = new StringBuilder(); in timeAppendLong() local 155 StringBuilder sb = new StringBuilder(); in timeAppendObject() local [all …]
|