HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 51 - 75 of 3075) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bison/examples/calc++/
calc++-driver.cc 17 calcxx_driver::parse (const std::string &f) function in class:calcxx_driver
23 int res = parser.parse ();
  /external/bison/tests/
bison.in 32 # compile Bison's src/parse-gram.y, post-process the synclines to
37 */parse-gram.y)
41 # do it. Besides, it leaves "parse-gram.y" as the source,
43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \
44 -e 's{".*/(parse-gram\.y)"}{"$1"}g;' \
  /external/llvm/utils/git-svn/
git-svnup 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
FromParser.java 51 public SIPHeader parse() throws ParseException { method in class:FromParser
59 super.parse(from);
ReplyToParser.java 44 * @param replyTo the header to parse
52 * param lexer the lexer to use to parse the header
59 * parse the String message and generate the ReplyTo List Object
63 public SIPHeader parse() throws ParseException { method in class:ReplyToParser
66 dbg_enter("ReplyTo.parse");
73 super.parse(replyTo);
78 dbg_leave("ReplyTo.parse");
92 ReplyTo re = (ReplyTo) rt.parse();
ToParser.java 55 public SIPHeader parse() throws ParseException { method in class:ToParser
59 super.parse(to);
82 To t = (To) tp.parse();
  /external/proguard/src/proguard/io/
NameFilter.java 54 super(new DataEntryNameFilter(new ListParser(new FileNameParser()).parse(regularExpression)),
79 super(new DataEntryNameFilter(new ListParser(new FileNameParser()).parse(regularExpressions)),
  /external/proguard/src/proguard/util/
ClassNameParser.java 60 public StringMatcher parse(String regularExpression) method in class:ClassNameParser
76 new OrMatcher(parse(regularExpression.substring(index + 5)),
90 createAnyTypeMatcher(parse(regularExpression.substring(index + 5)));
104 parse(regularExpression.substring(index + 2)));
118 parse(regularExpression.substring(index + 1)));
132 parse(regularExpression.substring(index + 1)));
146 parse(regularExpression.substring(index + 1)));
203 StringMatcher matcher = parser.parse(args[0]);
NameParser.java 39 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]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
NoSubclassParser.java 33 public void parse(InputSource source) { method in class:NoSubclassParser
36 public void parse(String systemId) { method in class:NoSubclassParser
  /packages/apps/Contacts/src/com/android/contacts/util/
StructuredPostalUtils.java 31 return Uri.parse("geo:0,0?q=" + Uri.encode(postalAddress));
39 return Uri.parse("https://maps.google.com/maps?daddr=" + Uri.encode(postalAddress));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.c 114 struct tgsi_parse_context parse; local
134 if (tgsi_parse_init( &parse, tokens_in ) != TGSI_PARSE_OK) {
138 procType = parse.FullHeader.Processor.Processor;
159 while( !tgsi_parse_end_of_tokens( &parse ) ) {
161 tgsi_parse_token( &parse );
163 switch( parse.FullToken.Token.Type ) {
167 = &parse.FullToken.FullInstruction;
179 = &parse.FullToken.FullDeclaration;
191 = &parse.FullToken.FullImmediate;
202 = &parse.FullToken.FullProperty
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 114 struct tgsi_parse_context parse; local
134 if (tgsi_parse_init( &parse, tokens_in ) != TGSI_PARSE_OK) {
138 procType = parse.FullHeader.Processor.Processor;
159 while( !tgsi_parse_end_of_tokens( &parse ) ) {
161 tgsi_parse_token( &parse );
163 switch( parse.FullToken.Token.Type ) {
167 = &parse.FullToken.FullInstruction;
179 = &parse.FullToken.FullDeclaration;
191 = &parse.FullToken.FullImmediate;
202 = &parse.FullToken.FullProperty
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 28 parcelAndUnparcel(Uri.parse("foo:bob%20lee"));
53 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build();
80 Uri.parse("foo:bob%20lee").getSchemeSpecificPart());
82 Uri.parse("foo:bob%20lee").getEncodedSchemeSpecificPart());
85 Uri.parse("foo:/bob%20lee").getEncodedPath());
86 assertNull(Uri.parse("foo:bob%20lee").getPath());
89 Uri.parse("foo:?bob%20lee").getEncodedQuery());
90 assertNull(Uri.parse("foo:bob%20lee").getEncodedQuery());
91 assertNull(Uri.parse("foo:bar#?bob%20lee").getQuery());
94 Uri.parse("foo:#bob%20lee").getEncodedFragment())
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 148 static int eap_ttls_avp_parse(struct wpabuf *buf, struct eap_ttls_avp *parse)
156 os_memset(parse, 0, sizeof(*parse));
200 if (parse->eap == NULL) {
201 parse->eap = os_malloc(dlen);
202 if (parse->eap == NULL) {
208 os_memcpy(parse->eap, dpos, dlen);
209 parse->eap_len = dlen;
211 u8 *neweap = os_realloc(parse->eap,
212 parse->eap_len + dlen)
955 struct eap_ttls_avp parse; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DumpFileProviderTest.java 53 Uri uri = Uri.parse(URI_PREFIX + fileName);
60 final Uri uri = Uri.parse(URI_PREFIX + fileName);
71 final Uri uri = Uri.parse(URI_PREFIX + fileName);
78 final Uri uri = Uri.parse(URI_PREFIX + fileName);
  /external/apache-http/src/org/apache/http/cookie/
CookieAttributeHandler.java 54 * Parse the given cookie attribute value and update the corresponding
60 void parse(SetCookie cookie, String value) method in interface:CookieAttributeHandler
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicCommentHandler.java 48 public void parse(final SetCookie cookie, final String value) method in class:BasicCommentHandler
  /external/apache-http/src/org/apache/http/io/
HttpMessageParser.java 55 HttpMessage parse() method in interface:HttpMessageParser
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
MediaListDirective.h 24 void parse(const UChar* begin, const UChar* end);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.h 24 bool parse(Token *token, int *result);
  /external/clang/bindings/python/tests/cindex/
test_file.py 5 tu = index.parse('t.c', unsaved_files = [('t.c', "")])
  /external/deqp/executor/
xeTestCaseListParser.hpp 42 void parse (const deUint8* bytes, int numBytes);
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.h 32 /// \brief Parse the section from raw data.
34 void parse(DataExtractor Data);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 29 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

Completed in 855 milliseconds

1 23 4 5 6 7 8 91011>>