Home
last modified time | relevance | path

Searched defs:indentLevel (Results 1 – 21 of 21) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DLineWrapper.java41 private int indentLevel = -1; field in LineWrapper
88 void wrappingSpace(int indentLevel) throws IOException { in wrappingSpace()
98 void zeroWidthSpace(int indentLevel) throws IOException { in zeroWidthSpace()
DCodeWriter.java49 private int indentLevel; field in CodeWriter
/external/dagger2/java/dagger/internal/codegen/base/
DFormatter.java57 StringBuilder builder, Iterable<? extends T> items, int indentLevel) { in formatIndentedList()
78 private void appendIndent(StringBuilder builder, int indentLevel) { in appendIndent()
/external/llvm-project/clang/test/SemaObjC/
Dcontinuation-class-err.m10 @property (readonly) int indentLevel; property
16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case. property
/external/clang/test/SemaObjC/
Dcontinuation-class-err.m10 @property (readonly) int indentLevel; property
16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case. property
/external/deqp/framework/opengl/
DgluVarType.hpp299 int indentLevel; member
307 int indentLevel; member
316 int indentLevel; member
326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel);… in indent()
327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) … in declare()
328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) {… in declare()
329 …ariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return… in declare()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java72 private int indentLevel; field in AnnotatedBytes
261 public final int indentLevel; field in AnnotatedBytes.AnnotationItem
264 public AnnotationItem(int indentLevel, String annotation) { in AnnotationItem()
/external/perfetto/ui/src/frontend/
Dchrome_slice_panel.ts47 indentLevel: number; property
/external/python/cpython2/Lib/
Dplistlib.py153 def __init__(self, file, indentLevel=0, indent="\t"): argument
232 def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1): argument
/external/smali/dexlib2/src/main/java/org/jf/util/
DIndentingWriter.java37 protected int indentLevel = 0; field in IndentingWriter
/external/deqp/framework/qphelper/
DqpXmlWriter.c171 static const char* getIndentStr (int indentLevel) in getIndentStr()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DUtils.java159 public static StringBuilder indent(StringBuilder builder, int indentLevel) { in indent()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp729 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
736 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration()
753 …id generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateLocalDeclaration()
761 …enerateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel, in generateDeclaration()
821 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDuplicateBindingsValidator.java272 int indentLevel, in formatDeclarations()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp820 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
827 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration()
843 …d generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateLocalDeclaration()
851 …ion (std::ostringstream& src, const VarType& type, const char* name, int indentLevel, deUint32 unu… in generateDeclaration()
909 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
968 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration()
998 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unu… in generateDeclaration()
1046 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint3… in generateDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
993 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration()
1023 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fie… in generateDeclaration()
1074 …ration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buf… in generateDeclaration()
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py697 prettyPrint=False, indentLevel=0): argument
802 prettyPrint=False, indentLevel=0): argument
/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java1198 public int indentLevel; field in TestFmwk.TestParams
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1078 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp929 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration()