Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc82 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/
Dir_print_visitor.h93 int indentation; variable
/external/tensorflow/tensorflow/python/autograph/pyct/
Dloader.py68 indentation=' ', argument
Dparser.py365 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
/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs215 mod indentation; module
/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
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithJavadoc.java75 default N setJavadocComment(String indentation, Javadoc javadoc) { in setJavadocComment()
/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.cpp128 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
163 const std::string indentation = std::string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
182 const std::string indentation = std::string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
397 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/cronet/stable/third_party/boringssl/src/pki/
Dcert_errors.cc18 const std::string &indentation, in AppendLinesWithIndentation()
/external/cronet/tot/third_party/boringssl/src/pki/
Dcert_errors.cc18 const std::string &indentation, in AppendLinesWithIndentation()
/external/angle/build/android/
Ddump_apk_resource_strings.py43 def AutoIndentStringList(lines, indentation=2): argument
/external/cronet/stable/build/android/
Ddump_apk_resource_strings.py43 def AutoIndentStringList(lines, indentation=2): argument
/external/cronet/tot/build/android/
Ddump_apk_resource_strings.py43 def AutoIndentStringList(lines, indentation=2): argument
/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.rst169 .. _indentation: target
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc87 std::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.py854 indentation=' ', argument

12