Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc82 void AddInferredAttr(const string& indentation, const string& attr_name, in AddInferredAttr()
638 void GenEagerPythonOp::ExpectListArg(const string& indentation, in ExpectListArg()
647 bool GenEagerPythonOp::GetEagerFunctionSetup(const string& indentation, in GetEagerFunctionSetup()
812 const string& indentation, const std::vector<string>& output_sizes, in AddEagerFunctionTeardown()
997 void GenEagerPythonOp::AddEagerInferredAttrs(const string& indentation) { in AddEagerInferredAttrs()
1085 void GenEagerPythonOp::AddEagerInputCasts(const string& indentation) { in AddEagerInputCasts()
1099 void GenEagerPythonOp::AddEagerAttrs(const string& indentation) { in AddEagerAttrs()
1120 void GenEagerPythonOp::AddEagerExecute(const string& indentation, in AddEagerExecute()
/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.h91 int indentation; variable
Dir_builder_print_visitor.cpp85 int indentation; member in ir_builder_print_visitor
/external/tensorflow/tensorflow/python/autograph/pyct/
Dloader.py73 indentation=' ', argument
Dparser.py371 def unparse(node, indentation=None, include_encoding_marker=True): argument
/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/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/printer/lexicalpreservation/
DDifference.java36 private final List<TokenTextElement> indentation; field in Difference
52 …private List<TextElement> processIndentation(List<TokenTextElement> indentation, List<TextElement>… in processIndentation()
420 Optional<Integer> indentation = removedGroup.getIndentation(); in cleanTheLineOfLeftOverSpace() local
751 …private int adjustIndentation(List<TokenTextElement> indentation, NodeText nodeText, int nodeTextI… in adjustIndentation()
DRemovedGroup.java176 int indentation = 0; in getIndentation() local
DLexicalPreservingPrinter.java473 List<TokenTextElement> indentation = findIndentation(node); in interpret() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithJavadoc.java75 default N setJavadocComment(String indentation, Javadoc javadoc) { in setJavadocComment()
/external/ComputeLibrary/src/core/
DTracePoint.cpp56 const std::string indentation = " "; in TracePoint() local
/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/
DSourcePrinter.java38 private final String indentation; field in SourcePrinter
/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/autotest/client/bin/result_tools/
Dview.py325 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
/external/python/cpython3/Doc/library/
Didle.rst474 .. _completions:
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst201 .. _indentation: target
/external/jsoncpp/src/lib_json/
Djson_writer.cpp649 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter()
917 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter()
1163 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
/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/nist-sip/java/gov/nist/core/
DGenericObjectList.java94 protected int indentation; field in GenericObjectList
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java252 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithoutComment() local
260 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithComment() local
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py857 indentation=' ', argument

12