/aosp_15_r20/external/libxml2/ |
H A D | xmlsave.c | 46 char indent[MAX_INDENT + 1]; /* array for indenting output */ member 156 const char *cur; in xmlSerializeText() local 240 xmlSaveSetIndentString(xmlSaveCtxtPtr ctxt, const char *indent) { in xmlSaveSetIndentString() 443 xmlBufDumpElementOccur(xmlOutputBufferPtr buf, xmlElementContentPtr cur) { in xmlBufDumpElementOccur() 469 xmlElementContentPtr cur; in xmlBufDumpElementContent() local 577 xmlBufDumpEnumeration(xmlOutputBufferPtr buf, xmlEnumerationPtr cur) { in xmlBufDumpEnumeration() 681 const char * base, *cur; in xmlBufDumpEntityContent() local 860 xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur, xmlSaveCtxtPtr ctxt) { in xmlNsDumpOutput() 898 xmlNsListDumpOutputCtxt(xmlSaveCtxtPtr ctxt, xmlNsPtr cur) { in xmlNsListDumpOutputCtxt() 914 xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { in xmlNsListDumpOutput() [all …]
|
H A D | shell.c | 271 xmlNodePtr cur; in xmllintShellList() local 942 int indent = 0, i; in xmllintShellDu() local 1110 char *cmdline = NULL, *cur; in xmllintShell() local
|
H A D | xmllint.c | 193 const xmlChar *cur; in parsePath() local 1815 static void doXPathDump(xmlXPathObjectPtr cur) { in doXPathDump() 3273 const char *indent = getenv("XMLLINT_INDENT"); in xmllintMain() local
|
H A D | testapi.c | 2455 const xmlChar * cur; /* a pointer to an array of xmlChar */ in test_htmlParseDoc() local 2803 const xmlChar * cur; /* a pointer to an array of xmlChar */ in test_htmlSAXParseDoc() local 2971 xmlDocPtr cur; /* the document */ in test_htmlDocContentDumpFormatOutput() local 3024 xmlDocPtr cur; /* the document */ in test_htmlDocContentDumpOutput() local 3071 xmlDocPtr cur; /* the document */ in test_htmlDocDump() local 3113 xmlDocPtr cur; /* the document */ in test_htmlDocDumpMemory() local 3159 xmlDocPtr cur; /* the document */ in test_htmlDocDumpMemoryFormat() local 3367 xmlNodePtr cur; /* the current node */ in test_htmlNodeDump() local 3414 xmlNodePtr cur; /* the current node */ in test_htmlNodeDumpFile() local 3461 xmlNodePtr cur; /* the current node */ in test_htmlNodeDumpFileFormat() local [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | module_to_cil.c | 75 static void cil_indent(int indent) in cil_indent() 95 static void cil_println(int indent, const char *fmt, ...) in cil_println() 154 int indent; member 550 static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const ch… in avrule_to_cil() 681 static int avrulex_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const c… in avrulex_to_cil() 815 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs() 902 static int cil_print_attr_list(int indent, struct policydb *pdb, struct list *attr_list) in cil_print_attr_list() 1092 …ole_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *type_name, int indent) in roletype_role_in_ancestor_to_cil() 1189 static int avrule_list_to_cil(int indent, struct policydb *pdb, struct avrule *avrule_list, struct … in avrule_list_to_cil() 1282 static int cond_expr_to_cil(int indent, struct policydb *pdb, struct cond_expr *cond_expr, uint32_t… in cond_expr_to_cil() [all …]
|
/aosp_15_r20/external/blktrace/btt/ |
H A D | trace_complete.c | 24 __u64 sec, __u32 nsec, int indent) in __out() 58 double cur = BIT_TIME(c_iop->t.time); in handle_complete() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xmlsave.c | 43 char indent[MAX_INDENT + 1]; /* array for indenting output */ member 475 xmlBufDumpElementOccur(xmlOutputBufferPtr buf, xmlElementContentPtr cur) { in xmlBufDumpElementOccur() 501 xmlElementContentPtr cur; in xmlBufDumpElementContent() local 609 xmlBufDumpEnumeration(xmlOutputBufferPtr buf, xmlEnumerationPtr cur) { in xmlBufDumpEnumeration() 713 const char * base, *cur; in xmlBufDumpEntityContent() local 876 xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur, xmlSaveCtxtPtr ctxt) { in xmlNsDumpOutput() 907 xmlNsDumpOutputCtxt(xmlSaveCtxtPtr ctxt, xmlNsPtr cur) { in xmlNsDumpOutputCtxt() 920 xmlNsListDumpOutputCtxt(xmlSaveCtxtPtr ctxt, xmlNsPtr cur) { in xmlNsListDumpOutputCtxt() 936 xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { in xmlNsListDumpOutput() 953 xmlNodePtr cur; in xmlDtdDumpOutput() local [all …]
|
H A D | testapi.c | 2422 const xmlChar * cur; /* a pointer to an array of xmlChar */ in test_htmlParseDoc() local 2602 const xmlChar * cur; /* a pointer to a zero terminated string */ in test_htmlReadDoc() local 2770 const xmlChar * cur; /* a pointer to an array of xmlChar */ in test_htmlSAXParseDoc() local 2937 xmlDocPtr cur; /* the document */ in test_htmlDocContentDumpFormatOutput() local 2990 xmlDocPtr cur; /* the document */ in test_htmlDocContentDumpOutput() local 3037 xmlDocPtr cur; /* the document */ in test_htmlDocDump() local 3079 xmlDocPtr cur; /* the document */ in test_htmlDocDumpMemory() local 3125 xmlDocPtr cur; /* the document */ in test_htmlDocDumpMemoryFormat() local 3333 xmlNodePtr cur; /* the current node */ in test_htmlNodeDump() local 3380 xmlNodePtr cur; /* the current node */ in test_htmlNodeDumpFile() local [all …]
|
/aosp_15_r20/system/libcppbor/src/ |
H A D | cppbor.cpp | 92 bool prettyPrintInternal(const Item* item, string& out, size_t indent, size_t maxBStrSize, in prettyPrintInternal() 614 const SemanticTag* cur = this; in semanticTagCount() local 628 const SemanticTag* cur = this; in semanticTag() local
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.h | 20 char *cur; /* Next character in buffer */ member 28 int indent; /* Current indentation index */ member
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.h | 35 char *cur; /* Next character in buffer */ member 46 int indent; /* Current indentation index */ member
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | nconf.c | 263 static int indent; variable 605 ITEM *cur; in item_tag() local 622 ITEM *cur; in item_data() local
|
/aosp_15_r20/frameworks/base/tools/incident_section_gen/ |
H A D | main.cpp | 160 char cur = fieldName[pos++]; in replaceAll() local 555 static void generateCsv(Descriptor const* descriptor, const string& indent, set<string>* parents, c… in generateCsv()
|
/aosp_15_r20/external/iw/ |
H A D | station.c | 48 int tid, const char *indent) in parse_txq_stats() 282 char *cur = buf; in get_chain_signal() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | OpsTask.cpp | 805 SkString indent, in dump() 936 unsigned int cur = alloc->curOp(); in gatherProxyIntervals() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 718 struct rb_node **cur, *parent; in vm_userspace_mem_region_gpa_insert() local 744 struct rb_node **cur, *parent; in vm_userspace_mem_region_hva_insert() local 1685 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in vm_dump()
|
/aosp_15_r20/external/libpcap/ |
H A D | pcap-sita.c | 122 static void dump(unsigned char *ptr, int i, int indent) { in dump() 201 iface_t *p, *cur; in empty_unit_iface() local
|
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4150 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4472 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4690 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 4970 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 4150 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4472 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4690 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 4970 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4150 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4472 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4690 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 4970 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 4206 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4527 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4744 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 5031 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/external/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 4206 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4527 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4744 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 5031 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 4150 for (char const* cur = s; cur < end; ++cur) { in strnpbrk() local 4472 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); } in indent() function in Json::StyledWriter 4690 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 4970 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-25/ |
D | framework.jar | com/android/internal/view/menu/MenuAdapter.class
MenuAdapter.java
package com. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar25 | ... .Function)
int i
java.util.List cur
java.util.function.Function f
int size ... |