/external/freetype/include/freetype/internal/ |
psaux.h | 216 FT_Pointer parser ); 331 /***** T1 PARSER *****/ 341 (*init)( PS_Parser parser, 347 (*done)( PS_Parser parser ); 350 (*skip_spaces)( PS_Parser parser ); 352 (*skip_PS_token)( PS_Parser parser ); 355 (*to_int)( PS_Parser parser ); 357 (*to_fixed)( PS_Parser parser, 361 (*to_bytes)( PS_Parser parser, 368 (*to_coord_array)( PS_Parser parser, [all...] |
/external/jdiff/src/jdiff/ |
XMLToAPI.java | 47 XMLReader parser = null; local 52 parser = org.xml.sax.helpers.XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser"); 56 parser = org.xml.sax.helpers.XMLReaderFactory.createXMLReader(); 64 parser.setFeature("http://xml.org/sax/features/namespaces", true); 65 parser.setFeature("http://xml.org/sax/features/validation", true); 66 parser.setFeature("http://apache.org/xml/features/validation/schema", true); 69 parser.setContentHandler(handler); 70 parser.setErrorHandler(handler); 71 parser.parse(new InputSource(new FileInputStream(new File(filename)))); 73 System.out.println("SAX Parser does not recognize feature: " + snre) [all...] |
/dalvik/libcore/dom/src/test/resources/META-INF/ |
MANIFEST.MF | 3 ercesImpl.jar xerces.jar xml4j.jar xmlparserv2.jar crimson.jar parser
5 ar crimson-parser.jar avalon-run.jar
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
NoSubclassParser.java | 28 * A SAX Parser that does not implement the Parser interface.
|
/external/opencore/protocols/rtp_payload_parser/include/ |
payload_parser.h | 22 // Defines the abstract payload parser type. 43 // Payload parser return codes. 61 // Abstract payload parser interface. 73 // Applies media info data structure to a given payload parser. 78 // Used to pass information in and out of the payload parser for 117 //endOfNAL is used by the RFC3984 (H.264 / AVC) parser and decoder. 148 // Tells the payload parser a repositioning is in effect. 155 // by the payload parser.
|
/external/skia/include/svg/ |
SkSVGAttribute.h | 43 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size()) 47 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
|
/external/skia/src/svg/ |
SkSVG.cpp | 34 SkSVGParser parser(*fMaker); 35 return parser.parse(data, actual, &fErrorCode, &fErrorLineNumber);
|
SkSVGGroup.cpp | 50 void SkSVGGroup::translate(SkSVGParser& parser, bool defState) { 52 parser.translate(*ptr, defState);
|
/external/srec/srec/Semproc/include/ |
SR_ExpressionParser.h | 89 * The Parser. 171 * @param self pointer to the newly created parser 178 * @param self pointer to the parser 184 * @param self pointer to the parser 185 * @param lexAnalyzer pointer to the lexical analyzer where the parser gets tokens from 186 * @param symtable pointer to the symbol table where the parser gets/sets key-value pairs 196 * @param self pointer to the parser 206 * @param self pointer to the parser
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
built-product-archive | 31 parser = optparse.OptionParser("usage: %prog [options] [action]") 32 parser.add_option("--platform", dest="platform") 33 parser.add_option("--debug", action="store_const", const="debug", dest="configuration") 34 parser.add_option("--release", action="store_const", const="release", dest="configuration") 36 options, (action, ) = parser.parse_args() 38 parser.error("Platform is required") 40 parser.error("Configuration is required") 42 parser.error("Action is required")
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 51 XmlResourceParser parser = r.getXml(com.android.internal.R.xml.time_zones_by_country); local 60 XmlUtils.beginDocument(parser, "timezones"); 63 XmlUtils.nextElement(parser); 65 String element = parser.getName(); 70 String code = parser.getAttributeValue(null, "code"); 73 if (parser.next() == XmlPullParser.TEXT) { 74 String maybe = parser.getText(); 107 parser.close();
|
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 288 * @param parser XML dom node containing the description of the view 295 public View inflate(XmlPullParser parser, ViewGroup root) { 296 return inflate(parser, root, root != null); 318 XmlResourceParser parser = getContext().getResources().getLayout(resource); local 320 return inflate(parser, root, attachToRoot); 322 parser.close(); 335 * @param parser XML dom node containing the description of the view 348 public View inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot) { 350 final AttributeSet attrs = Xml.asAttributeSet(parser); 357 while ((type = parser.next()) != XmlPullParser.START_TAG & [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyParser.c | 2 * \brief KEY parser module implementation. 43 * MODULE: KEY parser * 44 * PURPOSE: KEY parser implementation * 61 * Function - Init KEY Parser module. 81 /* allocate key parser context memory */ 95 * Function - Init KEY Parser module. 113 /* free key parser context memory */ 121 * Function - Init KEY Parser module.
|
/bionic/libc/unistd/ |
sysconf.c | 366 LineParser parser[1]; local 370 if (line_parser_init(parser, "/proc/cpuinfo") < 0) 373 while ((p = line_parser_gets(parser))) { 384 LineParser parser[1]; local 388 if (line_parser_init(parser, "/proc/stat") < 0) 391 while ((p = line_parser_gets(parser))) { 401 LineParser parser[1]; local 404 if (line_parser_init(parser, "/proc/meminfo") < 0) 407 while ((p = line_parser_gets(parser))) { 410 line_parser_done(parser); 420 LineParser parser[1]; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 108 * <p>The SAX parser must continue to provide normal parsing events 122 pw.println("Parser warning: " + exception.getMessage()); 130 * parser would use this callback to report the violation of a 134 * <p>The SAX parser must continue to provide normal parsing events 137 * application cannot do so, then the parser should report a fatal 159 * parser would use this callback to report the violation of a 163 * after the parser has invoked this method, and should continue 188 * <p>The SAX parser must continue to provide normal parsing events 211 * parser would use this callback to report the violation of a 215 * <p>The SAX parser must continue to provide normal parsing event [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
package.html | 18 parser modes, in particular modes such as validation. 39 <td> Reports whether this parser processes external 48 <td> Reports whether this parser processes external 130 <td> Controls whether the parser reports Unicode normalization 144 this parser in <em>ContentHandler.startElement()</em> 158 this parser in <em>ContentHandler.setDocumentLocator()</em> 182 <td> Controls whether the parser is reporting all validity 192 is set, the parser treats namespace declaration attributes as 207 <td> Returns "true" if the parser supports both XML 1.1 and XML 1.0. 208 Returns "false" if the parser supports only XML 1.0 [all...] |
/external/ipsec-tools/src/racoon/ |
prsa_par.h | 1 /* A Bison parser, made by GNU Bison 2.3. */ 24 part or all of the Bison parser skeleton and distribute that work 26 parser generator using the skeleton or a modified version thereof 27 as a parser skeleton. Alternatively, if you modify or redistribute 28 the parser skeleton itself, you may (at your option) remove this
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
keyDerive.c | 62 * Function - Init KEY Parser module. 82 /* allocate key parser context memory */ 98 * Function - Init KEY Parser module. 116 /* free key parser context memory */ 124 * Function - Init KEY Parser module.
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
keyDerive.c | 62 * Function - Init KEY Parser module. 82 /* allocate key parser context memory */ 98 * Function - Init KEY Parser module. 116 /* free key parser context memory */ 124 * Function - Init KEY Parser module.
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 312 GenericSignatureParser parser = new GenericSignatureParser(factory, local 314 parser.parseForClass(sigClass, getGenericSignature(dexClass)); 315 sigClass.setTypeParameters(parser.formalTypeParameters); 320 sigClass.setSuperClass(parser.superclassType); 324 parser.interfaceTypes)); 489 GenericSignatureParser parser = new GenericSignatureParser(factory, local 491 annotationField.setType(parser.parseNonGenericType(dexMethod 534 GenericSignatureParser parser = new GenericSignatureParser(factory, local 541 parser.parseForField(factory.getClass(declaringClassPackageName, 543 field.setType(parser.fieldType) 545 GenericSignatureParser parser = new GenericSignatureParser(factory, local 617 GenericSignatureParser parser = new GenericSignatureParser(factory, local 690 GenericSignatureParser parser = new GenericSignatureParser(factory, local 719 GenericSignatureParser parser = new GenericSignatureParser(factory, local 755 GenericSignatureParser parser = new GenericSignatureParser(factory, local 921 GenericSignatureParser parser = new GenericSignatureParser(factory, local [all...] |
/external/libxml2/ |
DOCBparser.c | 55 * @ctxt: an SGML parser context 60 * Returns 0, -1 in case of error. the parser context is augmented 79 * @ctxt: an SGML parser context 81 * Free all the memory used by a parser context. However the parsed 100 * @ctxt: an XML parser context 135 * Create a parser context for using the DocBook SGML parser in push mode 140 * Returns the new parser context or NULL 224 * Create a parser context for a file content. 228 * Returns the new parser context or NUL [all...] |
/external/webkit/WebKitTools/pywebsocket/example/ |
echo_client.py | 165 parser = OptionParser() 166 parser.add_option('-s', '--server_host', dest='server_host', type='string', 168 parser.add_option('-p', '--server_port', dest='server_port', type='int', 170 parser.add_option('-o', '--origin', dest='origin', type='string', 172 parser.add_option('-r', '--resource', dest='resource', type='string', 174 parser.add_option('-m', '--message', dest='message', type='string', 178 parser.add_option('-q', '--quiet', dest='verbose', action='store_false', 180 parser.add_option('-t', '--tls', dest='use_tls', action='store_true', 182 parser.add_option('-k', '--socket_timeout', dest='socket_timeout', 186 (options, unused_args) = parser.parse_args( [all...] |
/frameworks/base/services/java/com/android/server/ |
DevicePolicyManagerService.java | 128 void readFromXml(XmlPullParser parser) 130 int outerDepth = parser.getDepth(); 132 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT 133 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { 137 String tag = parser.getName(); 139 info.readPoliciesFromXml(parser); 142 parser.getAttributeValue(null, "value")); 145 parser.getAttributeValue(null, "value")); 148 parser.getAttributeValue(null, "value")); 151 parser.getAttributeValue(null, "value")) 395 XmlPullParser parser = Xml.newPullParser(); local [all...] |
/external/bison/doc/ |
bison.texinfo | 34 @value{UPDATED}), the @acronym{GNU} parser generator. 57 * bison: (bison). @acronym{GNU} parser generator (Yacc replacement). 62 @subtitle The Yacc-compatible Parser Generator 100 * Interface:: C-language interface to the parser function @code{yyparse}. 101 * Algorithm:: How the Bison parser works at run-time. 106 * Invocation:: How to run Bison (to produce the parser source file). 107 * C++ Language Interface:: Creating C++ parser objects. 128 * Bison Parser:: What are Bison's input and output, 189 * Multiple Parsers:: Putting more than one Bison parser in one program. 225 * Pure Decl:: Requesting a reentrant parser [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AnimationDrawableTest.java | 376 XmlResourceParser parser = getResourceParser(R.xml.anim_list_correct); local 377 mAnimationDrawable.inflate(mResources, parser, Xml.asAttributeSet(parser)); 389 parser = getResourceParser(R.xml.anim_list_missing_list_attrs); 390 mAnimationDrawable.inflate(mResources, parser, Xml.asAttributeSet(parser)); 406 parser = getResourceParser(R.xml.anim_list_missing_item_drawable); 408 mAnimationDrawable.inflate(mResources, parser, Xml.asAttributeSet(parser)); 423 + "when param r, parser or attrs is null" 425 XmlResourceParser parser = getResourceParser(R.drawable.animationdrawable); local 464 XmlResourceParser parser = mResources.getXml(resId); local [all...] |