/aosp_15_r20/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | ToStringUtils.java | 95 StringBuilder stringBuilder, int indentation, HeartRateRecord heartRateRecord) { in heartRateRecordToString() 110 StringBuilder stringBuilder, int indentation, String header, Instant time) { in addLinesForTime() 131 StringBuilder stringBuilder, int indentation, String header) { in addLine() 136 StringBuilder stringBuilder, int indentation, String header, @Nullable Object content) { in addLine()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A 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()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | Difference.java | 36 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()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 128 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
|
/aosp_15_r20/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
H A 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()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | TagMonitor.cpp | 272 int indentation = (event.source == REQUEST) ? 15 : 30; in dumpMonitoredTagEventsToVectorLocked() local 314 int count, int indentation) { in getEventDataString()
|
/aosp_15_r20/frameworks/av/camera/tests/fuzzer/ |
H A D | camera_vendorTagDescriptor_fuzzer.cpp | 141 int32_t indentation = in invokeVendorTagDescriptor() local 193 int32_t indentation = mFDP->ConsumeIntegralInRange<int>(kRangeMin, kRangeMax); in invokeVendorTagDescriptorCache() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | main.rs | 87 let indentation = Indentation::default(); in generate_c_program() localVariable 184 let indentation = Indentation::default(); in generate_rust_program() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | main.rs | 87 let indentation = Indentation::default(); in generate_c_program() localVariable 184 let indentation = Indentation::default(); in generate_rust_program() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | main.rs | 87 let indentation = Indentation::default(); in generate_c_program() localVariable 184 let indentation = Indentation::default(); in generate_rust_program() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | main.rs | 87 let indentation = Indentation::default(); in generate_c_program() localVariable 184 let indentation = Indentation::default(); in generate_rust_program() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | main.rs | 87 let indentation = Indentation::default(); in generate_c_program() localVariable 184 let indentation = Indentation::default(); in generate_rust_program() localVariable
|
/aosp_15_r20/external/jsoncpp/src/lib_json/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.h | 93 int indentation; variable
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/ |
H A D | StringSerializer.java | 35 String indentation = mIndentBuffer.substring(0, indent); in append() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | loader.py | 68 indentation=' ', argument
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
H A D | ParserUtils.java | 66 int indentation = countIndentation(line); in extractIndentedSections() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | Indentation.java | 39 private int indentation; field in Indentation
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | Baton.h | 71 unsigned indentation) const override {} in GetDescription()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | Baton.h | 71 unsigned indentation) const override {} in GetDescription()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | Baton.h | 71 unsigned indentation) const override {} in GetDescription()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | Baton.h | 71 unsigned indentation) const override {} in GetDescription()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
H A D | NodeWithJavadoc.java | 75 default N setJavadocComment(String indentation, Javadoc javadoc) { in setJavadocComment()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/ |
H A D | Javadoc.java | 108 public JavadocComment toComment(String indentation) { in toComment()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/utils/ |
H A D | DebugLog.java | 101 String indentation = indentationBuilder.toString(); in printNode() local
|