Searched defs:print (Results 226 - 250 of 360) sorted by relevance

1234567891011>>

/external/guice/extensions/struts2/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... ByteArrayOutputStream bos private boolean debug private boolean report private boolean print private boolean profile private boolean nfa private boolean dfa private ...
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h395 static void print(const SExpr *E, StreamType &SS) { function in class:clang::threadSafety::til::PrettyPrinter
494 self()->print##X(cast<X>(E), SS); \
/external/clang/lib/AST/
H A DDeclBase.cpp214 void PrettyStackTraceDecl::print(raw_ostream &OS) const { function in class:PrettyStackTraceDecl
220 TheLoc.print(OS, SM);
/external/compiler-rt/lib/asan/
H A Dasan_report.cc259 // Check if the global is a zero-terminated ASCII string. If so, print it.
338 bool DescribeAddressIfShadow(uptr addr, AddressDescription *descr, bool print) { argument
346 if (print) {
411 // FIXME: we may want to also print the size of the access here,
466 // Now we print the frame where the alloca has happened.
467 // We print this frame as a stack trace with one element.
468 // The symbolizer may print more than one frame if inlining was involved.
658 // Do not print more than one report, otherwise they will mix up.
666 // to print an error report will finish doing it.
699 // Remove color sequences since logs cannot print the
[all...]
/external/dng_sdk/source/
H A Ddng_xmp.cpp1784 dng_fingerprint &print) const
1797 print = temp;
1813 const dng_fingerprint &print,
1817 dng_string s = EncodeFingerprint (print, allowInvalid);
1811 SetFingerprint(const char *ns, const char *tag, const dng_fingerprint &print, bool allowInvalid) argument
/external/harfbuzz_ng/src/
H A Dhb-private.hh780 const char *print (const T&) { return "something"; } function in struct:hb_printer_t
785 const char *print (bool v) { return v ? "true" : "false"; } function in struct:hb_printer_t
790 const char *print (hb_void_t) { return ""; } function in struct:hb_printer_t
843 hb_printer_t<ret_t>().print (v), line);
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp205 void print(ostream& os, const string& id) const;
897 void print(ostream& os) const;
1016 void ZoneInfo::print(ostream& os, const string& id) const { function in class:ZoneInfo
1157 it->second.print(os, it->first);
1163 // print the string list
1415 void FinalRule::print(ostream& os) const { function in class:FinalRule
1416 // First print the rule part that enters DST; then the rule part
1740 printStringList ( file, ZONEINFO ); // print the Names list
1751 r.print(file);
/external/iw/
H A Dscan.c1275 void (*print)(const uint8_t type, uint8_t len, const uint8_t *data); member in struct:ie_print
1285 if (!p->print)
1302 p->print(type, len, data);
1307 .print = NULL, \
2075 "If -u is specified print unknown data in the scan results.\n"
2079 "Dump the current scan results. If -u is specified, print unknown\n"
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h122 raw_ostream &print(raw_ostream &OS) const;
139 return X.print(OS);
473 virtual raw_ostream &print(raw_ostream &OS) const { return OS; } function in class:llvm::BlockFrequencyInfoImplBase
474 void dump() const { print(dbgs()); }
932 /// \a BlockFrequencyInfoImplBase::print() only knows reverse post-order, so
934 raw_ostream &print(raw_ostream &OS) const override;
1212 raw_ostream &BlockFrequencyInfoImpl<BT>::print(raw_ostream &OS) const { function in class:llvm::BlockFrequencyInfoImpl
1218 getFloatingBlockFreq(&BB).print(OS, 5)
/external/llvm/include/llvm/Support/
H A DCommandLine.h58 /// used to print out the version when --version is given
60 /// CommandLine utilities to print their own version string.
73 // With -print-options print the difference between option values and defaults.
74 // With -print-all-options print all option values.
507 // inserted so we can print our option out nicely.
595 // printOptionDiff - print the value of an option and it's default.
782 // getValueName - Do not print =<value> at all.
808 // getValueName - Do not print
1000 void print(const Option &O, const parser<ParserDT> &P, const ValDT & /*V*/, function in struct:llvm::cl::OptionDiffPrinter
1009 void print(const Option &O, const parser<DT> &P, const DT &V, function in struct:llvm::cl::OptionDiffPrinter
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h64 void print(raw_ostream &OS) const { OS << getAsString(); } function in class:llvm::RecTy
76 Ty.print(OS);
276 /// print - Print out this value.
277 void print(raw_ostream &OS) const { OS << getAsString(); } function in class:llvm::Init
288 /// invokes print on stderr.
355 I.print(OS); return OS;
1137 void print(raw_ostream &OS, bool PrintSem = true) const;
1141 RV.print(OS << " ");
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp396 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const { function in class:RuntimePointerChecking
1297 void MemoryDepChecker::Dependence::print(
1761 void LoopAccessInfo::print(raw_ostream &OS, unsigned Depth) const {
1775 Dep.print(OS, Depth + 2, DepChecker.getMemoryInstructions());
1782 PtrRtChecking.print(OS, Depth);
1790 PSE.getUnionPredicate().print(OS, Depth);
1813 void LoopAccessAnalysis::print(raw_ostream &OS, const Module *M) const {
1822 LAI.print(OS, 4);
H A DScalarEvolution.cpp129 print(dbgs());
133 void SCEV::print(raw_ostream &OS) const { function in class:SCEV
232 // Otherwise just print it normally.
9137 void ScalarEvolution::print(raw_ostream &OS) const {
9138 // ScalarEvolution's implementation of the print method is to print
9154 SV->print(OS);
9157 SE.getUnsignedRange(SV).print(OS);
9159 SE.getSignedRange(SV).print(OS);
9167 AtUse->print(O
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp48 "print-whole-regmask",
306 void MachineOperand::print(raw_ostream &OS, function in class:MachineOperand
309 print(OS, DummyMST, TRI);
312 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, function in class:MachineOperand
372 getCImm()->getValue().print(OS, false);
538 void MachineMemOperand::print(raw_ostream &OS) const { function in class:MachineMemOperand
540 print(OS, DummyMST);
542 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { function in class:MachineMemOperand
569 // of the base pointer, print the base alignment explicitly, next to the base
1565 void MachineInstr::print(raw_ostrea function in class:MachineInstr
1575 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, function in class:MachineInstr
[all...]
H A DScheduleDAGInstrs.cpp1360 SU->getInstr()->print(oss, /*SkipOpers=*/true);
1665 void ILPValue::print(raw_ostream &OS) const { function in class:ILPValue
1682 Val.print(OS);
/external/llvm/lib/Linker/
H A DIRMover.cpp335 void LinkDiagnosticInfo::print(DiagnosticPrinter &DP) const { DP << Msg; } function in class:LinkDiagnosticInfo
/external/llvm/lib/Support/
H A DCommandLine.cpp1439 outs() << "= *cannot print option value*\n";
1615 // Loop over the options in the category and print.
1644 // Declare the four HelpPrinter instances that are used to print out help, or
1689 "print-options",
1694 "print-all-options",
1741 void print() { function in class:__anon11966::VersionPrinter
1775 print();
1820 void cl::PrintVersionMessage() { VersionPrinterInstance.print(); }
/external/llvm/lib/TableGen/
H A DRecord.cpp89 void RecTy::dump() const { print(errs()); }
214 void Init::dump() const { return print(errs()); }
1556 void RecordVal::print(raw_ostream &OS, bool PrintSem) const { function in class:RecordVal
1653 RV->print(OS, false);
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp328 void print(raw_ostream &OS, const TargetRegisterInfo *TRI = nullptr) const { function in class:__anon12184::CountValue
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp692 void print(raw_ostream &OS) const override;
785 void PPCOperand::print(raw_ostream &OS) const { function in class:PPCOperand
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp264 void print(raw_ostream &OS) const override;
490 void SystemZOperand::print(raw_ostream &OS) const { function in class:SystemZOperand
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp77 static cl::opt<bool> PrintChangedLoops("irce-print-changed-loops", cl::Hidden,
80 static cl::opt<bool> PrintRangeChecks("irce-print-range-checks", cl::Hidden,
141 void print(raw_ostream &OS) const { function
145 Offset->print(OS);
147 Scale->print(OS);
150 Length->print(OS);
154 getBranch()->print(OS);
160 print(dbgs());
1423 OS << "irce: looking at loop "; L->print(OS);
1427 IRC->print(O
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp85 void print() const;
140 RegisterSet::print() const function in class:nv50_ir::RegisterSet
143 bits[FILE_GPR].print();
480 bb->liveSet.print();
506 bb->liveSet.print();
876 insn->print();
1276 regs.print();
1340 func->print();
1407 it->occup.print();
1577 func->print();
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1542 ERROR("skipping unencodable instruction: "); insn->print();
1932 void print(int cycle) function in struct:nv50_ir::SchedDataCalculator::RegScores
2064 score->print(cycle);
2077 insn->print();
2078 next->print();
2197 score->print(cycle);

Completed in 1470 milliseconds

1234567891011>>