Home
last modified time | relevance | path

Searched defs:indent (Results 151 – 175 of 2947) sorted by relevance

12345678910>>...118

/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
H A DBatchRepCap.java428 public String toIndentedString(String indent) { in toIndentedString()
509 public String toIndentedString(String indent) { in toIndentedString()
592 public String toIndentedString(String indent) { in toIndentedString()
675 public String toIndentedString(String indent) { in toIndentedString()
704 public String toIndentedString(String indent) { in toIndentedString()
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
H A DQoP.java429 public String toIndentedString(String indent) { in toIndentedString()
512 public String toIndentedString(String indent) { in toIndentedString()
595 public String toIndentedString(String indent) { in toIndentedString()
678 public String toIndentedString(String indent) { in toIndentedString()
707 public String toIndentedString(String indent) { in toIndentedString()
H A DVersion.java371 public String toIndentedString(String indent) { in toIndentedString()
454 public String toIndentedString(String indent) { in toIndentedString()
537 public String toIndentedString(String indent) { in toIndentedString()
566 public String toIndentedString(String indent) { in toIndentedString()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp88 unsigned indent) { in ReportControlFlow()
141 unsigned indent, in ReportEvent()
209 unsigned indent, in ReportCall()
244 unsigned indent, in ReportMacro()
263 unsigned indent, in ReportPiece()
/aosp_15_r20/external/python/cpython2/Lib/
Dpprint.py55 def pprint(object, stream=None, indent=1, width=80, depth=None): argument
61 def pformat(object, indent=1, width=80, depth=None): argument
85 def __init__(self, indent=1, width=80, depth=None, stream=None): argument
132 def _format(self, object, stream, indent, allowance, context, level): argument
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_show.c53 static void PrintSignature(const char *indent, const char *sig, size_t n, in PrintSignature()
72 const char *indent, int raw) { in HeaderDetails()
317 char indent[64]; in GptShow() local
385 char indent[64]; in GptShow() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
H A DDGANSSSgnElement.java489 public String toIndentedString(String indent) { in toIndentedString()
572 public String toIndentedString(String indent) { in toIndentedString()
655 public String toIndentedString(String indent) { in toIndentedString()
738 public String toIndentedString(String indent) { in toIndentedString()
767 public String toIndentedString(String indent) { in toIndentedString()
H A DGANSSRefMeasurementElement.java605 public String toIndentedString(String indent) { in toIndentedString()
690 public String toIndentedString(String indent) { in toIndentedString()
773 public String toIndentedString(String indent) { in toIndentedString()
856 public String toIndentedString(String indent) { in toIndentedString()
887 public String toIndentedString(String indent) { in toIndentedString()
H A DGANSSSatelliteElement.java607 public String toIndentedString(String indent) { in toIndentedString()
690 public String toIndentedString(String indent) { in toIndentedString()
780 public String toIndentedString(String indent) { in toIndentedString()
863 public String toIndentedString(String indent) { in toIndentedString()
890 public String toIndentedString(String indent) { in toIndentedString()
H A DRel7_MsrPosition_Req_Extension.java658 public String toIndentedString(String indent) { in toIndentedString()
743 public String toIndentedString(String indent) { in toIndentedString()
824 public String toIndentedString(String indent) { in toIndentedString()
909 public String toIndentedString(String indent) { in toIndentedString()
938 public String toIndentedString(String indent) { in toIndentedString()
H A DSBASclockModel.java371 public String toIndentedString(String indent) { in toIndentedString()
454 public String toIndentedString(String indent) { in toIndentedString()
537 public String toIndentedString(String indent) { in toIndentedString()
566 public String toIndentedString(String indent) { in toIndentedString()
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos_init/
H A DNavigationModel.java487 public String toIndentedString(String indent) { in toIndentedString()
570 public String toIndentedString(String indent) { in toIndentedString()
653 public String toIndentedString(String indent) { in toIndentedString()
736 public String toIndentedString(String indent) { in toIndentedString()
767 public String toIndentedString(String indent) { in toIndentedString()
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dmodule_ir.py847 def _struct_body(indent, docs, attributes, types, fields, dedent): argument
935 indent, fields, dedent): argument
948 def _bits_body(indent, docs, attributes, types, fields, dedent): argument
958 def _anonymous_bits_body(indent, attributes, fields, dedent): argument
1108 def _field_body(indent, docs, attributes, dedent): argument
1137 def _enum_body(indent, docs, attributes, values, dedent): argument
1163 def _enum_value_body(indent, docs, attributes, dedent): argument
1184 def _external_body(indent, docs, attributes, dedent): argument
/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc183 Indent* indent) { in OutputEBMLHeader()
215 FILE* o, Indent* indent) { in OutputSeekHead()
275 const Options& options, FILE* o, Indent* indent) { in OutputSegmentInfo()
321 FILE* o, Indent* indent) { in OutputTracks()
842 FILE* o, mkvparser::MkvReader* reader, Indent* indent, in OutputCluster()
1074 FILE* o, Indent* indent) { in OutputCues()
1217 Indent indent(0); in main() local
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c386 _Py_WriteIndent(int indent, PyObject *f) in _Py_WriteIndent()
406 _Py_WriteIndentedMargin(int indent, const char *margin, PyObject *f) in _Py_WriteIndentedMargin()
420 display_source_line_with_margin(PyObject *f, PyObject *filename, int lineno, int indent, in display_source_line_with_margin()
578 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent, in _Py_DisplaySourceLine()
925 int indent, const char *margin) in tb_printinternal()
986 _PyTraceBack_Print_Indented(PyObject *v, int indent, const char *margin, in _PyTraceBack_Print_Indented()
1028 int indent = 0; in PyTraceBack_Print() local
/aosp_15_r20/external/tcpdump/
H A Dprint-hncp.c269 const u_char *cp, u_int length, int indent) in dhcpv4_print()
321 const u_char *cp, u_int length, int indent) in dhcpv6_print()
374 is_in_line(netdissect_options *ndo, int indent) in is_in_line()
381 uint32_t type, int count, int indent, int *first_one) in print_type_in_line()
405 const u_char *cp, u_int length, int indent) in hncp_print_rec()
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_triggered_start/
H A DAreaEventParams.java605 public String toIndentedString(String indent) { in toIndentedString()
690 public String toIndentedString(String indent) { in toIndentedString()
773 public String toIndentedString(String indent) { in toIndentedString()
869 public String toIndentedString(String indent) { in toIndentedString()
906 public String toIndentedString(String indent) { in toIndentedString()
H A DPeriodicParams.java371 public String toIndentedString(String indent) { in toIndentedString()
454 public String toIndentedString(String indent) { in toIndentedString()
537 public String toIndentedString(String indent) { in toIndentedString()
566 public String toIndentedString(String indent) { in toIndentedString()
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DJavaFile.java65 private final String indent; field in JavaFile
281 private String indent = " "; field in Builder
327 public Builder indent(String indent) { in indent() method in Builder
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DWrappedIndentingWriter.java68 public void indent(int indent) { in indent() argument
72 public void deindent(int indent) { in deindent()
/aosp_15_r20/frameworks/base/tools/streaming_proto/java/
H A Djava_proto_stream_code_generator.cpp99 static string indent_more(const string& indent) { in indent_more()
106 static void write_enum(stringstream& text, const EnumDescriptorProto& enu, const string& indent) { in write_enum()
121 const string& indent) { in write_field()
146 const string& indent) { in write_message()
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A Djava_writer_q.cpp27 void write_java_q_logging_constants(FILE* out, const string& indent) { in write_java_q_logging_constants()
60 const AtomDecl& attributionDecl, const string& indent) { in write_java_methods_q_schema()
279 const int requiredHelpers, const string& indent) { in write_java_helpers_for_q_schema_methods()
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dchecker.py127 def _Indent(indent, line): argument
156 def __init__(self, name, value, linebreak, indent): argument
256 def AddField(self, name, value, linebreak=False, indent=0): argument
342 msg_name=None, linebreak=False, indent=0): argument
421 linebreak=False, indent=0): argument
429 linebreak=False, indent=0): argument
/aosp_15_r20/external/android-key-attestation/server/src/main/java/com/android/example/
H A DKeyAttestationExample.java116 private static void printAuthorizationList(AuthorizationList authorizationList, String indent) { in printAuthorizationList()
178 private static void printRootOfTrust(Optional<RootOfTrust> rootOfTrust, String indent) { in printRootOfTrust()
195 Optional<AttestationApplicationId> attestationApplicationId, String indent) { in printAttestationApplicationId()
/aosp_15_r20/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java30 String indent = manySpaces.substring(0, depth * 2); in printMessage() local
73 String indent = manySpaces.substring(0, depth * 2); in printComplexArgStyle() local
229 String indent = manySpaces.substring(0, depth++ * 2); in genCodeForNumericVariants() local
247 String indent = manySpaces.substring(0, depth++ * 2); in genCodeForKeywordVariants() local

12345678910>>...118