HomeSort by relevance Sort by last modified time
    Searched defs:writeBundle (Results 1 - 5 of 5) sorted by null

  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLGroupVisitor.java 51 XMLCoverageWriter.writeBundle(bundle, child);
XMLCoverageWriter.java 63 public static void writeBundle(final IBundleCoverage bundle,
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
poc.cpp 54 static void writeBundle(Parcel *pData, int type) {
84 writeBundle(&data, type);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
XMLFormatter.java 82 XMLCoverageWriter.writeBundle(bundle, element);
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 257 writeBundle(proto, InstrumentationData.TestStatus.RESULTS, results);
283 writeBundle(proto, InstrumentationData.SessionStatus.RESULTS, results);
302 private void writeBundle(ProtoOutputStream proto, long fieldId, Bundle bundle) {
329 writeBundle(proto, InstrumentationData.ResultsBundleEntry.VALUE_BUNDLE,

Completed in 727 milliseconds