Home
last modified time | relevance | path

Searched refs:print (Results 201 - 225 of 1053) sorted by relevance

12345678910>>...43

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp61 void ArchitectureSet::print(raw_ostream &os) const { os << std::string(*this); } in print() function in llvm::MachO::ArchitectureSet
64 set.print(os); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h86 /// TRI is then used to print the name of the register classes that
88 void print(raw_ostream &OS, bool IsForDebug = false,
93 RegBank.print(OS); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp83 if (End != BB->end()) { // print boundary inst if present in printRegion()
100 getRegPressure(MRI, LiveIns).print(OS); in printLivenessInfo()
105 getRegPressure(MRI, LiveOuts).print(OS); in printLivenessInfo()
116 R->MaxPressure.print(OS, &ST); in printRegions()
136 Before.print(OS, &ST); in printSchedRP()
138 After.print(OS, &ST); in printSchedRP()
317 Regions.back()->MaxPressure.print( in schedule()
425 SchedMaxRP.print(dbgs(), &ST), in scheduleRegion()
427 MaxRP.print(dbgs(), &ST), in scheduleRegion()
429 RegionMaxRP.print(dbg in scheduleRegion()
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java214 System.out.print(" {"); in processDir()
217 System.out.print(", "); in processDir()
219 System.out.print("\n "); in processDir()
223 System.out.print("0x" + Integer.toHexString(cp)); in processDir()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java111 System.out.print(Utility.hex(startGlyphID, 6)); in write()
112 System.out.print(" - "); in write()
113 System.out.print(Utility.hex(endGlyphID, 6)); in write()
114 System.out.print(": "); in write()
H A DFeatureList.java51 System.out.print("writing feature list..."); in writeFeaturetList()
62 System.out.print(" '" + tag + "'"); in writeFeaturetList()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_optimizer_test.cpp275 s->print(test_str); in check()
280 expect->print(expect_str); in check()
289 s->print(test_str); in ra_check()
295 expect->print(expect_str); in ra_check()
/kernel/linux/linux-6.6/lib/kunit/
H A Dattributes.c34 * @print: value of enum print_ops to indicate when to print attribute
42 enum print_ops print; member
206 .print = PRINT_ALWAYS,
214 .print = PRINT_SUITE,
235 if (kunit_attr_list[i].print == PRINT_NEVER || in kunit_print_attr()
236 (test && kunit_attr_list[i].print == PRINT_SUITE)) in kunit_print_attr()
/third_party/alsa-lib/src/
H A Doutput.c39 int (*print)(snd_output_t *output, const char *format, va_list args); member
76 result = output->ops->print(output, format, args); in snd_output_printf()
90 return output->ops->print(output, format, args); in snd_output_vprintf()
170 .print = snd_output_stdio_print,
331 .print = snd_output_buffer_print,
/third_party/musl/libc-test/src/math/gen/
H A Dgen.c21 print(xy)
35 static int print(const char *fmt, struct t *t, char *buf, int n);
103 print(f->fmt, &tread, buf, sizeof buf); in main()
105 // print(f->fmt, &t, buf, sizeof buf); in main()
113 if (print(f->fmt, &t, buf, sizeof buf)) in main()
120 print(f->fmt, &terr, buf, sizeof buf); in main()
289 static int print(const char *fmt, struct t *t, char *buf, int n) in print() function
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp268 TaskController print; in HWTEST_F() local
269 print.foregroundApp_.push_back(ForegroundAppRecord(1, 0)); in HWTEST_F()
270 print.foregroundApp_.push_back(ForegroundAppRecord(3, 0)); in HWTEST_F()
271 print.foregroundApp_.push_back(ForegroundAppRecord(5, 0)); in HWTEST_F()
272 auto iter = print.foregroundApp_.begin(); in HWTEST_F()
273 EXPECT_NE(iter, print.foregroundApp_.end()); in HWTEST_F()
274 print.PrintInfo(); in HWTEST_F()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRenderDocUtil.cpp68 tcu::print("Library %s not loaded: %s, RenderDoc API not available", e.what(), RENDERDOC_LIBRARY_NAME); in RenderDocUtil()
84 tcu::print("RENDERDOC_GetAPI returned %d status, RenderDoc API not available", ret); in RenderDocUtil()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp76 void MachinePostDominatorTree::print(llvm::raw_ostream &OS, in print() function in MachinePostDominatorTree
78 PDT->print(OS); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticPrinter.cpp94 Str.print(Stream); in operator <<()
112 // We don't have to print the SMDiagnostic kind, as the diagnostic severity in operator <<()
114 Diag.print("", Stream, /*ShowColors=*/true, /*ShowKindLabel=*/false); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionWasm.cpp55 Subsection->print(OS, &MAI); in PrintSwitchToSection()
87 Subsection->print(OS, &MAI); in PrintSwitchToSection()
H A DSubtargetFeature.cpp56 void SubtargetFeatures::print(raw_ostream &OS) const { in print() function in SubtargetFeatures
64 print(dbgs()); in dump()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H A DTestLanguagesForFonts.java21 writer.print(fontFile.getPath()); in main()
27 writer.print("," + lang); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassTimingInfo.h67 /// Custom output stream to print timing information into.
77 /// Destructor handles the print action if it has not been handled before.
78 ~TimePassesHandler() { print(); } in ~TimePassesHandler()
81 void print();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h82 /// print - Print a debug representation of the operand to the given stream.
83 virtual void print(raw_ostream &OS) const = 0;
93 MO.print(OS); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyBlockFrequencyInfo.cpp39 void LazyBlockFrequencyInfoPass::print(raw_ostream &OS, const Module *) const { in print() function in LazyBlockFrequencyInfoPass
40 LBFI.getCalculated().print(OS); in print()
H A DLazyBranchProbabilityInfo.cpp40 void LazyBranchProbabilityInfoPass::print(raw_ostream &OS, in print() function in LazyBranchProbabilityInfoPass
42 LBPI->getCalculated().print(OS); in print()
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c306 case 'V': /* print version */ in main()
424 static void print (void) { flushline(true); } in print() function
430 /* print/pass this block */
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
433 static void Pendif(void) { print(); unnest(); } in Pendif()
462 print, done, abort },
470 print, Eeof, abort },
474 print, Eeof, abort },
482 print, Eeo
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c306 case 'V': /* print version */ in main()
424 static void print (void) { flushline(true); } in print() function
430 /* print/pass this block */
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
433 static void Pendif(void) { print(); unnest(); } in Pendif()
462 print, done, abort },
470 print, Eeof, abort },
474 print, Eeof, abort },
482 print, Eeo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6649 print("#include <string>")
6650 print()
6652 print("const std::string kShader_%s = R\"(" % (test_name,))
6653 print("; The SPIR-V shader below is based on the following GLSL shader, but OpAtomicIAdd has been")
6654 print("; replaced with a template parameter and the last argument for it has been made optional.")
6655 print(";")
6658 print("; %s" % (glsl_line,), end="")
6659 print(";")
6669 print("%s" % (spirv_line, ), end="")
6670 print(")\";")
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6649 print("#include <string>")
6650 print()
6652 print("const std::string kShader_%s = R\"(" % (test_name,))
6653 print("; The SPIR-V shader below is based on the following GLSL shader, but OpAtomicIAdd has been")
6654 print("; replaced with a template parameter and the last argument for it has been made optional.")
6655 print(";")
6658 print("; %s" % (glsl_line,), end="")
6659 print(";")
6669 print("%s" % (spirv_line, ), end="")
6670 print(")\";")
[all...]

Completed in 22 milliseconds

12345678910>>...43