/external/google-breakpad/src/common/mac/ |
D | HTTPMultipartUpload.m | 130 [data appendData:[pre dataUsingEncoding:NSUTF8StringEncoding]]; 131 [data appendData:contents]; 220 [postBody appendData:[self formDataForKey:key 237 [postBody appendData:fileData]; 241 [postBody appendData:[epilogue dataUsingEncoding:NSUTF8StringEncoding]];
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 27 void ELFTextSection::appendData(ELFStreamer &Str, in appendData() function in Ice::ELFTextSection 35 void ELFDataSection::appendData(ELFStreamer &Str, in appendData() function in Ice::ELFDataSection
|
D | IceELFSection.h | 110 void appendData(ELFStreamer &Str, const llvm::StringRef MoreData); 124 void appendData(ELFStreamer &Str, const llvm::StringRef MoreData);
|
D | IceELFObjectWriter.cpp | 274 Section->appendData(Str, Asm->getBufferView()); in writeFunctionCode() 314 Section->appendData(Str, llvm::StringRef(SecData.data(), SecData.size())); in writeTargetRODataSection() 428 Section->appendData(Str, llvm::StringRef(Data.data(), Data.size())); in writeDataOfType()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMBuilder.java | 484 ((Text)childNode).appendData(s); in characters() 692 section.appendData(s); in cdata()
|
D | UnImplNode.java | 1051 public void appendData(String arg) throws DOMException in appendData() method in UnImplNode
|
/external/walt/ios/WALT/ |
D | MIDIMessage.m | 67 [message appendData:body];
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedOuputStreamTests.m | 411 [expected appendData:asUTF8];
|
D | GPBMessageTests.m | 1814 [delimitedData appendData:[message1 delimitedData]]; 1815 [delimitedData appendData:[message2 delimitedData]];
|
D | GPBMessageTests+Runtime.m | 2549 [mutableData appendData:DataFromCStr("123")];
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1029 public final void appendData(String arg) throws DOMException in appendData() method in DTMNodeProxy
|
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 279 childNodes[-1].appendData(data)
|
D | minidom.py | 1054 def appendData(self, arg): member in CharacterData
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 279 childNodes[-1].appendData(data)
|
D | minidom.py | 976 def appendData(self, arg): member in CharacterData
|
/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/ |
D | SRWebSocket.m | 702 [_outputBuffer appendData:data]; 1236 [_currentFrameData appendData:slice];
|