Home
last modified time | relevance | path

Searched defs:indentation (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/python/autograph/pyct/
Dcompiler.py36 def ast_to_source(node, indentation=' '): argument
92 indentation=' ', argument
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java29 private final String indentation; field in SourcePrinter
37 SourcePrinter(final String indentation, final String endOfLineCharacter) { in SourcePrinter()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DIndentingAppendable.java23 private final String indentation; field in IndentingAppendable
31 IndentingAppendable(String indentation, Appendable delegate) { in IndentingAppendable()
/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.h90 int indentation; variable
Dir_builder_print_visitor.cpp82 int indentation; member in ir_builder_print_visitor
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc54 void AddInferredAttr(const string& indentation, const string& attr_name, in AddInferredAttr()
432 void GenEagerPythonOp::ExpectListArg(const string& indentation, in ExpectListArg()
441 bool GenEagerPythonOp::GetEagerFunctionSetup(const string& indentation, in GetEagerFunctionSetup()
606 const string& indentation, const std::vector<string>& output_sizes, in AddEagerFunctionTeardown()
792 void GenEagerPythonOp::AddEagerInferredAttrs(const string& indentation) { in AddEagerInferredAttrs()
870 void GenEagerPythonOp::AddEagerInputCasts(const string& indentation) { in AddEagerInputCasts()
884 void GenEagerPythonOp::AddEagerAttrs(const string& indentation) { in AddEagerAttrs()
905 void GenEagerPythonOp::AddEagerExecute(const string& indentation, in AddEagerExecute()
/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java39 private int indentation; field in Indentation
DSIPHeaderList.java326 public String debugDump(int indentation) { in debugDump()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithJavadoc.java75 default N setJavadocComment(String indentation, Javadoc javadoc) { in setJavadocComment()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java227 …String buildProfilerString(DurationUnit du, String firstPrefix, String label, String indentation) { in buildProfilerString()
249 …StopWatchString(StringBuilder buf, DurationUnit du, String prefix, String indentation, StopWatch s… in buildStopWatchString()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/
DJavadoc.java108 public JavadocComment toComment(String indentation) { in toComment()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifference.java408 …private List<TextElement> processIndentation(List<TokenTextElement> indentation, List<TextElement>… in processIndentation()
488 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in apply() local
828 …private int adjustIndentation(List<TokenTextElement> indentation, NodeText nodeText, int nodeTextI… in adjustIndentation()
/external/python/cpython3/Doc/library/
Didle.rst443 .. _completions:
/external/autotest/client/bin/result_tools/
Dview.py324 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
/external/v8/src/wasm/
Dwasm-text.cc88 int indentation = std::min(kMaxIndentation, 2 * control_depth); in PrintWasmText() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp126 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
159 const std::string indentation = std::string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
179 const std::string indentation = std::string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
381 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypeArray() local
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py511 indentation=' ', argument
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst201 .. _indentation: target
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst171 .. _indentation: target
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc98 string indentation(indent, ' '); in ToString() local
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc72 const absl::string_view indentation) { in Reindent()
/external/nist-sip/java/gov/nist/core/
DGenericObjectList.java94 protected int indentation; field in GenericObjectList
DGenericObject.java80 protected int indentation; field in GenericObject
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java235 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithoutComment() local
243 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithComment() local
/external/jsoncpp/src/lib_json/
Djson_writer.cpp471 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()

12