/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | compiler.py | 36 def ast_to_source(node, indentation=' '): argument 92 indentation=' ', argument
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | SourcePrinter.java | 29 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/ |
D | IndentingAppendable.java | 23 private final String indentation; field in IndentingAppendable 31 IndentingAppendable(String indentation, Appendable delegate) { in IndentingAppendable()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_print_visitor.h | 90 int indentation; variable
|
D | ir_builder_print_visitor.cpp | 82 int indentation; member in ir_builder_print_visitor
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 54 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/ |
D | Indentation.java | 39 private int indentation; field in Indentation
|
D | SIPHeaderList.java | 326 public String debugDump(int indentation) { in debugDump()
|
/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/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/javadoc/ |
D | Javadoc.java | 108 public JavadocComment toComment(String indentation) { in toComment()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | Difference.java | 408 …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/ |
D | idle.rst | 443 .. _completions:
|
/external/autotest/client/bin/result_tools/ |
D | view.py | 324 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
|
/external/v8/src/wasm/ |
D | wasm-text.cc | 88 int indentation = std::min(kMaxIndentation, 2 * control_depth); in PrintWasmText() local
|
/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/tensorflow/tensorflow/python/autograph/impl/ |
D | api.py | 511 indentation=' ', argument
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 201 .. _indentation: target
|
/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/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 72 const absl::string_view indentation) { in Reindent()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObjectList.java | 94 protected int indentation; field in GenericObjectList
|
D | GenericObject.java | 80 protected int indentation; field in GenericObject
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalPreservingPrinterTest.java | 235 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithoutComment() local 243 List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node); in findIndentationForAnnotationMemberDeclarationWithComment() local
|
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 471 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
|