Home
last modified time | relevance | path

Searched refs:print (Results 226 - 250 of 1053) sorted by relevance

12345678910>>...43

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp107 void GCOVFile::print(raw_ostream &OS) const { in print() function in GCOVFile
109 FPtr->print(OS); in print()
114 LLVM_DUMP_METHOD void GCOVFile::dump() const { print(dbgs()); } in dump()
351 void GCOVFunction::print(raw_ostream &OS) const { in print() function in GCOVFunction
355 Block->print(OS); in print()
360 LLVM_DUMP_METHOD void GCOVFunction::dump() const { print(dbgs()); } in dump()
412 void GCOVBlock::print(raw_ostream &OS) const {
436 LLVM_DUMP_METHOD void GCOVBlock::dump() const { print(dbgs()); }
596 void print(raw_ostream &OS) const {
611 FBI.print(O
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp463 CurrentFnSym->print(O, MAI); in EmitFunctionEntryLabel()
610 getSymbol(F)->print(O, MAI); in emitDeclaration()
723 // that is a function pointer, so print a declaration in emitDeclarations()
747 // appearing in the module before the callee. so print out in emitDeclarations()
1151 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1201 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1206 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1213 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1219 aggBuffer.print(); in printModuleLevelGV()
1223 getSymbol(GVar)->print( in printModuleLevelGV()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp360 void print(raw_ostream &, const TargetRegisterInfo *);
391 void print(raw_ostream &, const TargetRegisterInfo *);
485 void print(raw_ostream&);
537 void UserValue::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() function in UserValue
554 locations[i].print(OS, TRI); in print()
559 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() function in UserLabel
568 void LDVImpl::print(raw_ostream &OS) { in print() function in LDVImpl
571 userValue->print(OS, TRI); in print()
574 userLabel->print(OS, TRI); in print()
997 LLVM_DEBUG(print(dbg in runOnMachineFunction()
[all...]
H A DMachineFunction.cpp106 void MachineFunctionProperties::print(raw_ostream &OS) const { in print() function in MachineFunctionProperties
495 print(dbgs()); in dump()
503 void MachineFunction::print(raw_ostream &OS, const SlotIndexes *Indexes) const { in print() function in MachineFunction
505 getProperties().print(OS); in print()
509 FrameInfo->print(*this, OS); in print()
513 JumpTableInfo->print(OS); in print()
516 ConstantPool->print(OS); in print()
537 // If we print the whole function, print it at its most verbose level. in print()
538 BB.print(O in print()
975 void MachineJumpTableInfo::print(raw_ostream &OS) const { print() function in MachineJumpTableInfo
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUTF16Test.java137 System.out.print(""); in TestBounds()
216 System.out.print(""); in TestCharAt()
222 System.out.print(""); in TestCharAt()
314 System.out.print(""); in TestDelete()
332 System.out.print(""); in TestDelete()
557 System.out.print(""); in TestInsert()
563 System.out.print(""); in TestInsert()
569 System.out.print(""); in TestInsert()
575 System.out.print(""); in TestInsert()
582 System.out.print(""); in TestInsert()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java134 System.out.print(""); in TestBounds()
213 System.out.print(""); in TestCharAt()
219 System.out.print(""); in TestCharAt()
311 System.out.print(""); in TestDelete()
329 System.out.print(""); in TestDelete()
563 System.out.print(""); in TestInsert()
569 System.out.print(""); in TestInsert()
575 System.out.print(""); in TestInsert()
581 System.out.print(""); in TestInsert()
588 System.out.print(""); in TestInsert()
[all...]
/third_party/backends/japi/
H A DTest.java108 System.out.print("Word list: "); in main()
110 System.out.print(opt.wordListConstraint[j]); in main()
116 System.out.print("String constraint: " + in main()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptList.java115 System.out.print(" (default)"); in writeScriptRecord()
127 System.out.print(" '" + langSysRecords[i].getTag() + "'"); in writeScriptRecord()
196 System.out.print(" script '" + scriptRecords[i].getTag() + "':"); in writeScriptList()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js180 print(prettyPrinted(eval(code)));
182 print(prettyPrinted(e));
189 print(prettyPrinted(msg));
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp119 const bool print = getenv("TEST_DEBUG"); in copy_propagation() local
121 if (print) { in copy_propagation()
129 if (print) { in copy_propagation()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs22 /// Create a bold, red colored style and use it to print the log level:
51 /// The style can be used to print other values besides the level.
66 /// The style can only be used to print the level.
123 pub(in crate::fmt::writer) fn print(&self, buf: &Buffer) -> io::Result<()> {
125 // This impl uses the `eprint` and `print` macros
132 WritableTarget::Stdout => print!("{}", log),
138 self.inner.print(&buf.inner)
193 /// To print a value using the style, wrap it in a call to [`value`] when the log
198 /// Create a bold, red colored style and use it to print the log level:
391 /// The same `Style` can be used to print multipl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DRegionInfo.cpp49 static cl::opt<Region::PrintStyle, true> printStyleX("print-region-style",
54 clEnumValN(Region::PrintNone, "none", "print no details"),
56 "print regions in detail with block_iterator"),
58 "print regions in detail with element_iterator")));
152 void RegionInfoPass::print(raw_ostream &OS, const Module *) const { in print() function in RegionInfoPass
153 RI.print(OS); in print()
206 AM.getResult<RegionInfoAnalysis>(F).print(OS); in run()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.h69 bool operator== (const dng_fingerprint &print) const;
73 bool operator!= (const dng_fingerprint &print) const in operator !=()
75 return !(*this == print); in operator !=()
/third_party/skia/experimental/lowp-basic/
H A Dbilerp-study.cpp29 void print() const { in print() function
120 stats.print(); in main()
124 stats.print(); in main()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_functions.c750 .print = ftrace_traceon_print,
757 .print = ftrace_traceoff_print,
764 .print = ftrace_stacktrace_print,
771 .print = ftrace_dump_print,
778 .print = ftrace_cpudump_print,
783 .print = ftrace_traceon_print,
788 .print = ftrace_traceoff_print,
793 .print = ftrace_stacktrace_print,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h650 void print(raw_ostream &OS) const;
673 LR.print(OS);
699 void print(raw_ostream &OS) const;
875 void print(raw_ostream &OS) const;
900 SR.print(OS);
905 LI.print(OS);
970 void print(raw_ostream&) const;
974 X.print(OS);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Datom.c179 int *ptr, uint32_t *saved, int print) in atom_get_src_int()
189 if (print) in atom_get_src_int()
224 if (print) in atom_get_src_int()
230 if (print) in atom_get_src_int()
267 if (print) { in atom_get_src_int()
284 if (print) in atom_get_src_int()
292 if (print) in atom_get_src_int()
300 if (print) in atom_get_src_int()
309 if (print) in atom_get_src_int()
317 if (print) in atom_get_src_int()
178 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument
430 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Datom.c183 int *ptr, uint32_t *saved, int print) in atom_get_src_int()
193 if (print) in atom_get_src_int()
228 if (print) in atom_get_src_int()
234 if (print) in atom_get_src_int()
271 if (print) { in atom_get_src_int()
288 if (print) in atom_get_src_int()
296 if (print) in atom_get_src_int()
304 if (print) in atom_get_src_int()
313 if (print) in atom_get_src_int()
321 if (print) in atom_get_src_int()
182 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument
434 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Datom.c180 int *ptr, uint32_t *saved, int print) in atom_get_src_int()
190 if (print) in atom_get_src_int()
225 if (print) in atom_get_src_int()
231 if (print) in atom_get_src_int()
268 if (print) { in atom_get_src_int()
285 if (print) in atom_get_src_int()
293 if (print) in atom_get_src_int()
301 if (print) in atom_get_src_int()
310 if (print) in atom_get_src_int()
318 if (print) in atom_get_src_int()
179 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument
431 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument
[all...]
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dwasm-module-builder.js894 if (debug) print("emitting types @ " + binary.length);
913 if (debug) print("emitting imports @ " + binary.length);
953 if (debug) print("emitting function decls @ " + binary.length);
964 if (debug) print ("emitting tables @ " + binary.length);
978 if (debug) print("emitting memory @ " + binary.length);
996 if (debug) print ("emitting globals @ " + binary.length);
1041 if (debug) print("emitting tags @ " + binary.length);
1055 if (debug) print("emitting exports @ " + binary.length);
1073 if (debug) print("emitting start function @ " + binary.length);
1081 if (debug) print("emittin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h20 /// 6. The VPlanPrinter class providing a way to print a plan in dot format;
562 void print(raw_ostream &OS) const {
624 virtual void print(raw_ostream &O, const Twine &Indent) const = 0;
710 void print(raw_ostream &O, const Twine &Indent) const override;
713 void print(raw_ostream &O) const;
759 void print(raw_ostream &O, const Twine &Indent) const override;
789 void print(raw_ostream &O, const Twine &Indent) const override;
814 void print(raw_ostream &O, const Twine &Indent) const override;
835 void print(raw_ostream &O, const Twine &Indent) const override;
866 void print(raw_ostrea
[all...]
/kernel/linux/linux-5.10/include/trace/
H A Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
/kernel/linux/linux-6.6/include/trace/
H A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
/test/xts/acts/graphic/vkgl/src/
H A DActsApp.cpp46 print("dEQP Core %s (0x%08x) starting..\n", qpGetReleaseName(), qpGetReleaseId()); in ActsApp()
47 print(" target implementation = '%s'\n", qpGetTargetName()); in ActsApp()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.h142 void print(std::ostream& out) const;
171 void print(std::ostream& out, int32_t indent) const;

Completed in 23 milliseconds

12345678910>>...43