| /external/tensorflow/tensorflow/python/framework/ | 
| D | python_op_gen.cc | 82 void AddInferredAttr(const string& indentation, const string& attr_name,  in AddInferredAttr()644 void GenEagerPythonOp::ExpectListArg(const string& indentation,  in ExpectListArg()
 653 bool GenEagerPythonOp::GetEagerFunctionSetup(const string& indentation,  in GetEagerFunctionSetup()
 818     const string& indentation, const std::vector<string>& output_sizes,  in AddEagerFunctionTeardown()
 1006 void GenEagerPythonOp::AddEagerInferredAttrs(const string& indentation) {  in AddEagerInferredAttrs()
 1094 void GenEagerPythonOp::AddEagerInputCasts(const string& indentation) {  in AddEagerInputCasts()
 1108 void GenEagerPythonOp::AddEagerAttrs(const string& indentation) {  in AddEagerAttrs()
 1129 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 | 68              indentation='  ',  argument
 | 
| D | parser.py | 365 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
 | 
| /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 Difference52 …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
 | 
| /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/perfetto/ui/src/assets/widgets/ | 
| D | tree.scss | 84 @mixin indentation($max, $level) {  mixin
 | 
| /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 | 128 		const std::string indentation	= std::string(indentationDepth, '\t');  in glslTraverseBasicTypes()  local161 	const std::string	indentation	= std::string(indentationDepth, '\t');  in glslAssignBasicTypeObject()  local
 181 	const std::string	indentation	= std::string(indentationDepth, '\t');  in glslCheckBasicTypeObject()  local
 383 		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/cronet/net/cert/pki/ | 
| D | cert_errors.cc | 18                                 const std::string& indentation,  in AppendLinesWithIndentation()
 | 
| /external/python/cpython2/Doc/reference/ | 
| D | lexical_analysis.rst | 201 .. _indentation:  target
 | 
| /external/cronet/build/android/ | 
| D | dump_apk_resource_strings.py | 43 def AutoIndentStringList(lines, indentation=2):  argument
 | 
| /external/angle/build/android/ | 
| D | dump_apk_resource_strings.py | 43 def AutoIndentStringList(lines, indentation=2):  argument
 | 
| /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 | 87   std::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()  local260         List<TokenTextElement> indentation = LexicalPreservingPrinter.findIndentation(node);  in findIndentationForAnnotationMemberDeclarationWithComment()  local
 
 |