HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 476 - 500 of 895) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 53 #include <google/protobuf/compiler/parser.h>
86 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
137 // Set up the tokenizer and parser.
141 Parser parser; local
143 parser.RecordErrorsTo(&file_error_collector);
146 parser.RecordSourceLocationsTo(&source_locations_);
151 return parser.Parse(&tokenizer, output) &&
  /external/testng/src/main/java/org/testng/xml/
LaunchSuite.java 143 suiteBuffer.setDocType("suite SYSTEM \"" + Parser.TESTNG_DTD_URL + "\"");
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 15 #include "src/parsing/parser.h"
80 parser_.reset(new Parser(parse_info_.get()));
111 // Nullify the Isolate temporarily so that the parser doesn't accidentally
  /prebuilts/gdb/darwin-x86/lib/python2.7/
markupbase.py 25 """Parser base class which provides some common support methods used
127 # this could be handled in a separate doctype parser
  /prebuilts/gdb/linux-x86/lib/python2.7/
markupbase.py 25 """Parser base class which provides some common support methods used
127 # this could be handled in a separate doctype parser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 25 """Parser base class which provides some common support methods used
127 # this could be handled in a separate doctype parser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py 25 """Parser base class which provides some common support methods used
127 # this could be handled in a separate doctype parser
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 37 from Parser.InfAsBuiltProcess import GetPackageListInfo
38 from Parser.DecParser import Dec
40 from Object.Parser.InfPackagesObject import InfPackageItem
481 # Package information not been generated currently, we need to parser INF file to get information.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 32 from antlr3 import Parser, TokenStream, RecognitionException, Token
35 class DebugParser(Parser):
43 # Who to notify when events in the parser occur.
50 """Provide a new debug event listener for this parser. Notify the
82 Parser.reportError(self, exc)
414 """The parser has just entered a rule. No decision has been made about
492 """The parser is going to look arbitrarily ahead; mark this location,
516 """To watch a parser move through the grammar, the parser needs to
522 the parser whenever it hits this line/pos
    [all...]
  /external/libmojo/third_party/jinja2/
environment.py 21 from jinja2.parser import Parser
271 # lexer / parser information
459 return Parser(self, source, name, encode_filename(filename)).parse()
487 """Called by the parser to do the preprocessing and filtering
584 parser = Parser(self, source, state='variable')
587 expr = parser.parse_expression()
588 if not parser.stream.eos:
590 parser.stream.current.lineno
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 29 import org.xml.sax.Parser;
63 public Parser getParser() throws SAXException {
121 SAXParser parser; field in class:SAXParserTest
143 // we differntiate between a validating and a non validating parser
145 SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); local
146 validating = parser.isValidating();
190 parser = spf.newSAXParser();
191 assertNotNull(parser);
215 // parser.parse(is, dh, ParsingSupport.XML_SYSTEM_ID);
232 // parser.parse(is, hb, ParsingSupport.XML_SYSTEM_ID)
828 Parser parser = spf.newSAXParser().getParser(); local
851 SAXParser parser = spf.newSAXParser(); local
863 SAXParser parser = spf.newSAXParser(); local
873 SAXParser parser = spf.newSAXParser(); local
884 SAXParser parser = spf.newSAXParser(); local
894 SAXParser parser = spf.newSAXParser(); local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessage.java 84 public Parser<? extends GeneratedMessage> getParserForType() {
278 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input)
281 return parser.parseFrom(input);
287 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input,
290 return parser.parseFrom(input, extensions);
296 protected static <M extends Message> M parseWithIOException(Parser<M> parser,
299 return parser.parseFrom(input)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 190 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceRequest), global::Conformance.ConformanceRequest.Parser, new[]{ "ProtobufPayload", "JsonPayload", "RequestedOutputFormat" }, new[]{ "Payload" }, null, null),
191 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceResponse), global::Conformance.ConformanceResponse.Parser, new[]{ "ParseError", "SerializeError", "RuntimeError", "ProtobufPayload", "JsonPayload", "Skipped" }, new[]{ "Result" }, null, null),
192 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.TestAllTypes), global::Conformance.TestAllTypes.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalNestedMessage", "OptionalForeignMessage", "OptionalNestedEnum", "OptionalForeignEnum", "OptionalStringPiece", "OptionalCord", "RecursiveMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedStringPiece", "RepeatedCord", "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapStringBytes", "MapStringNestedMessage", "MapStringForeignMessage", "MapStringNestedEnum", "MapStringForeignEnum", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes", "OptionalBoolWrapper", "OptionalInt32Wrapper", "OptionalInt64Wrapper", "OptionalUint32Wrapper", "OptionalUint64Wrapper", "OptionalFloatWrapper", "OptionalDoubleWrapper", "OptionalStringWrapper", "OptionalBytesWrapper", "RepeatedBoolWrapper", "RepeatedInt32Wrapper", "RepeatedInt64Wrapper", "RepeatedUint32Wrapper", "RepeatedUint64Wrapper", "RepeatedFloatWrapper", "RepeatedDoubleWrapper", "RepeatedStringWrapper", "RepeatedBytesWrapper", "OptionalDuration", "OptionalTimestamp", "OptionalFieldMask", "OptionalStruct", "OptionalAny", "OptionalValue", "RepeatedDuration", "RepeatedTimestamp", "RepeatedFieldmask", "RepeatedStruct", "RepeatedAny", "RepeatedValue", "Fieldname1", "FieldName2", "FieldName3", "FieldName4", "Field0Name5", "Field0Name6", "FieldName7", "FieldName8", "FieldName9", "FieldName10", "FIELDNAME11", "FIELDName12" }, new[]{ "OneofField" }, new[]{ typeof(global::Conformance.TestAllTypes.Types.NestedEnum) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.TestAllTypes.Types.NestedMessage), global::Conformance.TestAllTypes.Types.NestedMessage.Parser, new[]{ "A", "Corecursive" }, null, null, null),
194 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ForeignMessage), global::Conformance.ForeignMessage.Parser, new[]{ "C" }, null, null, null)
226 public static pb::MessageParser<ConformanceRequest> Parser { get { return _parser; } }
418 public static pb::MessageParser<ConformanceResponse> Parser { get { return _parser; } }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 78 import org.eclipse.jdt.internal.compiler.parser.Parser;
    [all...]
  /external/v8/src/
compiler.cc 31 #include "src/parsing/parser.h"
456 if (!Parser::ParseStatic(info->parse_info())) return MaybeHandle<Code>();
830 if (!Parser::ParseStatic(info.parse_info())) return MaybeHandle<Code>();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 52 ############################################ Tree Parser ###########################################
70 Furthermore, it is capable of generating several different flavors of parser,
86 == The Tree Parser API
88 Like Parser, the class does not stray too far from the Recognizer API.
673 provide it to the parser.
    [all...]

Completed in 735 milliseconds

<<11121314151617181920>>