/aosp_15_r20/external/libxml2/ |
H A D | entities.c | 115 xmlCreateEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlCreateEntity() 185 xmlAddEntity(xmlDocPtr doc, int extSubset, const xmlChar *name, int type, in xmlAddEntity() 348 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDtdEntity() 371 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() 398 xmlNewEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlNewEntity() 436 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) { in xmlGetParameterEntity() 467 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { in xmlGetDtdEntity() 491 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() 516 xmlSerializeHexCharRef(char *buf, int val) { in xmlSerializeHexCharRef() 553 xmlSerializeDecCharRef(char *buf, int val) { in xmlSerializeDecCharRef() [all …]
|
H A D | valid.c | 715 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, in xmlNewDocElementContent() 808 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) { in xmlCopyDocElementContent() 914 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) { in xmlFreeDocElementContent() 2314 xmlDocPtr doc; in xmlAddIDInternal() local 2408 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddID() 2466 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsID() 2536 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlRemoveID() 2562 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() 2691 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddRef() 2806 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsRef() [all …]
|
H A D | testapi.c | 381 static void des_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_FILE_ptr() 390 static void des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_debug_FILE_ptr() 450 static void des_xmlParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlParserCtxtPtr val, int nr ATTRIBUTE_UN… in des_xmlParserCtxtPtr() 478 static void des_xmlValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlValidCtxtPtr val, int nr ATTRIBUTE_UNUS… in des_xmlValidCtxtPtr() 498 static void des_xmlParserInputBufferPtr(int no ATTRIBUTE_UNUSED, xmlParserInputBufferPtr val, int n… in des_xmlParserInputBufferPtr() 509 static void des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDocPtr() 528 static void des_xmlDictPtr(int no ATTRIBUTE_UNUSED, xmlDictPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDictPtr() 540 static void des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlNodePtr() 556 static void des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDtdPtr() 588 static void des_xmlTextWriterPtr(int no ATTRIBUTE_UNUSED, xmlTextWriterPtr val, int nr ATTRIBUTE_UN… in des_xmlTextWriterPtr() [all …]
|
H A D | parser.c | 310 const char *msg, int val) in xmlFatalErrMsgInt() 329 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr() 347 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr() 364 const char *msg, const xmlChar * val) in xmlErrMsgStr() 413 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd() 421 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT() 2226 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush() 2293 #define NXT(val) ctxt->input->cur[(val)] argument 2315 #define SKIP(val) do { \ argument 2321 #define SKIPL(val) do { \ argument [all …]
|
H A D | HTMLparser.c | 283 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument 285 #define NXT(val) ctxt->input->cur[(val)] argument 287 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument 1450 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag() 1478 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { in htmlIsAutoClosed() 3546 xmlChar *val = NULL; in htmlParseAttribute() local 5495 htmlHandleOmittedElem(int val) { in htmlHandleOmittedElem() 5940 htmlDocPtr doc; in htmlReadDoc() local 5975 htmlDocPtr doc; in htmlReadFile() local 6012 htmlDocPtr doc; in htmlReadMemory() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | valid.c | 707 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, in xmlNewDocElementContent() 800 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) { in xmlCopyDocElementContent() 906 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) { in xmlFreeDocElementContent() 2295 xmlAddIDSafe(xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr, in xmlAddIDSafe() 2399 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddID() 2454 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsID() 2514 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlRemoveID() 2543 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() 2672 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddRef() 2785 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsRef() [all …]
|
H A D | testapi.c | 382 static void des_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_FILE_ptr() 391 static void des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_debug_FILE_ptr() 451 static void des_xmlParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlParserCtxtPtr val, int nr ATTRIBUTE_UN… in des_xmlParserCtxtPtr() 479 static void des_xmlValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlValidCtxtPtr val, int nr ATTRIBUTE_UNUS… in des_xmlValidCtxtPtr() 499 static void des_xmlParserInputBufferPtr(int no ATTRIBUTE_UNUSED, xmlParserInputBufferPtr val, int n… in des_xmlParserInputBufferPtr() 510 static void des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDocPtr() 529 static void des_xmlDictPtr(int no ATTRIBUTE_UNUSED, xmlDictPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDictPtr() 541 static void des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlNodePtr() 557 static void des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDtdPtr() 589 static void des_xmlTextWriterPtr(int no ATTRIBUTE_UNUSED, xmlTextWriterPtr val, int nr ATTRIBUTE_UN… in des_xmlTextWriterPtr() [all …]
|
H A D | xmlsave.c | 127 xmlSerializeHexCharRef(unsigned char *out, int val) { in xmlSerializeHexCharRef() 189 int val; in xmlEscapeEntities() local 1052 xmlDocPtr doc; in htmlNodeDumpOutputInternal() local 2127 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() 2292 xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, in xmlBufAttrSerializeTxtContent() 2350 int val = 0, l = 4; in xmlBufAttrSerializeTxtContent() local 2394 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, in xmlAttrSerializeTxtContent() 2425 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, in xmlNodeDump() 2460 xmlBufNodeDump(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, in xmlBufNodeDump() 2508 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) in xmlElemDump() [all …]
|
H A D | entities.c | 112 xmlCreateEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlCreateEntity() 180 xmlAddEntity(xmlDocPtr doc, int extSubset, const xmlChar *name, int type, in xmlAddEntity() 342 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDtdEntity() 365 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() 392 xmlNewEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlNewEntity() 428 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) { in xmlGetParameterEntity() 459 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { in xmlGetDtdEntity() 483 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() 534 xmlEncodeEntitiesInternal(xmlDocPtr doc, const xmlChar *input, int attr) { in xmlEncodeEntitiesInternal() 652 int val, l; in xmlEncodeEntitiesInternal() local [all …]
|
H A D | HTMLparser.c | 95 const char *msg, int val) in htmlParseErrInt() 249 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument 251 #define NXT(val) ctxt->input->cur[(val)] argument 253 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument 371 unsigned int val; in htmlCurrentChar() local 1506 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag() 1532 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { in htmlIsAutoClosed() 3476 int val = 0; in htmlParseCharRef() local 3636 xmlChar *val = NULL; in htmlParseAttribute() local 5583 xmlChar val; in htmlParseTryOrFinish() local [all …]
|
H A D | parser.c | 309 const char *msg, int val) in xmlFatalErrMsgInt() 328 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr() 346 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr() 363 const char *msg, const xmlChar * val) in xmlErrMsgStr() 412 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd() 420 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT() 2201 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush() 2270 #define NXT(val) ctxt->input->cur[(val)] argument 2292 #define SKIP(val) do { \ argument 2298 #define SKIPL(val) do { \ argument [all …]
|
H A D | tree.c | 829 xmlNewDtd(xmlDocPtr doc, const xmlChar *name, in xmlNewDtd() 883 xmlGetIntSubset(const xmlDoc *doc) { in xmlGetIntSubset() 908 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, in xmlCreateIntSubset() 1204 xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) { in xmlStringLenGetNodeList() 1207 xmlChar *val = NULL; in xmlStringLenGetNodeList() local 1436 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList() 1439 xmlChar *val = NULL; in xmlStringGetNodeList() local 1659 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() 1760 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() 1831 xmlDocPtr doc = NULL; in xmlNewPropInternal() local [all …]
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 129 int val = (info >> (typ*2)) & 0x3; in get() local 133 private void setType(int typ, int val) { in setType() 139 private void setType(int typ, String val) { in setType() 208 int val = getVal(CAT); in write() local 276 public boolean read(ProgramElementDoc doc) { in read() 796 private void doDoc(ProgramElementDoc doc) { in doDoc() 813 private boolean ignore(ProgramElementDoc doc) { in ignore() 961 private static int tagStatus(final Doc doc) { in tagStatus() 964 … void set(int val) { if (res != -1) throw new RuntimeException("bad doc: " + doc); res = val; } in tagStatus()
|
H A D | GatherAPIData.java | 208 private void doDoc(ProgramElementDoc doc) { in doDoc() 233 private boolean isIgnoredEnumMethod(ProgramElementDoc doc) { in isIgnoredEnumMethod() 261 private boolean isAbstractClassDefaultConstructor(ProgramElementDoc doc) { in isAbstractClassDefaultConstructor() 269 private boolean ignore(ProgramElementDoc doc) { in ignore() 330 public APIInfo createInfo(ProgramElementDoc doc) { in createInfo() 477 private int tagStatus(final ProgramElementDoc doc, String[] version) { in tagStatus() 481 void set(int val) { in tagStatus()
|
H A D | GatherAPIDataOld.java | 199 private void doDoc(ProgramElementDoc doc) { in doDoc() 216 private boolean ignore(ProgramElementDoc doc) { in ignore() 254 public APIInfo createInfo(ProgramElementDoc doc) { in createInfo() 373 private int tagStatus(final Doc doc, String[] version) { in tagStatus() 376 void set(int val) { in tagStatus()
|
/aosp_15_r20/external/ltp/metadata/ |
H A D | metaparse.c | 53 static void multiline_comment(FILE *f, struct data_node *doc) in multiline_comment() 103 static void maybe_doc_comment(FILE *f, struct data_node *doc) in maybe_doc_comment() 123 static void maybe_comment(FILE *f, struct data_node *doc) in maybe_comment() 140 static char *next_token2(FILE *f, char *buf, size_t buf_len, struct data_node *doc) in next_token2() 215 static char *next_token(FILE *f, struct data_node *doc) in next_token() 475 static int parse_test_struct(FILE *f, struct data_node *doc, struct data_node *node) in parse_test_struct() 617 char val[256]; in parse_macro() local 684 struct data_node *doc = data_node_array(); in parse_file() local 738 long val; in convert_str2int() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LDMLUtilities.java | 147 Document doc = null; in getFullyResolvedLDML() local 257 public static String getLocaleName(Document doc) { in getLocaleName() 765 String val = in mergeLDMLDocuments() local 797 private static Node[] getNodeArray(Document doc, String tagName) { in getNodeArray() 1152 public static boolean isLocaleAlias(Document doc) { in isLocaleAlias() 1156 private static Node getAliasNode(Document doc) { in getAliasNode() 1247 String val = getAttributeValue(node, LDMLConstants.TYPE); in appendXPathAttribute() local 1356 public static Node[] getNodeListAsArray(Node doc, String xpath) { in getNodeListAsArray() 1404 public static Node[] getElementsByTagName(Document doc, String tagName) { in getElementsByTagName() 1428 public static NodeList getNodeList(Document doc, String xpath) { in getNodeList() [all …]
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/ |
H A D | ElementsTest.java | 27 Document doc = Jsoup.parse(h); in filter() local 36 Document doc = Jsoup.parse(h); in attributes() local 54 Document doc = Jsoup.parse("<p title=foo><p title=bar><p class=foo><p class=bar>"); in hasAttr() local 61 …Document doc = Jsoup.parse("<a id=1 href='/foo'>One</a> <a id=2 href='https://jsoup.org'>Two</a>"); in hasAbsAttr() local 71 Document doc = Jsoup.parse("<p title=foo><p title=bar><p class=foo><p class=bar>"); in attr() local 77 …Document doc = Jsoup.parse("<a id=1 href='/foo'>One</a> <a id=2 href='https://jsoup.org'>Two</a>"); in absAttr() local 88 Document doc = Jsoup.parse("<div><p class='mellow yellow'></p><p class='red green'></p>"); in classes() local 119 Document doc = Jsoup.parse(h); in text() local 124 Document doc = Jsoup.parse("<div><p>Hello</p></div><div><p></p></div>"); in hasText() local 131 Document doc = Jsoup.parse("<div><p>Hello</p></div><div><p>There</p></div>"); in html() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | xml_libxml2.c | 56 xmlDocPtr doc; in xml_validate() local 118 xmlDocPtr doc; in xml_validate_dtd() local 181 xmlDocPtr doc; in xml_node_from_buf() local 208 xmlDocPtr doc; in xml_node_to_str() local 359 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_attr_value_free() 394 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_text_free()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | XMLUtils.java | 73 Document doc = null; in load() local 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 142 Document doc = db.newDocument(); in save() local 163 static void emitDocument(Document doc, OutputStream os, String encoding) in emitDocument()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | XMLUtils.java | 73 Document doc = null; in load() local 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 142 Document doc = db.newDocument(); in save() local 163 static void emitDocument(Document doc, OutputStream os, String encoding) in emitDocument()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | XMLUtils.java | 73 Document doc = null; in load() local 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 142 Document doc = db.newDocument(); in save() local 163 static void emitDocument(Document doc, OutputStream os, String encoding) in emitDocument()
|
/aosp_15_r20/external/jsoncpp/src/test_lib_json/ |
H A D | main.cpp | 556 Json::Value val; in JSONTEST_FIXTURE_LOCAL() local 1294 Json::Value val; in JSONTEST_FIXTURE_LOCAL() local 1854 Json::Value val; // fill val in JSONTEST_FIXTURE_LOCAL() local 3000 char const doc[] = R"({ "property" : "value" })"; in JSONTEST_FIXTURE_LOCAL() local 3011 char const doc[] = "{ \"property\" : [\"value\", \"value2\"], \"obj\" : " in JSONTEST_FIXTURE_LOCAL() local 3027 char const doc[] = "[111111111111111111111]"; in JSONTEST_FIXTURE_LOCAL() local 3041 char const doc[] = "[\"\"]"; in JSONTEST_FIXTURE_LOCAL() local 3048 char const doc[] = R"(["\u8A2a"])"; in JSONTEST_FIXTURE_LOCAL() local 3055 char const doc[] = R"([ "\uD801" ])"; in JSONTEST_FIXTURE_LOCAL() local 3064 char const doc[] = R"([ "\uD801\d1234" ])"; in JSONTEST_FIXTURE_LOCAL() local [all …]
|
/aosp_15_r20/external/libcups/filter/ |
H A D | pstops.c | 192 pstops_doc_t doc; /* Document information */ in main() local 398 add_page(pstops_doc_t *doc, /* I - Document information */ in add_page() 449 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() 557 pstops_doc_t *doc, /* I - Document info */ in copy_comments() 780 pstops_doc_t *doc, /* I - Document info */ in copy_dsc() 1040 pstops_doc_t *doc, /* I - Document info */ in copy_non_dsc() 1223 pstops_doc_t *doc, /* I - Document info */ in copy_page() 1679 pstops_doc_t *doc, /* I - Document info */ in copy_prolog() 1733 pstops_doc_t *doc, /* I - Document info */ in copy_setup() 1810 pstops_doc_t *doc, /* I - Document info */ in copy_trailer() [all …]
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_color.cpp | 83 CXFA_Color::CXFA_Color(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Color() 98 absl::optional<WideString> val = in GetValue() local 104 absl::optional<WideString> val = in GetValueOrDefault() local
|