Searched refs:parse (Results 201 - 225 of 1077) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dhetero-nodes.rb593 def parse( grammar_name, grammar_rule, input ) method in class:TestHeterogeneousNodeTypes
621 result = parse( :VToken, :a, 'a' )
627 result = parse( :TokenWithQualifiedType, :a, 'a' )
633 result = parse( :TokenWithLabel, :a, 'a' )
639 result = parse( :TokenWithListLabel, :a, 'a' )
645 result = parse( :TokenRoot, :a, 'a' )
651 result = parse( :TokenRootWithListLabel, :a, 'a' )
657 result = parse( :FromString, :a, 'begin' )
663 result = parse( :StringRoot, :a, 'begin' )
669 result = parse(
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestInterpretedParsing.java70 ParseTree t = parseEngine.parse("prog");
105 ParseTree t = parseEngine.parse("prog");
140 ParseTree t = parseEngine.parse("prog");
175 ParseTree t = parseEngine.parse("prog");
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealVectorFormat.java36 * <p>White space is ignored at parse time, even if it is in the prefix, suffix
40 * returned. In the second case, however, the parse position after parsing will be
257 * @param source the string to parse
262 public ArrayRealVector parse(String source) throws ParseException { method in class:RealVectorFormat
264 ArrayRealVector result = parse(source, parsePosition);
275 * @param source the string to parse
279 public ArrayRealVector parse(String source, ParsePosition pos) { method in class:RealVectorFormat
282 // parse prefix
288 // parse components
314 // parse suffi
[all...]
/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2109VersionHandler.java50 public void parse(final SetCookie cookie, final String value) method in class:RFC2109VersionHandler
H A DRFC2965CommentUrlAttributeHandler.java55 public void parse(final SetCookie cookie, final String commenturl) method in class:RFC2965CommentUrlAttributeHandler
H A DRFC2965DiscardAttributeHandler.java55 public void parse(final SetCookie cookie, final String commenturl) method in class:RFC2965DiscardAttributeHandler
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java51 * before you start a parse or do any configuration with
78 * <p>If there is no parent reader set, any attempt to parse
92 // it seems safer in case someone calls parse() on
106 * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
108 public void parse (InputSource input) method in class:TrAXFilter
161 throw new org.xml.sax.SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_CALL_PARSE, null)); //"parse can not be called if the ContentHandler has not been set!");
164 getParent().parse(input);
184 * @see org.xml.sax.XMLReader#parse(java.lang.String)
186 public void parse (String systemId) method in class:TrAXFilter
189 parse(ne
[all...]
/external/bison/examples/calc++/
H A Dcalc++-driver.hh34 int parse (const std::string& f);
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Detag.py28 return ETagMatcher.parse(value, strong=strong)
110 def parse(cls, value, strong=True): member in class:ETagMatcher
135 def parse(cls, value): member in class:IfRange
145 return cls(ETagMatcher.parse(value))
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dparser_test.js43 parser.parse(test.input),
54 //NOTE: the idea of this test is the following: we parse document with the location info.
66 document = parser.parse(html);
117 document = parser.parse(html);
131 document = parser.parse(html);
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/tools/
H A Dnamed_entity_trie_generator.js5 entitiesData = JSON.parse(fileData);
/external/clang/bindings/python/examples/cindex/
H A Dcindex-includes.py33 tu = index.parse(None, args)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.cmd21 parse arg mode envarg '::' antarg
89 parse arg envar default
/external/emma/core/java12/com/vladium/util/args/
H A DIOptsParser.java63 IOpts parse (String [] args); method in interface:IOptsParser
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DStringLoader.java28 uri = Uri.parse(model);
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java222 int parse = Integer.parseInt(checkNotNull(string), radix);
224 if (parse >> Byte.SIZE == 0) {
225 return (byte) parse;
227 throw new NumberFormatException("out of range: " + parse);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapEnvelope.java139 public void parse(XmlPullParser parser) throws IOException, XmlPullParserException { method in class:SoapEnvelope
164 headers.parse(parser);
195 fault.parse(parser);
199 node.parse(parser);
/external/llvm/examples/BrainF/
H A DBrainF.h11 // to pass all of it around. The main method is parse.
42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h9 // This is a utility class used to parse user-provided text files with
96 bool parse(const MemoryBuffer *MB, std::string &Error);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRollRecoveryEntry.java43 public void parse(ByteBuffer byteBuffer) { method in class:RollRecoveryEntry
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java48 public void parse(ByteBuffer byteBuffer) { method in class:PlayReadyHeader
133 record.parse((ByteBuffer) byteBuffer.slice().limit(length));
141 public abstract void parse(ByteBuffer bytes); method in class:PlayReadyHeader.PlayReadyRecord
164 public void parse(ByteBuffer bytes) { method in class:PlayReadyHeader.PlayReadyRecord.RMHeader
212 public void parse(ByteBuffer bytes) { method in class:PlayReadyHeader.PlayReadyRecord.EmeddedLicenseStore
240 public void parse(ByteBuffer bytes) { method in class:PlayReadyHeader.PlayReadyRecord.DefaulPlayReadyRecord
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAuthenticationInfoParser.java45 * @param authenticationInfo the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the AuthenticationInfo String header
64 public SIPHeader parse() throws ParseException { method in class:AuthenticationInfoParser
67 dbg_enter("AuthenticationInfoParser.parse");
95 dbg_leave("AuthenticationInfoParser.parse");
H A DChallengeParser.java47 * @param String challenge message to parse to set
55 * @param String challenge message to parse to set
85 public void parse(AuthenticationHeader header) throws ParseException { method in class:ChallengeParser
H A DContentLengthParser.java52 public SIPHeader parse() throws ParseException { method in class:ContentLengthParser
H A DDateParser.java41 * @param date message to parse to set
56 public SIPHeader parse() throws ParseException { method in class:DateParser
58 dbg_enter("DateParser.parse");
77 dbg_leave("DateParser.parse");

Completed in 743 milliseconds

1234567891011>>