Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.hpp378 int indentLevel; member
390 int indentLevel; member
404 int indentLevel; member
414 inline decl::Indent indent(int indentLevel) in indent()
418 inline decl::DeclareStructTypePtr declare(const StructType *structPtr, int indentLevel = 0) in declare()
422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare()
426 …decl::DeclareVariable declare(const VarType &varType, const std::string &name, int indentLevel = 0) in declare()
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A 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()
H A DCodeWriter.java49 private int indentLevel; field in CodeWriter
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DAnnotatedBytes.java69 private int indentLevel; field in AnnotatedBytes
258 public final int indentLevel; field in AnnotatedBytes.AnnotationItem
261 public AnnotationItem(int indentLevel, String annotation) { in AnnotationItem()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/
H A DFormatter.java57 StringBuilder builder, Iterable<? extends T> items, int indentLevel) { in formatIndentedList()
78 private void appendIndent(StringBuilder builder, int indentLevel) { in appendIndent()
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dcontinuation-class-err.m10 @property (readonly) int indentLevel; property
16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case. property
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DLineWrapper.kt40 private var indentLevel = -1 variable
H A DCodeWriter.kt66 private var indentLevel = 0 variable
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp736 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
743 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
760 …id generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateLocalDeclaration()
768 …enerateDeclaration(std::ostringstream &src, const VarType &type, const char *name, int indentLevel, in generateDeclaration()
828 void generateDeclaration(std::ostringstream &src, const Uniform &uniform, int indentLevel) in generateDeclaration()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp866 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
873 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
890 …id generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateLocalDeclaration()
898 …enerateDeclaration(std::ostringstream &src, const VarType &type, const char *name, int indentLevel, in generateDeclaration()
959 void generateDeclaration(std::ostringstream &src, const Uniform &uniform, int indentLevel) in generateDeclaration()
/aosp_15_r20/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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1057 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
1064 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
1095 …Declaration(std::ostringstream &src, const VarType &type, const std::string &name, int indentLevel, in generateDeclaration()
1146 void generateDeclaration(std::ostringstream &src, const Uniform &uniform, int indentLevel, uint32_t… in generateDeclaration()
/aosp_15_r20/external/coreboot/util/hda-decoder/
H A Dmain.go17 var indentLevel int = 0 var
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1011 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
1018 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
1050 …Declaration(std::ostringstream &src, const VarType &type, const std::string &name, int indentLevel, in generateDeclaration()
1102 …aration(std::ostringstream &src, const InterfaceBlockMember &member, int indentLevel, uint32_t buf… in generateDeclaration()
/aosp_15_r20/libcore/ojluni/src/test/java/text/testlib/
H A DIntlTest.java269 private int indentLevel; field in IntlTest
/aosp_15_r20/external/google-smali/third_party/dexlib2/src/main/java/com/android/tools/smali/util/
H A DIndentingWriter.java36 protected int indentLevel = 0; field in IndentingWriter
/aosp_15_r20/frameworks/native/libs/binder/
H A DDebug.cpp34 const char* stringForIndent(int32_t indentLevel) in stringForIndent()
/aosp_15_r20/system/libhwbinder/
H A DDebug.cpp35 const char* stringForIndent(int32_t indentLevel) in stringForIndent()
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpXmlWriter.c243 static const char *getIndentStr(int indentLevel) in getIndentStr()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DUtils.java159 public static StringBuilder indent(StringBuilder builder, int indentLevel) { in indent()
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/
H A DTelephonyStatsTests.java329 final int indentLevel = matcher.group(1).length(); in getTelephonyDumpEntries() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DDuplicateBindingsValidator.java269 int indentLevel, in formatDeclarations()
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/
H A DHostStubGenLogger.kt42 private var indentLevel: Int = 0 variable in com.android.hoststubgen.HostStubGenLogger
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexpand_calls.go926 indentLevel int // Indentation for debugging recursion member
/aosp_15_r20/device/generic/car/emulator/audio/halservice/
DAudioControl.cpp90 int indentLevel = 0; in formatDump() local

123456