HomeSort by relevance Sort by last modified time
    Searched refs:parser (Results 1251 - 1275 of 2610) sorted by null

<<51525354555657585960>>

  /external/icu/icu4c/source/tools/toolutil/
xmlparser.h 16 * Tiny XML parser using ICU and intended for use in ICU tests and in build tools.
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
156 * A simple XML parser; it is neither efficient nor conformant and only useful for
165 * Create an XML parser.
  /external/libxml2/
Android.mk 39 parserInternals.c parser.c tree.c hash.c list.c xmlIO.c \
testThreadsWin32.c 8 #include <libxml/parser.h>
  /external/libxml2/VxWorks/
Makefile 40 parser.o parserInternals.o pattern.o \
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 26 package gov.nist.javax.sip.parser;
31 /** Parser for addresses.
38 public class AddressParser extends Parser {
Pipeline.java 26 package gov.nist.javax.sip.parser;
35 * Input class for the pipelined parser. Buffer all bytes read from the socket
36 * and make them available to the message parser.
SubscriptionStateParser.java 26 package gov.nist.javax.sip.parser;
34 * Parser for SubscriptionState header.
151 SubscriptionStateParser parser =
153 SubscriptionState ss= (SubscriptionState) parser.parse();
TokenNames.java 26 package gov.nist.javax.sip.parser;
WarningParser.java 26 package gov.nist.javax.sip.parser;
34 * Parser for Warning header.
186 * for (int i = 0; i < warning.length; i++ ) { WarningParser parser = new
188 * parser.parse(); System.out.println("encoded = " + warningList.encode()); }
  /external/protobuf/src/google/protobuf/compiler/
importer.h 35 // This file is the public interface to the .proto file parser.
46 #include <google/protobuf/compiler/parser.h>
135 // of opening the file, parsing it with a Parser, recursively parsing all its
  /external/skia/include/xml/
SkXMLParser.h 84 void reportError(void* parser);
  /external/v8/tools/
stats-viewer.py 462 parser = optparse.OptionParser("usage: %prog [--filter=re] "
464 parser.add_option("--filter",
468 (options, args) = parser.parse_args()
470 parser.print_help()
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 58 ndk-stack-parser.c
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 119 void produce_argument( parser const& p )
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 17 package com.google.android.mail.common.html.parser;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java 288 XmlPullParser parser = Xml.newPullParser(); local
289 parser.setInput(new BufferedInputStream(new ByteArrayInputStream(data)), null);
290 parser.nextTag();
291 result = xml.readFromXml(parser, MAX_VERSION, context);
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 81 * Custom parser that implements {@link ILayoutPullParser} (which itself extends
247 // create a parser for the layout file
248 TestParser parser = new TestParser(); local
249 parser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, true);
250 parser.setInput(new FileReader(layout));
271 parser,
  /external/selinux/sepolgen/src/sepolgen/
refparser.py 23 # This is a parser for the refpolicy policy "language" - i.e., the
25 # constructs on top of that base language. This parser is primarily
29 # Both the lexer and parser are included in this file. The are implemented
281 # Parser
968 # Interface to the parser
972 global error, parse_file, success, parser
984 parser = None variable
987 global parser, lexer, m, spt
989 if not parser:
991 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 968 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
992 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
1214 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refparser.py 23 # This is a parser for the refpolicy policy "language" - i.e., the
25 # constructs on top of that base language. This parser is primarily
29 # Both the lexer and parser are included in this file. The are implemented
281 # Parser
968 # Interface to the parser
972 global error, parse_file, success, parser
984 parser = None variable
987 global parser, lexer, m, spt
989 if not parser:
991 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
refparser.py 23 # This is a parser for the refpolicy policy "language" - i.e., the
25 # constructs on top of that base language. This parser is primarily
29 # Both the lexer and parser are included in this file. The are implemented
281 # Parser
968 # Interface to the parser
972 global error, parse_file, success, parser
984 parser = None variable
987 global parser, lexer, m, spt
989 if not parser:
991 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /frameworks/base/core/java/android/content/res/
Resources.java 1602 final XmlBlock.Parser parser = (XmlBlock.Parser)set; local
1956 XmlBlock.Parser parser = (XmlBlock.Parser)set; local
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1397 milliseconds

<<51525354555657585960>>