Home
last modified time | relevance | path

Searched refs:print (Results 151 - 175 of 1053) sorted by relevance

12345678910>>...43

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h124 void print(raw_ostream &O) const;
196 void print(raw_ostream &O) const;
213 void print(raw_ostream &O) const;
230 void print(raw_ostream &O) const;
249 void print(raw_ostream &O) const;
265 void print(raw_ostream &O) const;
284 void print(raw_ostream &O) const;
306 void print(raw_ostream &O) const;
325 void print(raw_ostream &O) const;
344 void print(raw_ostrea
[all...]
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DCppMetadataGenerator.java182 pw.print(separator); in emitStaticArrayData()
191 pw.print("0x"); in emitHexByte()
192 pw.print(UPPER_HEX[(v & 0xF0) >>> 4]); in emitHexByte()
193 pw.print(UPPER_HEX[v & 0xF]); in emitHexByte()
/third_party/node/lib/internal/process/
H A Dexecution.js46 function evalModule(source, print) {
47 if (print) {
56 function evalScript(name, body, breakFirstLine, print, shouldLoadESM = false) {
102 if (print) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h150 void print(raw_ostream &OS) const;
202 void print(raw_ostream &OS) const;
215 MO.print(OS); in operator <<()
220 MI.print(OS); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemDepPrinter.cpp48 void print(raw_ostream &OS, const Module * = nullptr) const override;
79 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
82 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
134 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print() function in MemDepPrinter
157 DepInst->print(OS); in print()
162 Inst->print(OS); in print()
H A DBlockFrequencyInfo.cpp82 "print-bfi", cl::init(false), cl::Hidden,
86 "print-bfi-func-name", cl::Hidden,
198 print(dbgs()); in calculate()
285 void BlockFrequencyInfo::print(raw_ostream &OS) const { in print() function in BlockFrequencyInfo
287 BFI->print(OS); in print()
306 void BlockFrequencyInfoWrapperPass::print(raw_ostream &OS, in print() function in BlockFrequencyInfoWrapperPass
308 BFI.print(OS); in print()
341 AM.getResult<BlockFrequencyAnalysis>(F).print(OS); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTwine.cpp34 print(OS); in toVector()
63 Ptr.twine->print(OS); in printOneChild()
163 void Twine::print(raw_ostream &OS) const { in print() function in Twine
177 print(dbgs()); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPrettyStackTrace.cpp51 // practice the worst that will happen is that we won't print a stack trace when
75 // reverse the stack, then print it, then reverse it again. in PrintStack()
84 Entry->print(OS); in PrintStack()
94 // Don't print an empty trace. in PrintCurStackTrace()
164 // If we crash while trying to print the stack trace, we still want the system in CrashHandler()
218 void PrettyStackTraceString::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() function in PrettyStackTraceString
236 void PrettyStackTraceFormat::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() function in PrettyStackTraceFormat
238 void PrettyStackTraceProgram::print(raw_ostream &OS) const { in print() function in PrettyStackTraceProgram
H A DTwine.cpp34 print(OS); in toVector()
63 Ptr.twine->print(OS); in printOneChild()
163 void Twine::print(raw_ostream &OS) const { in print() function in Twine
178 print(dbgs()); in dump()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java178 System.out.print("\n"); in buildForwardTable()
874 System.out.print(" Nullable: " + n.fNullable); in printPosSets()
876 System.out.print(" firstpos: "); in printPosSets()
879 System.out.print(" lastpos: "); in printPosSets()
882 System.out.print(" followpos: "); in printPosSets()
1366 System.out.print("state | i n p u t s y m b o l s \n"); in printStates()
1367 System.out.print(" | Acc LA Tag"); in printStates()
1371 System.out.print("\n"); in printStates()
1372 System.out.print(" |---------------"); in printStates()
1374 System.out.print(" in printStates()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBITableBuilder.java171 System.out.print("\n"); in buildForwardTable()
869 System.out.print(" Nullable: " + n.fNullable); in printPosSets()
871 System.out.print(" firstpos: "); in printPosSets()
874 System.out.print(" lastpos: "); in printPosSets()
877 System.out.print(" followpos: "); in printPosSets()
1321 System.out.print("state | i n p u t s y m b o l s \n"); in printStates()
1322 System.out.print(" | Acc LA Tag"); in printStates()
1326 System.out.print("\n"); in printStates()
1327 System.out.print(" |---------------"); in printStates()
1329 System.out.print(" in printStates()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-properties.js44 // 'print' is an external function
45 Object.setPrototypeOf(print, prototype_obj);
46 assert(getProperties(print) == "dummy length caller arguments");
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Dstubs.js26 return print;
36 try { this.print = console.log; } catch(e) { }
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/differential_fuzz/
H A Dmutations_expected.js40 print("Hash: " + __hash);
41 print("Caught: " + __caught);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.h60 void print(std::ostream& os) const { in print() function
68 lre.print(os); in operator <<()
136 void print(std::ostream& os) const {
157 key.print(os);
181 void print(std::ostream& os) const {
191 cc.print(os);
/third_party/rust/crates/env_logger/src/
H A Dlib.rs213 //! * `auto` (default) will attempt to print style characters, but don't force the issue.
214 //! If the console isn't available on Windows, or if TERM=dumb, for example, then don't print colors.
215 //! * `always` will always print style characters even if they aren't supported by the terminal.
217 //! * `never` will never print style characters.
313 /// - `RUST_LOG_STYLE`: whether or not to print styles with records.
922 let print = |formatter: &mut Formatter, record: &Record| { in log()
924 (self.format)(formatter, record).and_then(|_| formatter.print(&self.writer)); in log()
943 print(formatter, record); in log()
948 print(&mut formatter, record); in log()
955 print( in log()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp204 LLVM_DEBUG(DefMI.print(dbgs())); in tryToTuneBranch()
206 LLVM_DEBUG(MI.print(dbgs())); in tryToTuneBranch()
263 LLVM_DEBUG(DefMI.print(dbgs())); in tryToTuneBranch()
265 LLVM_DEBUG(MI.print(dbgs())); in tryToTuneBranch()
278 LLVM_DEBUG(NewCmp->print(dbgs())); in tryToTuneBranch()
280 LLVM_DEBUG(NewBr->print(dbgs())); in tryToTuneBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp159 Op.getExpr()->print(OS, &MAI); in printOperand()
172 Op.getExpr()->print(OS, &MAI); in printMemImmOperand()
185 Op.getExpr()->print(OS, &MAI); in printHi16ImmOperand()
197 Op.getExpr()->print(OS, &MAI); in printHi16AndImmOperand()
209 Op.getExpr()->print(OS, &MAI); in printLo16AndImmOperand()
234 OffsetOp.getExpr()->print(OS, &MAI); in printMemoryImmediateOffset()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp77 print("ERROR: Value '%s' is of unsupported type!\n", value.name.c_str()); in isValid()
83 print("ERROR: Value '%s' has invalid number of scalars!\n", value.name.c_str()); in isValid()
104 print("ERROR: No programs specified!\n"); in isValid()
112 print("ERROR: Full GLSL ES 1.00 support requested for other GLSL version!\n"); in isValid()
120 print("ERROR: Full GLSL ES 1.00 support doesn't make sense when expecting compile/link failure!\n"); in isValid()
127 print("ERROR: Invalid case type!\n"); in isValid()
133 print("ERROR: Invalid expected result!\n"); in isValid()
143 print("ERROR: Number of input and output elements don't match!\n"); in isValid()
153 print("ERROR: Separable shaders supported only for complete cases!\n"); in isValid()
170 print("ERRO in isValid()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp53 Instr->print(OS); in operator <<()
355 void VPInstruction::print(raw_ostream &O, const Twine &Indent) const { in print() function in VPInstruction
357 print(O); in print()
361 void VPInstruction::print(raw_ostream &O) const { in print() function in VPInstruction
568 // Due to "dot" we print an edge between two regions as an edge between the in drawEdge()
616 Recipe.print(OS, Indent); in dumpBasicBlock()
673 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent) const { in print() function in VPWidenRecipe
679 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, in print() function in VPWidenIntOrFpInductionRecipe
690 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent) const { in print() function in VPWidenGEPRecipe
700 void VPWidenPHIRecipe::print(raw_ostrea function in VPWidenPHIRecipe
704 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { print() function in VPBlendRecipe
724 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent) const { print() function in VPReplicateRecipe
733 void VPPredInstPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { print() function in VPPredInstPHIRecipe
739 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, print() function in VPWidenMemoryInstructionRecipe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp9 // This library implements `print` family of functions in classes like
482 void print(Type *Ty, raw_ostream &OS);
560 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print() function in TypePrinting
579 print(FTy->getReturnType(), OS); in print()
585 print(*I, OS); in print()
607 else // Not enumerated, print the hex address. in print()
613 print(PTy->getElementType(), OS); in print()
622 print(ATy->getElementType(), OS); in print()
632 print(PTy->getElementType(), OS); in print()
654 print(* in printStructBody()
4222 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, print() function in Function
4233 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, print() function in Module
4242 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { print() function in NamedMDNode
4249 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, print() function in NamedMDNode
4265 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const { print() function in Comdat
4290 void Type::print(raw_ostream &OS, bool /*IsForDebug*/, bool NoDetails) const { print() function in Type
4316 void Value::print(raw_ostream &ROS, bool IsForDebug) const { print() function in Value
4327 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, print() function in Value
4445 void Metadata::print(raw_ostream &OS, const Module *M, print() function in Metadata
4451 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, print() function in Metadata
4456 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const { print() function in ModuleSummaryIndex
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dtracepoint.h543 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
548 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
555 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
558 assign, print, reg, unreg) \
561 assign, print, reg, unreg) \
565 struct, assign, print) \
581 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
584 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_functions.c596 .print = ftrace_traceon_print,
603 .print = ftrace_traceoff_print,
610 .print = ftrace_stacktrace_print,
617 .print = ftrace_dump_print,
624 .print = ftrace_cpudump_print,
629 .print = ftrace_traceon_print,
634 .print = ftrace_traceoff_print,
639 .print = ftrace_stacktrace_print,
/kernel/linux/linux-6.6/include/linux/
H A Dtracepoint.h553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
558 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
568 assign, print, reg, unreg) \
571 assign, print, reg, unreg) \
575 struct, assign, print) \
591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
/third_party/ffmpeg/libavfilter/
H A Df_metadata.c96 void (*print)(AVFilterContext *ctx, const char *msg, ...) av_printf_format(2, 3);
109 { "print", "print metadata", 0, AV_OPT_TYPE_CONST, {.i64 = METADATA_PRINT }, 0, 0, FLAGS, "mode" }, \
121 { "file", "set file where to print metadata information", OFFSET(file_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS }, \
266 s->print = print_file; in init()
268 s->print = print_log; in init()
339 s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", in filter_frame()
341 s->print(ctx, "%s=%s\n", e->key, e->value); in filter_frame()
343 s->print(ctx, "%s=%s\n", e->key, e->value); in filter_frame()
346 s->print(ct in filter_frame()
[all...]

Completed in 25 milliseconds

12345678910>>...43