HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 151 - 175 of 410) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/src/
parser.h 153 // preparser recorder object that is suited to the parser's purposes. Also,
354 // Parser state of containing expression, if any.
410 class Parser : public ParserBase {
412 explicit Parser(CompilationInfo* info);
413 ~Parser() {
421 static bool Parse(CompilationInfo* info) { return Parser(info).Parse(); }
449 FunctionState(Parser* parser,
498 Parser* parser_;
507 ParsingModeScope(Parser* parser, Mode mode
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 31 public class DefaultHdfParser implements Parser {
142 public Parser newInstance() {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 21 import com.google.streamhtmlparser.Parser;
28 * An implementation of the {@code Parser} interface that is common to both
38 public class GenericParser implements Parser {
59 * Constructs a generic parser that is an exact copy of the
61 * change are shallow-copied (parser state table and state mappings).
75 * Tell the parser to process the provided {@code String}. This is just a
76 * convenience method that wraps over {@link Parser#parse(char)}.
91 * derived from a state-machine configuration file in the original C++ parser.
139 * Return the current state of the parser.
151 * Reset the parser back to its initial default state
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 1 // XMLReaderAdapter.java - adapt an SAX2 XMLReader to a SAX1 Parser
20 import org.xml.sax.Parser;
27 * Adapt a SAX2 XMLReader as a SAX1 Parser.
37 * and makes it act as a SAX1 {@link org.xml.sax.Parser Parser}. The XMLReader
47 * @see org.xml.sax.Parser
50 public class XMLReaderAdapter implements Parser, ContentHandler
82 * Parser.</p>
111 // Implementation of org.xml.sax.Parser.
122 * @see org.xml.sax.Parser#setLocal
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncBase.java 15 import com.android.exchange.adapter.Parser;
110 final AbstractSyncParser parser = mCollectionTypeHandler.getParser(mContext, mAccount, local
112 final boolean moreAvailable = parser.parse();
116 } catch (final Parser.EmptyStreamException e) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 32 import org.apache.james.mime4j.field.contenttype.parser.ContentTypeParser;
33 import org.apache.james.mime4j.field.contenttype.parser.ParseException;
34 import org.apache.james.mime4j.field.contenttype.parser.TokenMgrError;
208 public static class Parser implements FieldParser {
209 private static Log log = LogFactory.getLog(Parser.class);
216 ContentTypeParser parser = new ContentTypeParser(new StringReader(body)); local
218 parser.parseAll();
234 final String type = parser.getType();
235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /external/clang/lib/Parse/
ParseExpr.cpp 24 #include "clang/Parse/Parser.h"
35 /// \brief Simple precedence-based parser for binary/ternary operators.
119 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) {
130 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) {
139 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) {
156 ExprResult Parser::ParseAssignmentExpression(TypeCastState isTypeCast) {
182 Parser::ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,
194 ExprResult Parser::ParseConstantExpression(TypeCastState isTypeCast) {
207 bool Parser::isNotExpressionStart() {
221 Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 39 public class DebugParser : Parser {
40 /** <summary>Who to notify when events in the parser occur.</summary> */
51 * Create a normal parser except wrap the token stream in a debug
75 * Provide a new debug event listener for this parser. Notify the
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 40 public class DebugParser : Parser
42 /** <summary>Who to notify when events in the parser occur.</summary> */
53 * Create a normal parser except wrap the token stream in a debug
82 * Provide a new debug event listener for this parser. Notify the
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 1 package ANTLR::Runtime::Parser;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 15 rule = options.fetch( :rule ) { grammar_module::Parser.default_rule }
18 rule = grammar_module::Parser.default_rule
22 @parser = grammar_module::Parser.new( @lexer, parser_options )
24 out = @parser.send( rule ).template
303 @parser.input.render.should == expected
396 parser = TreeRewrite::Parser.new( tokens )
397 tree = parser.prog.tree
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Message.java 54 Parser<? extends Message> getParserForType();
Parser.java 40 public interface Parser<MessageType> {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 26 package gov.nist.javax.sip.parser;
34 * Base parser class.
42 public abstract class Parser extends ParserCore implements TokenTypes {
127 * $Log: Parser.java,v $
  /ndk/build/tools/
build-host-python.sh 326 echo "" > $SRCDIR/Parser/pgen.stamp
327 touch $SRCDIR/Parser/Python.asdl
328 touch $SRCDIR/Parser/asdl.py
329 touch $SRCDIR/Parser/asdl_c.py
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ItemOperationsParser.java 27 public class ItemOperationsParser extends Parser {
Parser.java 36 * Extremely fast and lightweight WBXML parser, implementing only the subset of WBXML that
40 public abstract class Parser {
64 // The input stream for this parser
86 // the parser at any given time
119 * Generated when the parser comes to EOF prematurely during parsing (i.e. in error)
126 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
167 public Parser(InputStream in) throws IOException {
174 * @param parser an existing, initialized parser
177 public Parser(Parser parser) throws IOException
    [all...]
AbstractSyncParser.java 45 public abstract class AbstractSyncParser extends Parser {
66 public AbstractSyncParser(Parser p, AbstractSyncAdapter adapter) throws IOException {
71 public AbstractSyncParser(final Parser p, final Context context, final ContentResolver resolver,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 22 import com.google.clearsilver.jsilver.data.Parser;
110 Parser hdfParser = dataFactory.getParser();
112 hdfParser.parse(new StringReader(content), data, new Parser.ErrorHandler() {
  /frameworks/native/include/input/
KeyCharacterMap.h 172 class Parser {
199 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
200 ~Parser();
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 28 import org.xml.sax.Parser;
39 * {@link org.xml.sax.Parser} interface, however this interface was
60 * As the content is parsed by the underlying parser, methods of the
352 Parser parser = this.getParser(); local
354 parser.setDocumentHandler(hb);
355 parser.setEntityResolver(hb);
356 parser.setErrorHandler(hb);
357 parser.setDTDHandler(hb);
359 parser.parse(is)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 81 // This is useful in case the asm parser doesn't handle something but the
113 OwningPtr<MCAsmParser> Parser(createMCAsmParser(SrcMgr,
126 TAP(TM.getTarget().createMCAsmParser(*STI, *Parser));
129 " we don't have an asm parser for this target\n");
130 Parser->setAssemblerDialect(Dialect);
131 Parser->setTargetParser(*TAP.get());
134 int Res = Parser->Run(/*NoInitialTextSection*/ true,

Completed in 1223 milliseconds

1 2 3 4 5 67 8 91011>>