Home
last modified time | relevance | path

Searched defs:appendString (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/skia/src/utils/
H A DSkJSONWriter.h176 void appendString(const char* value, size_t size) { in appendString() function
212 void appendString(const SkString& value) { in appendString() function
217 void appendString(const T& value) { in appendString() function
254 void appendString(const char* name, const char* value, size_t size) { in appendString() function
258 void appendString(const char* name, const SkString& value) { in appendString() function
264 void appendString(const char* name, const T& value) { in appendString() function
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/util/concurrent/
DAndroidFutureTest.java271 String appendString = " future is here"; in testThenApply() local
296 String appendString = " future is here"; in testThenCompose() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DArrayUtils.java61 public static String[] appendString(String[] cur, String val) { in appendString() method in ArrayUtils
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dappendable.cpp35 Appendable::appendString(const char16_t *s, int32_t length) { in appendString() function in Appendable
H A Dunistr.cpp1960 UnicodeStringAppendable::appendString(const char16_t *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dappendable.cpp35 Appendable::appendString(const char16_t *s, int32_t length) { in appendString() function in Appendable
/aosp_15_r20/external/jsilver/src/com/google/streamhtmlparser/util/
H A DJavascriptTokenBuffer.java95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
/aosp_15_r20/external/golang-protobuf/reflect/protopath/
H A Dstep.go193 func (s Step) appendString(b []byte) []byte { func
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DFixedString.h190 FixedString& appendString(const char *s) { in appendString() function
/aosp_15_r20/external/scudo/standalone/tests/
H A Dstrings_test.cpp46 constexpr char appendString[] = "123"; in TEST() local
/aosp_15_r20/build/soong/androidmk/parser/
H A Dmake_strings.go75 func (ms *MakeString) appendString(s string) { func
/aosp_15_r20/external/scudo/standalone/
H A Dstring_utils.cpp82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() function in scudo::ScopedString
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DStringBuilderBenchmark.java121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Dencode.go90 func appendString(out []byte, in string) ([]byte, error) { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Dencode.go116 func appendString(out []byte, in string, outputASCII bool) []byte { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp161 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dhandler.go541 func (s *handleState) appendString(str string) { func
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DJsonConverter.java295 public Appendable appendString(Appendable result, String string, int indent) in appendString() method in JsonConverter.Item
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStore.cpp220 void appendString(const std::string& str) { in appendString() function in c10d::detail::SendBuffer
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java423 private native void appendString(long pointer, String xml, boolean isFinal) in appendString() method in ExpatParser
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode.go967 func appendString[Bytes []byte | string](dst []byte, src Bytes, escapeHTML bool) []byte { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddata.go2384 func appendString(data []byte, s string) []byte { func
/aosp_15_r20/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
H A DPrinter.java1232 public static void appendString(final StringBuilder stringBuilder, final String string) { in appendString() method in Printer

12345