/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 142 void print(std::ostream& out) const; 171 void print(std::ostream& out, int32_t indent) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegisterBank.cpp | 82 print(dbgs(), /* IsForDebug */ true, TRI); in dump() 86 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() function in RegisterBank
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LazyMachineBlockFrequencyInfo.cpp | 38 void LazyMachineBlockFrequencyInfoPass::print(raw_ostream &OS, in print() function in LazyMachineBlockFrequencyInfoPass 40 getBFI().print(OS, M); in print()
|
H A D | LiveStacks.cpp | 75 /// print - Implement the dump method. 76 void LiveStacks::print(raw_ostream &OS, const Module*) const { in print() function in LiveStacks 80 I->second.print(OS); in print()
|
H A D | MachineFunctionPass.cpp | 54 RequiredProperties.print(errs()); in runOnFunction() 56 MFProps.print(errs()); in runOnFunction()
|
H A D | RegisterUsageInfo.cpp | 34 "print-regusage", cl::init(false), cl::Hidden, 35 cl::desc("print register usage details collected for analysis.")); 53 print(errs()); in doFinalization() 72 void PhysicalRegisterUsageInfo::print(raw_ostream &OS, const Module *M) const { in print() function in PhysicalRegisterUsageInfo 81 // sort the vector to print analysis in alphabatic order of function name. in print()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.h | 142 void print(std::ostream& out) const; 171 void print(std::ostream& out, int32_t indent) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 64 void print(raw_ostream &OS, const Module*) const override; 97 void CostModelAnalysis::print(raw_ostream &OS, const Module*) const { in print() function in CostModelAnalysis
|
H A D | AliasSetTracker.cpp | 660 void AliasSet::print(raw_ostream &OS) const { in print() function in AliasSet 692 I->print(OS); in print() 699 void AliasSetTracker::print(raw_ostream &OS) const { in print() function in AliasSetTracker 705 AS.print(OS); in print() 710 LLVM_DUMP_METHOD void AliasSet::dump() const { print(dbgs()); } in dump() 711 LLVM_DUMP_METHOD void AliasSetTracker::dump() const { print(dbgs()); } in dump() 763 Tracker->print(errs()); 773 INITIALIZE_PASS_BEGIN(AliasSetPrinter, "print-alias-sets", 776 INITIALIZE_PASS_END(AliasSetPrinter, "print-alias-sets",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 62 void print(raw_ostream &OS); 102 void print(raw_ostream &OS, const Module *M) const override;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionInCJS5.js | 5 print() { return "I am B"} 48 print() { return "I am B"; }
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidTestActivity.cpp | 77 print("Warning: Native window was resized, results may be undefined"); in onWindowResized() 133 print("Done, killing process"); in onDestroy()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | StatisticsTool.java | 40 "-h or -? print this usage text.\n" + 217 output.print(" private static int[] ngrams = {"); in writeStatistics() 223 output.print("\n "); in writeStatistics() 226 output.print("0x" + Utility.hex(ngram.intValue(), 6) + ", "); in writeStatistics() 257 output.print(" private static byte[] byteMap = {"); in writeStatistics() 261 output.print("\n "); in writeStatistics() 264 output.print("(byte) 0x" + Utility.hex(byteMap[b] & 0xFF, 2) + ", "); in writeStatistics()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 236 #define ANGLE_INSTANTIATE_TEST_COMBINE_1(testName, print, combine1, first, ...) \ 239 , testName, testing::Combine(ANGLE_INSTANTIATE_TEST_PLATFORMS(testName), combine1), print) 240 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ 246 print) 247 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ 253 print)
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderContext.cpp | 120 tcu::print("ERROR: Unrecognized GL context flag '%s'\n", flagIter->c_str()); in parseContextFlags() 121 tcu::print("Supported GL context flags:\n"); in parseContextFlags() 124 tcu::print(" %s\n", s_flagMap[ndx].name); in parseContextFlags() 148 tcu::print("ERROR: Unknown or unsupported GL context type '%s'\n", factoryName); in createRenderContext() 149 tcu::print("Supported GL context types:\n"); in createRenderContext() 154 tcu::print(" %s: %s\n", curFactory->getName(), curFactory->getDescription()); in createRenderContext()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_trigger.c | 164 data->ops->print(m, data->ops, data); in trigger_show() 372 * event_trigger_print - Generic event_trigger_ops @print implementation 376 * @filter_str: filter_str to print, if present 378 * Common implementation for event triggers to print themselves. 1049 .print = traceon_trigger_print, 1056 .print = traceon_trigger_print, 1063 .print = traceoff_trigger_print, 1070 .print = traceoff_trigger_print, 1161 .print = snapshot_trigger_print, 1168 .print [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_trigger.c | 194 data->ops->print(m, data); in trigger_show() 402 * event_trigger_print - Generic event_trigger_ops @print implementation 406 * @filter_str: filter_str to print, if present 408 * Common implementation for event triggers to print themselves. 1377 .print = traceon_trigger_print, 1384 .print = traceon_trigger_print, 1391 .print = traceoff_trigger_print, 1398 .print = traceoff_trigger_print, 1490 .print = snapshot_trigger_print, 1497 .print [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 110 /// which print to a label with various suffixes for relocation types etc. 116 GetCPISymbol(MO.getIndex())->print(O, MAI); in PrintSymbolOperand() 149 GVSym->print(O, MAI); in PrintSymbolOperand() 152 GVSym->print(O, MAI); in PrintSymbolOperand() 172 MF->getPICBaseSymbol()->print(O, MAI); in PrintSymbolOperand() 178 MF->getPICBaseSymbol()->print(O, MAI); in PrintSymbolOperand() 196 MF->getPICBaseSymbol()->print(O, MAI); in PrintSymbolOperand() 236 Sym->print(O, MAI); in PrintOperand() 262 /// PrintPCRelImm - This is used to print an immediate value that ends up 263 /// being encoded as a pc-relative value. These print slightl [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 390 #define STAT_SHOW_FUNC(type, get_value, print) \ 397 return print(stats, page, PAGE_SIZE); \ 400 #define STAT_ATTR(type, stat, print, reset) \ 402 STAT_SHOW_FUNC(type, stat, print) \
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 391 #define STAT_SHOW_FUNC(type, get_value, print) \ 398 return print(stats, page); \ 401 #define STAT_ATTR(type, stat, print, reset) \ 403 STAT_SHOW_FUNC(type, stat, print) \
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_common_4.h | 398 * @brief Debug function to print a vector of ints. 400 ASTCENC_SIMD_INLINE void print(vint4 a) in print() function 409 * @brief Debug function to print a vector of ints. 420 * @brief Debug function to print a vector of floats. 422 ASTCENC_SIMD_INLINE void print(vfloat4 a) in print() function 432 * @brief Debug function to print a vector of masks. 434 ASTCENC_SIMD_INLINE void print(vmask4 a) in print() function 436 print(select(vint4(0), vint4(1), a)); in print()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/ |
H A D | ResourceFallbackCodeGenerator.java | 118 out.print(" \""); in buildCompositeString() 122 out.print(string); in buildCompositeString() 123 out.print("\\0"); in buildCompositeString() 130 out.print(" \""); in buildCompositeString()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckTags.java | 139 System.out.print(" "); in output() 143 System.out.print(n.header); in output() 155 System.out.print("*** "); in output() 157 System.out.print(msg); in output()
|
H A D | CollectAPI.java | 107 pw.print("<p><span style='color:red'>Class: </span>"); in writeHTML() 108 info.print(pw, false, true, false); in writeHTML() 126 pw.print("<li>"); in writeHTML() 127 info.print(pw, false, true, false); in writeHTML()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
H A D | EUCTool.java | 214 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()
|