Home
last modified time | relevance | path

Searched refs:writeBody (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp155 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
188 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
200 return writeBody(S); in write()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java222 writeBody(writer); in write()
242 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapEnvelope
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h123 std::error_code writeBody(const FunctionSamples &S);
/external/clang/utils/ABITest/
DABITestGen.py21 self.writeBody = outputHeader or outputTests or outputDriver
33 if self.writeBody:
113 if self.writeBody or self.outputTests:
123 if self.writeBody:
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter2.java59 writeBody(); in generateReport()
103 protected void writeBody() { in writeBody() method in EmailableReporter2
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java560 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapSerializationEnvelope