Searched defs:parse (Results 1 - 25 of 348) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dauto-ast.rb8 def parse( grammar, rule, input, expect_errors = false ) method in class:TestAutoAST
61 result = parse( <<-'END', :a, 'abc 34' )
73 result = parse( <<-'END', :a, 'abc 34' )
85 result = parse( <<-'END', :a, 'abc 34' )
97 result = parse( <<-'END', :a, '34 abc' )
109 result = parse( <<-'END', :a, 'abc 34 dag 4532' )
122 result = parse( <<-'END', :a, 'a 1 b' )
134 result = parse( <<-'END', :a, 'void foo;' )
146 result = parse( <<-'END', :a, 'void foo;' )
158 result = parse( <<
[all...]
H A Drewrites.rb8 def parse( grammar, rule, input, expect_errors = false ) method in class:TestASTViaRewriteRules
60 result = parse( <<-'END', :a, 'abc 34' )
73 result = parse( <<-'END', :a, 'abc' )
87 result = parse( <<-'END', :a, 'abc' )
101 result = parse( <<-'END', :a, 'abc' )
115 result = parse( <<-'END', :a, 'abc' )
128 result = parse( <<-'END', :a, 'c' )
142 result = parse( <<-'END', :a, 'ick' )
156 result = parse( <<-'END', :a, 'abc' )
171 result = parse( <<
[all...]
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/runtime/Ruby/test/functional/template-output/
H A Dtemplate-output.rb8 def parse( grammar, input, options = nil ) method in class:TestTemplateOutput
29 ANTLR3::Template::Group.parse( source.fixed_indent( 0 ) )
34 text = parse( <<-'END', "abc 34" )
61 text = parse( <<-'END', 'a + b', :templates => templates )
82 text = parse( <<-'END', 'abc 34' )
101 text = parse( <<-'END', "abc def ghi" )
122 text = parse( <<-'END', "abc" )
140 text = parse( <<-'END', 'abc' )
157 # text = parse( <<-'END', 'abc' )
185 text = parse( <<
[all...]
/external/webkit/Source/WebKit2/Shared/mac/
H A DCommandLineMac.cpp34 bool CommandLine::parse(int argc, char** argv) function in class:WebKit::CommandLine
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb66 def parse( grammar, rule, input, options = {} ) method in class:TestDebugGrammars
99 parse( grammar, :a, 'a', :listener => listener )
121 debugger = parse( grammar, :a, 'a' )
151 debugger = parse( grammar, :a, "a b" )
189 debugger = parse( grammar, :a, "a" )
223 debugger = parse( grammar, :a, "a 1 b c 3" )
294 debugger = parse( grammar, :a, "a 1 b c 3" )
364 debugger = parse( grammar, :a, "a" )
403 debugger = parse( grammar, :a, "a 1" )
456 debugger = parse( gramma
[all...]
/external/proguard/src/proguard/util/
H A DStringParser.java34 public StringMatcher parse(String regularExpression); method in interface:StringParser
H A DFileNameParser.java40 public StringMatcher parse(String regularExpression) method in class:FileNameParser
58 parse(regularExpression.substring(index + 2)));
72 parse(regularExpression.substring(index + 1)));
86 parse(regularExpression.substring(index + 1)));
108 StringMatcher matcher = parser.parse(args[0]);
H A DNameParser.java39 public StringMatcher parse(String regularExpression) method in class:NameParser
57 parse(regularExpression.substring(index + 1)));
71 parse(regularExpression.substring(index + 1)));
93 StringMatcher matcher = parser.parse(args[0]);
/external/apache-http/src/org/apache/http/io/
H A DHttpMessageParser.java50 HttpMessage parse() method in interface:HttpMessageParser
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHexParser.java44 public static byte[] parse(String src) { method in class:HexParser
/external/skia/src/ports/
H A DSkXMLParser_empty.cpp10 bool SkXMLParser::parse(SkStream& docStream) function in class:SkXMLParser
15 bool SkXMLParser::parse(const char doc[], size_t len) function in class:SkXMLParser
/external/webkit/Source/WebCore/bindings/scripts/
H A DInFilesParser.pm75 # parse take 3 attributes:
80 sub parse($) subroutine
/external/webkit/Source/WebKit2/Shared/win/
H A DCommandLineWin.cpp31 bool CommandLine::parse(LPTSTR commandLineString) function in class:WebKit::CommandLine
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java46 // Recursively parse each directory, and each file on the
51 parse(new File(args[i]));
66 public static void parse(File source) throws Exception method in class:Main
83 parse(new File(source, files[i]));
87 // Else find out if it is an ASP.Net file and parse it if it is
237 // The file we tried to parse does not exist
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicCommentHandler.java42 public void parse(final SetCookie cookie, final String value) method in class:BasicCommentHandler
H A DBasicExpiresHandler.java49 public void parse(final SetCookie cookie, final String value) method in class:BasicExpiresHandler
60 throw new MalformedCookieException("Unable to parse expires attribute: "
H A DBasicMaxAgeHandler.java44 public void parse(final SetCookie cookie, final String value) method in class:BasicMaxAgeHandler
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
H A DSrtParser.java29 public static TextTrackImpl parse(InputStream is) throws IOException { method in class:SrtParser
41 long startTime = parse(timeString.split("-->")[0]);
42 long endTime = parse(timeString.split("-->")[1]);
50 private static long parse(String in) { method in class:SrtParser
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAcceptEncodingParser.java67 * @param acceptEncoding message to parse
82 * parse the String message
86 public SIPHeader parse() throws ParseException { method in class:AcceptEncodingParser
89 dbg_enter("AcceptEncodingParser.parse");
138 dbg_leave("AcceptEncodingParser.parse");
H A DAcceptLanguageParser.java64 * @param acceptLanguage AcceptLanguage message to parse
79 * parse the String message
83 public SIPHeader parse() throws ParseException { method in class:AcceptLanguageParser
86 dbg_enter("AcceptLanguageParser.parse");
131 dbg_leave("AcceptLanguageParser.parse");
H A DAcceptParser.java46 * @param accept the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the Accept String header
65 public SIPHeader parse() throws ParseException { method in class:AcceptParser
68 dbg_enter("AcceptParser.parse");
87 super.parse(accept);
104 super.parse(accept);
111 dbg_leave("AcceptParser.parse");
H A DAddressParametersParser.java50 protected void parse(AddressParametersHeader addressParametersHeader) method in class:AddressParametersParser
52 dbg_enter("AddressParametersParser.parse");
67 } else super.parse(addressParametersHeader);
72 dbg_leave("AddressParametersParser.parse");
H A DAlertInfoParser.java49 * @param alertInfo the header to parse
57 * @param lexer the lexer to use to parse the header
64 * parse the AlertInfo String header
68 public SIPHeader parse() throws ParseException { method in class:AlertInfoParser
71 dbg_enter("AlertInfoParser.parse");
101 super.parse(alertInfo);
112 dbg_leave("AlertInfoParser.parse");
H A DAllowEventsParser.java46 * @param allowEvents the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the AllowEvents String header
65 public SIPHeader parse() throws ParseException { method in class:AllowEventsParser
68 dbg_enter("AllowEventsParser.parse");
102 dbg_leave("AllowEventsParser.parse");

Completed in 430 milliseconds

1234567891011>>