/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_gfxpll.c | 161 this->funcs->print(this, &printer, false); in loongson_gfxpll_init() 170 .print = loongson_gfxpll_print,
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonicalCharacterData.java | 101 System.out.print(" "); in dumpEquivalents() 104 System.out.print(Utility.hex(UTF16.charAt(equiv, c), 6)); in dumpEquivalents()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.c | 123 .print = str_print, 238 page->entries[i].type->print(page->entries[i].data, stream); in u_log_page_print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.cpp | 29 LLVM_DUMP_METHOD void StackLayout::print(raw_ostream &OS) { in print() function in StackLayout 152 LLVM_DEBUG(print(dbgs())); in computeLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Pass.cpp | 125 // print - Print out the internal state of the pass. This is called by Analyze 126 // to print out the contents of an analysis. Otherwise it is not necessary to 128 void Pass::print(raw_ostream &OS, const Module *) const { in print() function in Pass 129 OS << "Pass::print not implemented for pass: '" << getPassName() << "'!\n"; in print() 133 // dump - call print(cerr); 135 print(dbgs(), nullptr); in dump()
|
H A D | Dominators.cpp | 338 AM.getResult<DominatorTreeAnalysis>(F).print(OS); in run() 381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print() function in DominatorTreeWrapperPass 382 DT.print(OS); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 60 Subsection->print(OS, &MAI); in PrintSwitchToSection() 106 // If there are target-specific flags, print them. in PrintSwitchToSection() 187 Subsection->print(OS, &MAI); in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 93 bool print(raw_ostream &OS, const DWARFExpression *Expr, 138 void print(raw_ostream &OS, const MCRegisterInfo *RegInfo, DWARFUnit *U,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 45 void print(raw_ostream &Out) const { in print() function 51 void dump() const { print(errs()); } in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 72 getSymbol(MO.getGlobal())->print(O, MAI); in PrintSymbolOperand() 92 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 114 // Imm here is in fact global address - print extra modifier. in printSrcMemOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.h | 111 void print(raw_ostream &OS, unsigned Depth = 0) const; 164 void print(raw_ostream &OS, const Module *M = nullptr) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 107 /// print - Convert to human readable form 109 void print(raw_ostream &OS) const; 173 void print(raw_ostream &OS, const Module * = nullptr) const override;
|
H A D | IVUsers.h | 156 void print(raw_ostream &OS, const Module * = nullptr) const; 184 void print(raw_ostream &OS, const Module * = nullptr) const override;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionNoModuleKindSpecified.js | 5 print() { return "I am B"} 36 B.prototype.print = function () { return "I am B"; };
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/ |
H A D | lib_drivers.h | 30 REGISTER_GLOBAL_FUNCTION_WITH_HANDLER(print, jerryx_handler_print); in DECLARE_JS_WRAPPER_REGISTRATION()
|
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace_priv.h | 46 void (*print)(FILE *out, const void *payload); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Interval.cpp | 36 void Interval::print(raw_ostream &OS) const { in print() function in Interval
|
H A D | DivergenceAnalysis.cpp | 421 void DivergenceAnalysis::print(raw_ostream &OS, const Module *) const { in print() function in DivergenceAnalysis 462 void GPUDivergenceAnalysis::print(raw_ostream &OS, const Module *mod) const { in print() function in GPUDivergenceAnalysis 464 DA.print(OS, mod); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopAccessAnalysisPrinter.cpp | 22 LAI.print(OS, 4); in run()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.h | 83 void print(std::ostream& os) const; 272 instr.print(os); in operator <<() 278 instr.print(os); in operator <<()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect.js | 107 // TODO: potentially fetch the protocol and pretty-print it here. 218 this.print(`connecting to ${host}:${port} ..`, false); 245 print(text, appendNewline = false) { 267 this.print(textToPrint, true);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_register_coalesce.cpp | 122 const bool print = getenv("TEST_DEBUG"); in _register_coalesce() local 124 if (print) { in _register_coalesce() 132 if (print) { in _register_coalesce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | ArgList.cpp | 185 void ArgList::print(raw_ostream &O) const { in print() function in ArgList 188 A->print(O); in print() 193 LLVM_DUMP_METHOD void ArgList::dump() const { print(dbgs()); } in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 78 // Once we have this AggBuffer setup, we can choose how to print 92 // We need to keep these values because AggBuffer::print decides whether to 139 void print() { in print() function in llvm::NVPTXAsmPrinter::AggBuffer 141 // print out in bytes in print() 148 // print out in 4-bytes or 8-bytes in print() 170 Name->print(O, AP.MAI); in print() 173 Name->print(O, AP.MAI); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 198 MBB->getSymbol()->print(O, MAI); in printInlineJT() 214 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 224 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
|