Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PrettyPrint
(Results
1 - 25
of
50
) sorted by relevance
1
2
/third_party/cups-filters/filter/
H
A
D
textcommon.c
37
PrettyPrint
= 0, /* Do pretty code formatting */
variable
560
PrettyPrint
= PRETTY_PLAIN;
in TextMain()
566
PrettyPrint
= PRETTY_SHELL;
in TextMain()
572
PrettyPrint
= PRETTY_CODE;
in TextMain()
578
PrettyPrint
= PRETTY_PERL;
in TextMain()
584
PrettyPrint
= PRETTY_SHELL;
in TextMain()
590
PrettyPrint
= PRETTY_PLAIN;
in TextMain()
643
if (
PrettyPrint
)
in TextMain()
737
if (
PrettyPrint
&& keyptr > keyword)
in TextMain()
809
if (
PrettyPrint
in TextMain()
[all...]
H
A
D
textcommon.h
75
PrettyPrint
, /* Do pretty code formatting? */
H
A
D
texttopdf.c
175
for (i =
PrettyPrint
? 3 : 1; i >= 0; i --) {
in WriteEpilogue()
199
for (i =
PrettyPrint
? 3 : 1; i >= 0; i --) {
in WriteEpilogue()
235
if (
PrettyPrint
)
in WritePage()
830
if (
PrettyPrint
)
in WriteProlog()
1051
if (
PrettyPrint
)
in write_string()
/third_party/spirv-tools/source/opt/
H
A
D
ssa_rewrite_pass.cpp
70
std::string SSARewriter::PhiCandidate::
PrettyPrint
(const CFG* cfg) const {
in PrettyPrint()
function in spvtools::opt::SSARewriter::PhiCandidate
320
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessStore()
411
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessLoad()
422
<< phi_it.second.
PrettyPrint
(pass_->cfg()) << "\n";
in PrintPhiCandidates()
438
std::cerr << bb->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in GenerateSSAReplacements()
511
std::cerr << "Phi candidate: " << phi_candidate->
PrettyPrint
(pass_->cfg())
in ApplyReplacements()
587
<< load_inst->
PrettyPrint
(
in ApplyReplacements()
653
<< fp->
PrettyPrint
(0) << "\n\n\n";
in RewriteFunctionIntoSSA()
681
<< fp->
PrettyPrint
(0) << "\n";
in RewriteFunctionIntoSSA()
H
A
D
graphics_robust_access_pass.cpp
211
<< inst->
PrettyPrint
();
in IsCompatibleModule()
335
<< inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
373
<< index_inst->
PrettyPrint
();
in ClampIndicesForAccessChain()
388
<< " of access chain " << inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
509
<< index_inst->
PrettyPrint
(
in ClampIndicesForAccessChain()
512
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
524
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
527
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
547
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
770
<< current_access_chain->
PrettyPrint
(
in MakeRuntimeArrayLengthInst()
[all...]
H
A
D
function.cpp
253
str << func.
PrettyPrint
();
in operator <<()
261
std::string Function::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::opt::Function
264
str << inst->
PrettyPrint
(options);
in PrettyPrint()
H
A
D
basic_block.cpp
218
str << block.
PrettyPrint
();
in operator <<()
226
std::string BasicBlock::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::BasicBlock
229
str << inst->
PrettyPrint
(options);
in PrettyPrint()
H
A
D
interface_var_sroa.cpp
437
message += "\n " + interface_var_user->
PrettyPrint
(
in ReplaceComponentOfInterfaceVarWith()
441
interface_var->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ReplaceComponentOfInterfaceVarWith()
581
message += "\n " + interface_var->
PrettyPrint
(
in ReplaceInterfaceVarInEntryPoint()
583
message += "\n " + entry_point->
PrettyPrint
(
in ReplaceInterfaceVarInEntryPoint()
902
"\n " + var->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ReportErrorIfHasExtraArraynessForOtherEntry()
917
"\n " + var->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ReportErrorIfHasNoExtraArraynessForOtherEntry()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
graphics_robust_access_pass.cpp
216
<< inst->
PrettyPrint
();
in IsCompatibleModule()
340
<< inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
378
<< index_inst->
PrettyPrint
();
in ClampIndicesForAccessChain()
393
<< " of access chain " << inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
514
<< index_inst->
PrettyPrint
(
in ClampIndicesForAccessChain()
517
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
529
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
532
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
552
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
779
<< current_access_chain->
PrettyPrint
(
in MakeRuntimeArrayLengthInst()
[all...]
H
A
D
ssa_rewrite_pass.cpp
73
std::string SSARewriter::PhiCandidate::
PrettyPrint
(const CFG* cfg) const {
in PrettyPrint()
function in spvtools::opt::SSARewriter::PhiCandidate
323
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessStore()
414
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessLoad()
425
<< phi_it.second.
PrettyPrint
(pass_->cfg()) << "\n";
in PrintPhiCandidates()
441
std::cerr << bb->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in GenerateSSAReplacements()
514
std::cerr << "Phi candidate: " << phi_candidate->
PrettyPrint
(pass_->cfg())
in ApplyReplacements()
590
<< load_inst->
PrettyPrint
(
in ApplyReplacements()
712
<< fp->
PrettyPrint
(0) << "\n\n\n";
in RewriteFunctionIntoSSA()
746
<< fp->
PrettyPrint
(0) << "\n";
in RewriteFunctionIntoSSA()
H
A
D
function.cpp
255
str << func.
PrettyPrint
();
in operator <<()
263
std::string Function::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::opt::Function
266
str << inst->
PrettyPrint
(options);
in PrettyPrint()
H
A
D
basic_block.cpp
221
str << block.
PrettyPrint
();
in operator <<()
229
std::string BasicBlock::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::BasicBlock
232
str << inst->
PrettyPrint
(options);
in PrettyPrint()
H
A
D
ssa_rewrite_pass.h
88
std::string
PrettyPrint
(const CFG* cfg) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
graphics_robust_access_pass.cpp
216
<< inst->
PrettyPrint
();
in IsCompatibleModule()
340
<< inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
378
<< index_inst->
PrettyPrint
();
in ClampIndicesForAccessChain()
393
<< " of access chain " << inst.
PrettyPrint
();
in ClampIndicesForAccessChain()
514
<< index_inst->
PrettyPrint
(
in ClampIndicesForAccessChain()
517
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
529
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
532
<< inst.
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES);
in ClampIndicesForAccessChain()
552
<< pointee_type->
PrettyPrint
(
in ClampIndicesForAccessChain()
779
<< current_access_chain->
PrettyPrint
(
in MakeRuntimeArrayLengthInst()
[all...]
H
A
D
ssa_rewrite_pass.cpp
73
std::string SSARewriter::PhiCandidate::
PrettyPrint
(const CFG* cfg) const {
in PrettyPrint()
function in spvtools::opt::SSARewriter::PhiCandidate
323
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessStore()
414
<< inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in ProcessLoad()
425
<< phi_it.second.
PrettyPrint
(pass_->cfg()) << "\n";
in PrintPhiCandidates()
441
std::cerr << bb->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES)
in GenerateSSAReplacements()
514
std::cerr << "Phi candidate: " << phi_candidate->
PrettyPrint
(pass_->cfg())
in ApplyReplacements()
590
<< load_inst->
PrettyPrint
(
in ApplyReplacements()
712
<< fp->
PrettyPrint
(0) << "\n\n\n";
in RewriteFunctionIntoSSA()
746
<< fp->
PrettyPrint
(0) << "\n";
in RewriteFunctionIntoSSA()
H
A
D
function.cpp
255
str << func.
PrettyPrint
();
in operator <<()
263
std::string Function::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::opt::Function
266
str << inst->
PrettyPrint
(options);
in PrettyPrint()
H
A
D
basic_block.cpp
221
str << block.
PrettyPrint
();
in operator <<()
229
std::string BasicBlock::
PrettyPrint
(uint32_t options) const {
in PrettyPrint()
function in spvtools::BasicBlock
232
str << inst->
PrettyPrint
(options);
in PrettyPrint()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H
A
D
parser_impl.cc
385
<< def_use_mgr_->GetDef(type_id)->
PrettyPrint
();
in ConvertType()
429
return type_inst->
PrettyPrint
();
in ShowType()
800
<< composite_def->
PrettyPrint
();
in RegisterWorkgroupSizeBuiltin()
818
<< (def ? def->
PrettyPrint
()
in RegisterWorkgroupSizeBuiltin()
842
<< inst.
PrettyPrint
();
in RegisterEntryPoints()
1098
<< def_use_mgr_->GetDef(type_id)->
PrettyPrint
();
in ConvertType()
1289
<< var.
PrettyPrint
();
in RegisterTypes()
1297
<< var.
PrettyPrint
();
in RegisterTypes()
1333
<< inst.
PrettyPrint
();
in RejectInvalidPointerRoots()
1336
<< inst.
PrettyPrint
();
in RejectInvalidPointerRoots()
[all...]
H
A
D
function.cc
2629
Fail() << "unhandled expression for ID " << id << "\n" << inst->
PrettyPrint
();
in MakeExpression()
3237
<< terminator.
PrettyPrint
();
in EmitNormalTerminator()
3532
<< inst.
PrettyPrint
();
in EmitStatement()
3538
<< inst.
PrettyPrint
();
in EmitStatement()
3596
<< inst.
PrettyPrint
();
in EmitStatement()
3615
<< inst.
PrettyPrint
();
in EmitStatement()
3685
<< inst.
PrettyPrint
();
in EmitStatement()
3801
<< inst.
PrettyPrint
();
in EmitStatement()
3807
<< inst.
PrettyPrint
();
in EmitStatement()
3847
Fail() << "couldn't convert result type for: " << inst.
PrettyPrint
();
in MaybeEmitCombinatorialValue()
[all...]
/third_party/skia/src/gpu/gl/builders/
H
A
D
GrGLShaderStringBuilder.cpp
30
SkSL::String src = GrShaderUtils::
PrettyPrint
(sksl);
in GrSkSLtoGLSL()
44
GrShaderUtils::PrintLineByLine(GrShaderUtils::
PrettyPrint
(sksl));
in GrSkSLtoGLSL()
48
GrShaderUtils::PrintLineByLine(GrShaderUtils::
PrettyPrint
(*glsl));
in GrSkSLtoGLSL()
/third_party/skia/src/gpu/
H
A
D
GrShaderUtils.h
18
SkSL::String
PrettyPrint
(const SkSL::String& string);
H
A
D
GrShaderUtils.cpp
187
SkSL::String
PrettyPrint
(const SkSL::String& string) {
in PrettyPrint()
function
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DPipelineStateBuilder.cpp
143
SkSL::String src = GrShaderUtils::
PrettyPrint
(sksl);
in compileD3DProgram()
162
GrShaderUtils::PrintLineByLine(GrShaderUtils::
PrettyPrint
(sksl));
in compileD3DProgram()
166
GrShaderUtils::PrintLineByLine(GrShaderUtils::
PrettyPrint
(*outHLSL));
in compileD3DProgram()
630
hlsl[i] = GrShaderUtils::
PrettyPrint
(*sksl[i]);
in finalize()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H
A
D
lint_divergent_derivatives.cpp
90
inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES),
in Warn()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H
A
D
lint_divergent_derivatives.cpp
90
inst->
PrettyPrint
(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES),
in Warn()
Completed in 28 milliseconds
1
2