Home
last modified time | relevance | path

Searched refs:print_ (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/re/
H A D_compiler.py597 def print_(*args, to=None): function
619 print_(op)
626 print_(op, '%#02x (%r)' % (arg, chr(arg)))
632 print_(op, arg[3:])
638 print_(op, arg[9:])
641 print_(op, skip, to=i+skip)
647 print_(op, '%#02x %#02x (%r-%r)' % (lo, hi, chr(lo), chr(hi)))
649 print_(op, _hex_code(code[i: i + 256//_CODEBITS]))
656 print_(op, arg, mapping)
667 print_(o
[all...]
/third_party/spirv-tools/source/
H A Ddisassemble.cpp52 : print_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_PRINT, options)), in Disassembler()
54 out_(print_ ? out_stream() : out_stream(text_)), in Disassembler()
73 const bool print_; // Should we also print to the standard output stream? member in spvtools::__anon26556::Disassembler
117 if (!print_) { in SaveTextResult()
207 print_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_PRINT, options)), in InstructionDisassembler()
474 if (color_) stream_ << spvtools::clr::reset{print_};
477 if (color_) stream_ << spvtools::clr::grey{print_};
480 if (color_) stream_ << spvtools::clr::blue{print_};
483 if (color_) stream_ << spvtools::clr::yellow{print_};
486 if (color_) stream_ << spvtools::clr::red{print_};
[all...]
H A Ddisassemble.h87 const bool print_; // Should we also print to the standard output stream? member in spvtools::disassemble::InstructionDisassembler
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp52 print_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_PRINT, options)), in Disassembler()
59 out_(print_ ? out_stream() : out_stream(text_)), in Disassembler()
95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor()
99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey()
103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue()
107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow()
111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed()
115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
119 const bool print_; // Should we also print to the standard output stream? member in __anon21785::Disassembler
393 if (!print_) {
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp52 print_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_PRINT, options)), in Disassembler()
59 out_(print_ ? out_stream() : out_stream(text_)), in Disassembler()
95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor()
99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey()
103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue()
107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow()
111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed()
115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
119 const bool print_; // Should we also print to the standard output stream? member in __anon23042::Disassembler
393 if (!print_) {
[all...]
/third_party/mesa3d/bin/
H A Dcommit_in_branch.py8 def print_(args: argparse.Namespace, success: bool, message: str) -> None: function
131 print_(args, True, 'Commit ' + args.commit + ' is in branch ' + branch)
136 print_(args, True,
140 print_(args, False, 'Commit ' + args.commit + ' is NOT in branch ' + branch)
/third_party/node/tools/gyp/
H A Dtest_gyp.py201 self.print_(msg)
221 self.print_(res_msg)
229 def print_(self, msg): member in Runner
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py201 self.print_(msg)
221 self.print_(res_msg)
229 def print_(self, msg): member in Runner
/third_party/python/Lib/test/
H A Dtest_argparse.py3389 print_ = getattr(parser, 'print_%s' % self.func_suffix)
3393 print_()
3401 print_ = getattr(parser, 'print_%s' % self.func_suffix)
3403 print_(sfile)
/third_party/libabigail/tools/
H A Dfedabipkgdiff1210 six.print_(stderr, file=sys.stderr)
1605 six.print_('Unknown arguments. Please refer to --help.', file=sys.stderr)
1618 six.print_('Terminate by user', file=sys.stderr)
1629 six.print_(str(e), file=sys.stderr)

Completed in 15 milliseconds