Home
last modified time | relevance | path

Searched refs:debugOutput (Results 1 – 4 of 4) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatPackageWriterImpl.java41 private boolean debugOutput; field in FlatPackageWriterImpl
71 public void setDebugOutput(boolean debugOutput) { in setDebugOutput() argument
72 this.debugOutput = debugOutput; in setDebugOutput()
93 if (debugOutput) { in write()
105 if (debugOutput) { in write()
114 if (debugOutput) { in write()
/external/llvm-project/flang/lib/Parser/
Ddebug-parser.cpp17 if (auto out{ustate->debugOutput()}) { in Parse()
/external/llvm-project/flang/include/flang/Parser/
Dparsing.h58 void Parse(llvm::raw_ostream &debugOutput);
Duser-state.h44 llvm::raw_ostream *debugOutput() const { return debugOutput_; } in debugOutput() function