/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluVarType.hpp | 378 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 D | LineWrapper.java | 41 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 D | CodeWriter.java | 49 private int indentLevel; field in CodeWriter
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
H A D | AnnotatedBytes.java | 69 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 D | Formatter.java | 57 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 D | continuation-class-err.m | 10 @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 D | LineWrapper.kt | 40 private var indentLevel = -1 variable
|
H A D | CodeWriter.kt | 66 private var indentLevel = 0 variable
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 736 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 D | glsUniformBlockCase.cpp | 866 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/ |
D | plistlib.py | 153 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 D | vktUniformBlockCase.cpp | 1057 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 D | main.go | 17 var indentLevel int = 0 var
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1011 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 D | IntlTest.java | 269 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 D | IndentingWriter.java | 36 protected int indentLevel = 0; field in IndentingWriter
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Debug.cpp | 34 const char* stringForIndent(int32_t indentLevel) in stringForIndent()
|
/aosp_15_r20/system/libhwbinder/ |
H A D | Debug.cpp | 35 const char* stringForIndent(int32_t indentLevel) in stringForIndent()
|
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpXmlWriter.c | 243 static const char *getIndentStr(int indentLevel) in getIndentStr()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
H A D | Utils.java | 159 public static StringBuilder indent(StringBuilder builder, int indentLevel) { in indent()
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/ |
H A D | TelephonyStatsTests.java | 329 final int indentLevel = matcher.group(1).length(); in getTelephonyDumpEntries() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
H A D | DuplicateBindingsValidator.java | 269 int indentLevel, in formatDeclarations()
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/ |
H A D | HostStubGenLogger.kt | 42 private var indentLevel: Int = 0 variable in com.android.hoststubgen.HostStubGenLogger
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | expand_calls.go | 926 indentLevel int // Indentation for debugging recursion member
|
/aosp_15_r20/device/generic/car/emulator/audio/halservice/ |
D | AudioControl.cpp | 90 int indentLevel = 0; in formatDump() local
|