/external/scudo/standalone/ |
D | string_utils.cpp | 17 static int appendChar(char **Buffer, const char *BufferEnd, char C) { in appendChar() function 40 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber() 58 Res += appendChar(Buffer, BufferEnd, c); in appendNumber() 61 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber() 66 Res += appendChar(Buffer, BufferEnd, Digit); in appendNumber() 101 Res += appendChar(Buffer, BufferEnd, *S); in appendString() 105 Res += appendChar(Buffer, BufferEnd, ' '); in appendString() 130 Res += appendChar(&Buffer, BufferEnd, *Cur); in formatString() 195 appendChar(&Buffer, BufferEnd, static_cast<char>(va_arg(Args, int))); in formatString() 200 Res += appendChar(&Buffer, BufferEnd, '%'); in formatString() [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | string_utils.cpp | 17 static int appendChar(char **Buffer, const char *BufferEnd, char C) { in appendChar() function 40 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber() 58 Res += appendChar(Buffer, BufferEnd, c); in appendNumber() 61 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber() 66 Res += appendChar(Buffer, BufferEnd, Digit); in appendNumber() 101 Res += appendChar(Buffer, BufferEnd, *S); in appendString() 105 Res += appendChar(Buffer, BufferEnd, ' '); in appendString() 130 Res += appendChar(&Buffer, BufferEnd, *Cur); in formatString() 195 appendChar(&Buffer, BufferEnd, static_cast<char>(va_arg(Args, int))); in formatString() 200 Res += appendChar(&Buffer, BufferEnd, '%'); in formatString() [all …]
|
/external/skqp/src/gpu/ |
D | GrSKSLPrettyPrint.cpp | 74 this->appendChar('{'); in prettify() 80 this->appendChar('}'); in prettify() 92 this->appendChar(fInput[fIndex]); in prettify() 100 void appendChar(char c) { in appendChar() function in GrSKSLPrettyPrint::GLSLPrettyPrint
|
/external/skia/src/gpu/ |
D | GrShaderUtils.cpp | 72 this->appendChar('{'); in prettify() 78 this->appendChar('}'); in prettify() 90 this->appendChar(fInput[fIndex]); in prettify() 98 void appendChar(char c) { in appendChar() function in GrShaderUtils::GLSLPrettyPrint
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | JavascriptTokenBuffer.java | 100 appendChar(input.charAt(i)); in appendString() 110 public void appendChar(char input) { in appendChar() method in JavascriptTokenBuffer
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | JavascriptParserImpl.java | 232 ccBuffer.appendChar(input); in enterStateJsSlash() 260 ccBuffer.appendChar(input); in inStateJsText()
|
/external/caliper/examples/src/main/java/examples/ |
D | StringBuilderBenchmark.java | 42 @Benchmark void appendChar(int reps) { in appendChar() method in StringBuilderBenchmark
|