/external/walt/ios/WALT/ |
D | WALTLogger.m | 39 - (void)appendString:(NSString *)string { 41 [_buffer appendString:string]; 49 [_buffer appendString:formatted];
|
D | WALTLogger.h | 23 - (void)appendString:(NSString *)string;
|
D | MenuController.m | 59 [[WALTLogger sessionLogger] appendString:@"WALT\tCONNECTED\n"]; 65 [[WALTLogger sessionLogger] appendString:@"WALT\tDISCONNECTED\n"];
|
D | TapLatencyController.m | 60 [_logger appendString:@"TAPLATENCY\n"]; 153 [_logger appendString:@"RESET\n"];
|
D | ScreenResponseController.m | 66 [_logger appendString:@"SCREENRESPONSE\n"]; 139 [_logger appendString:@"RESET\n"];
|
/external/protobuf/objectivec/ |
D | GPBUtilities.m | 1057 [destStr appendString:@"\""]; 1062 case '\n': [destStr appendString:@"\\n"]; break; 1063 case '\r': [destStr appendString:@"\\r"]; break; 1064 case '\t': [destStr appendString:@"\\t"]; break; 1065 case '\"': [destStr appendString:@"\\\""]; break; 1066 case '\'': [destStr appendString:@"\\\'"]; break; 1067 case '\\': [destStr appendString:@"\\\\"]; break; 1073 [destStr appendString:@"\""]; 1079 [destStr appendString:@"\""]; 1082 case '\n': [destStr appendString:@"\\n"]; break; [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 84 virtual UBool appendString(const UChar *s, int32_t length); 191 virtual UBool appendString(const UChar *s, int32_t length);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDStatsBuilder.m | 88 [result appendString:[NSString stringWithFormat:systemStatsFormat, 93 [result appendString:[NSString stringWithFormat:connStatsFormat, 101 [result appendString:[NSString stringWithFormat:videoSendFormat, 112 [result appendString:[NSString stringWithFormat:videoReceiveFormat, 121 [result appendString:[NSString stringWithFormat:audioSendFormat, 126 [result appendString:[NSString stringWithFormat:audioReceiveFormat,
|
/external/icu/icu4c/source/common/ |
D | ucasemap.cpp | 210 appendString(uint8_t *dest, int32_t destIndex, int32_t destCapacity, in appendString() function 282 … destIndex=appendString(dest, destIndex, destCapacity, src+csc->cpStart, srcIndex-csc->cpStart); in _caseMap() 383 destIndex=appendString(dest, destIndex, destCapacity, src+prev, titleStart-prev); in ucasemap_internalUTF8ToTitle() 399 … destIndex=appendString(dest, destIndex, destCapacity, src+titleStart, titleLimit-titleStart); in ucasemap_internalUTF8ToTitle() 433 … destIndex=appendString(dest, destIndex, destCapacity, src+titleLimit, idx-titleLimit); in ucasemap_internalUTF8ToTitle() 585 destIndex=appendString(dest, destIndex, destCapacity, src+i, nextIndex-i); in toUpper() 657 destIndex=appendString(dest, destIndex, destCapacity, src+start, srcIndex-start); in utf8_foldCase()
|
D | appendable.cpp | 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRParseTree.m | 113 [buf appendString:[hidden text]]; 118 [buf appendString:nodeText]; 135 [buf appendString:[self toStringWithHiddenTokens]];
|
D | ANTLRBaseTree.m | 507 [buf appendString:@"("]; 508 [buf appendString:[self toString]]; 509 [buf appendString:@" "]; 514 [buf appendString:@" "]; 516 [buf appendString:[(id<ANTLRBaseTree>)t toStringTree]]; 519 [buf appendString:@")"];
|
D | ANTLRPtrBuffer.m | 340 [str appendString:@"["]; 342 [str appendString:[[self objectAtIndex:idx] description]]; 344 [str appendString:@"]"];
|
D | ANTLRFastQueue.m | 154 [buf appendString:[[self objectAtIndex:i] description]]; 156 [buf appendString:@" "];
|
D | ANTLRTokenRewriteStream.m | 113 [buf appendString:text]; 115 [buf appendString:[[tokens objectAtIndex:rwIndex] text]]; 146 [buf appendString:text]; 437 [buf appendString:[[tokens objectAtIndex:i] text]]; 485 [buf appendString:t.text]; 504 [buf appendString:op.text]; 687 [buf appendString:[[tokens objectAtIndex:i] text]];
|
D | AMutableArray.m | 269 [str appendString:@"["]; 271 [str appendString:[[self objectAtIndex:idx] toString]]; 273 [str appendString:@"]"];
|
D | ANTLRCommonTree.m | 262 [desc appendString:[self description]]; 267 [desc appendString:@")"];
|
D | ANTLRCommonTreeNodeStream.m | 236 [buf appendString:@" "]; 237 [buf appendString:[NSString stringWithFormat:@"%d", type]];
|
D | ANTLRBitSet.m | 285 [descString appendString:@","]; 291 [descString appendString:@"}"];
|
/external/skia/src/pdf/ |
D | SkPDFTypes.h | 216 void appendString(const char[]); 217 void appendString(const SkString&);
|
D | SkPDFMetadata.cpp | 118 array->appendString( in MakePdfId() 120 array->appendString( in MakePdfId()
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | JavascriptTokenBuffer.java | 95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexItemFactory.java | 229 public DexMethod appendString; field in DexItemFactory.StringBuildingMethods 253 appendString = createMethod(receiver, createProto(receiver, stringType), append); in StringBuildingMethods() 270 consumer.accept(appendString); in forEachAppendMethod()
|
/external/skia/tests/ |
D | PDFPrimitivesTest.cpp | 250 array->appendString("This String"); in TestPDFArray() 254 array->appendString(SkString("Another String")); in TestPDFArray()
|
/external/caliper/examples/src/main/java/examples/ |
D | StringBuilderBenchmark.java | 121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
|