/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 82 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/ |
D | ir_print_visitor.h | 91 int indentation; variable
|
D | ir_builder_print_visitor.cpp | 85 int indentation; member in ir_builder_print_visitor
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | loader.py | 73 indentation=' ', argument
|
D | parser.py | 371 def unparse(node, indentation=None, include_encoding_marker=True): argument
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Indentation.java | 39 private int indentation; field in Indentation
|
D | SIPHeaderList.java | 326 public String debugDump(int indentation) { in debugDump()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | Profiler.java | 227 …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/ |
D | Difference.java | 36 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()
|
D | RemovedGroup.java | 176 int indentation = 0; in getIndentation() local
|
D | LexicalPreservingPrinter.java | 473 List<TokenTextElement> indentation = findIndentation(node); in interpret() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithJavadoc.java | 75 default N setJavadocComment(String indentation, Javadoc javadoc) { in setJavadocComment()
|
/external/ComputeLibrary/src/core/ |
D | TracePoint.cpp | 56 const std::string indentation = " "; in TracePoint() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/ |
D | Javadoc.java | 108 public JavadocComment toComment(String indentation) { in toComment()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | SourcePrinter.java | 38 private final String indentation; field in SourcePrinter
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 126 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/ |
D | view.py | 325 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 474 .. _completions:
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 201 .. _indentation: target
|
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 649 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/ |
D | lexical_analysis.rst | 171 .. _indentation: target
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_value.cc | 98 string indentation(indent, ' '); in ToString() local
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObjectList.java | 94 protected int indentation; field in GenericObjectList
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalPreservingPrinterTest.java | 252 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/ |
D | api.py | 857 indentation=' ', argument
|