Home
last modified time | relevance | path

Searched refs:writeBody (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp234 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
271 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
283 return writeBody(S); in write()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java213 writeBody(writer); in write()
233 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h116 std::error_code writeBody(const FunctionSamples &S);
/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.java644 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapSerializationEnvelope
/external/ksoap2/
D0001-ksoap2-update.patch1197 * cause #writeBody to skip writing anything redundant.
1534 public void writeBody(XmlSerializer writer) throws IOException {