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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 593 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( :RewriteToken, :a, 'a'
    [all...]
  /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
BasicSecureHandler.java 50 public void parse(final SetCookie cookie, final String value) method in class:BasicSecureHandler
  /external/autotest/cli/
suite.py 81 def parse(self): member in class:suite_create
103 options, leftover = suite.parse(
test.py 75 def parse(self): member in class:test_list
76 (options, leftover) = super(test_list, self).parse()
user.py 68 def parse(self): member in class:user_list
69 (options, leftover) = super(user_list, self).parse()
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java 56 void parse(Reader reader, Data output, ErrorHandler errorHandler, ResourceLoader resourceLoader, method in interface:Parser
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 37 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { function in class:DWARFDebugLoc
77 void DWARFDebugLocDWO::parse(DataExtractor data) { function in class:DWARFDebugLocDWO
  /external/llvm/utils/release/
findRegressions-nightly.py 12 def parse(file): function
124 d_old = parse(sys.argv[1])
125 d_new = parse(sys.argv[2])
  /external/mesa3d/scons/
source_list.py 59 """Parse a variable definition line."""
85 """Parse a source list line."""
112 def parse(self, filename): member in class:SourceListParser
113 """Parse a source list file."""
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
GroupEntry.java 22 public abstract void parse(ByteBuffer byteBuffer); method in class:GroupEntry
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java 45 * @param authorization Authorization message to parse
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:AuthorizationParser
65 dbg_enter("parse");
69 super.parse(auth);
72 dbg_leave("parse");
ProxyAuthenticateParser.java 44 * @param proxyAuthenticate message to parse
59 * parse the String message
63 public SIPHeader parse() throws ParseException { method in class:ProxyAuthenticateParser
66 super.parse(proxyAuthenticate);
84 ProxyAuthenticate pa= (ProxyAuthenticate) pap.parse();
ProxyAuthorizationParser.java 45 * @param proxyAuthorization -- header to parse
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:ProxyAuthorizationParser
67 super.parse(proxyAuth);
86 ProxyAuthorization pa= (ProxyAuthorization) pap.parse();
91 pap.parse();
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();
WWWAuthenticateParser.java 44 * @param wwwAuthenticate - message to parse
59 * parse the String message
63 public SIPHeader parse() throws ParseException { method in class:WWWAuthenticateParser
65 dbg_enter("parse");
69 super.parse(wwwAuthenticate);
73 dbg_leave("parse");
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityClientParser.java 63 public SIPHeader parse() throws ParseException method in class:SecurityClientParser
65 dbg_enter("SecuriryClient parse");
71 (SecurityClientList) super.parse(secClient);
76 dbg_leave("SecuriryClient parse");
SecurityServerParser.java 63 public SIPHeader parse() throws ParseException method in class:SecurityServerParser
65 dbg_enter("SecuriryServer parse");
71 (SecurityServerList) super.parse(secServer);
75 dbg_leave("SecuriryServer parse");
106 SecurityServer secServer= (SecurityServer) parser.parse();
116 SecurityServerList secList = (SecurityServerList) parser.parse();
SecurityVerifyParser.java 62 public SIPHeader parse() throws ParseException method in class:SecurityVerifyParser
64 dbg_enter("SecuriryVerify parse");
70 (SecurityVerifyList) super.parse(secVerify);
74 dbg_leave("SecuriryVerify parse");
  /external/v8/src/inspector/
remote-object-id.cc 30 Response RemoteObjectId::parse(const String16& objectId, function in class:v8_inspector::RemoteObjectId
46 Response RemoteCallFrameId::parse(const String16& objectId, function in class:v8_inspector::RemoteCallFrameId
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkErrorMessage.java 32 public static NetlinkErrorMessage parse(StructNlMsgHdr header, ByteBuffer byteBuffer) { method in class:NetlinkErrorMessage
35 errorMsg.mNlMsgErr = StructNlMsgErr.parse(byteBuffer);
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ImageViewBindingAdapter.java 35 view.setImageURI(Uri.parse(imageUri));
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 37 * <p>This method reads a whole InputStream. If you just want to parse one vCard entry inside
40 * @param is The source to parse.
43 public abstract void parse(InputStream is) throws IOException, VCardException; method in class:VCardParser
71 * @param is The source to parse.
78 * {@link #parse(InputStream)}
81 public void parse(InputStream is, VCardInterpreter interpreter) method in class:VCardParser
84 parse(is);
89 * Cancel parsing vCard. Useful when you want to stop the parse in the other threads.

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011>>