| /external/libxml2/doc/examples/ |
| parse4.c | 14 #include <libxml/parser.h> 52 * encoding detection at the parser level. 64 * to allow encoding detection when creating the parser but this 70 fprintf(stderr, "Failed to create parser context !\n"); 90 * and destroy the parser context. 140 fprintf(stderr, "Library not compiled with push parser support\n");
|
| tree2.c | 12 #include <libxml/parser.h> 103 *have been allocated by the parser.
|
| /external/libxml2/include/libxml/ |
| DOCBparser.h | 2 * Summary: old DocBook SGML parser 3 * Description: interface for a DocBook SGML non-verifying parser 17 #include <libxml/parser.h>
|
| /external/lldb/examples/python/ |
| types.py | 55 def regex_option_callback(option, opt_str, value, parser): 59 parser.values.skip_type_regexes.append (regex) 80 parser = optparse.OptionParser(description=description, prog='framestats',usage=usage) variable 82 parser.add_option('-a', '--arch', type='string', dest='arch', help='The architecture to use when creating the debug target.', default=None) 83 parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='Specify the platform to use when creating the debug target. Valid values include "localhost", "darwin-kernel", "ios-simulator", "remote-freebsd", "remote-macosx", "remote-ios", "remote-linux".') 84 parser.add_option('-m', '--module', action='append', type='string', metavar='MODULE', dest='modules', help='Specify one or more modules which will be used to verify the types.', default=[]) 85 parser.add_option('-d', '--debug', action='store_true', dest='debug', help='Pause 10 seconds to wait for a debugger to attach.', default=False) 86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[]) 87 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help='Enable verbose logging and information.', default=False) 88 parser.add_option('-s', '--skip-type-regex', action="callback", callback=regex_option_callback, type='str (…) 223 parser = create_types_options(False) variable [all...] |
| /external/llvm/lib/Support/ |
| Debug.cpp | 106 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
|
| /external/lzma/CPP/7zip/UI/Common/ |
| ArchiveCommandLine.h | 100 NCommandLineParser::CParser parser;
member in class:CArchiveCommandLineParser
|
| /external/markdown/ |
| regression-tests.py | 39 self.parser = markdown.Markdown().parser 45 self.parser.parseChunk(root, text) 51 tree = self.parser.parseDocument(lines)
|
| /external/mesa3d/scons/ |
| custom.py | 236 parser = source_list.SourceListParser() 243 # Populate the symbol table of the Makefile parser. 244 parser.add_symbol('top_srcdir', top_srcdir) 245 parser.add_symbol('top_builddir', top_builddir) 247 sym_table = parser.parse(src.abspath)
|
| /external/mesa3d/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 38 from pygccxml import parser namespace 312 config = parser.config_t( 322 decls = parser.parse(headers, config, parser.COMPILATION_MODE.ALL_AT_ONCE)
|
| /external/mesa3d/src/mesa/drivers/dri/common/ |
| xmlconfig.c | 169 /** \brief Locale-independent integer parser. 226 /** \brief Locale-independent floating-point parser. 400 assert (info->type != DRI_BOOL); /* should be caught by the parser */ 448 (int) XML_GetCurrentLineNumber(data->parser), \ 449 (int) XML_GetCurrentColumnNumber(data->parser)); \ 453 (int) XML_GetCurrentLineNumber(data->parser), \ 454 (int) XML_GetCurrentColumnNumber(data->parser), \ 460 (int) XML_GetCurrentLineNumber(data->parser), \ 461 (int) XML_GetCurrentColumnNumber(data->parser)); \ 465 (int) XML_GetCurrentLineNumber(data->parser), \ 489 XML_Parser parser; member in struct:OptInfoData 747 XML_Parser parser; member in struct:OptConfData [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| AcceptEncodingParser.java | 26 package gov.nist.javax.sip.parser; 33 * Accept-Encoding SIP (HTTP) Header parser.
|
| AcceptLanguageParser.java | 32 package gov.nist.javax.sip.parser; 40 * Parser for Accept Language Headers.
|
| AcceptParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for Accept header. 45 * Creates a new instance of Accept Parser
|
| AlertInfoParser.java | 26 package gov.nist.javax.sip.parser; 37 * Parser for AlertInfo header. 48 * Creates a new instance of AlertInfo Parser
|
| AllowEventsParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for AllowEvents header.
|
| AllowParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for Allow header.
|
| CSeqParser.java | 26 package gov.nist.javax.sip.parser; 37 * Parser for CSeq headers.
|
| CallInfoParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for CallInfo header.
|
| ContactParser.java | 24 package gov.nist.javax.sip.parser; 38 * A parser for The SIP contact header.
|
| ContentEncodingParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for ContentLanguage header.
|
| ContentLanguageParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for ContentLanguage header.
|
| InReplyToParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for InReplyTo header.
|
| ProxyRequireParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for ProxyRequire header. 116 ProxyRequireParser parser = 118 ProxyRequireList rl= (ProxyRequireList) parser.parse();
|
| RAckParser.java | 26 package gov.nist.javax.sip.parser; 34 * Parser for RAck header. 109 RAckParser parser = 111 RAck ra= (RAck) parser.parse();
|
| RequestLineParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for the SIP request line. 41 public class RequestLineParser extends Parser {
|