HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 351 - 375 of 1306) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 87 public SIPHeader parse() throws ParseException method in class:PAccessNetworkInfoParser
91 dbg_enter("AccessNetworkInfoParser.parse");
118 dbg_leave("AccessNetworkInfoParser.parse");
PMediaAuthorizationParser.java 73 public SIPHeader parse() throws ParseException method in class:PMediaAuthorizationParser
78 dbg_enter("MediaAuthorizationParser.parse");
114 dbg_leave("MediaAuthorizationParser.parse");
137 PMediaAuthorizationList mList= (PMediaAuthorizationList) mParser.parse();
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 53 this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression);
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 67 new ListParser(new ClassNameParser()).parse(classFilter);
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorFilter.java 50 this(new ClassNameParser().parse(regularExpression), memberVisitor);
MemberNameFilter.java 50 this(new NameParser().parse(regularExpression), memberVisitor);
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 73 // Parse the default configuration file.
78 parser.parse(configuration);
  /external/webkit/Source/JavaScriptCore/parser/
Parser.cpp 36 void Parser::parse(JSGlobalData* globalData, FunctionParameters* parameters, JSParserStrictness strictness, JSParserMode mode, int* errLine, UString* errMsg) function in class:JSC::Parser
65 *errMsg = parseError ? parseError : "Parse error";
  /external/webkit/Source/JavaScriptCore/runtime/
CommonIdentifiers.h 59 macro(parse) \
  /external/webkit/Source/WebCore/inspector/front-end/
Settings.js 93 return JSON.parse(window.localStorage[key]);
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.h 50 bool parse(const ResourceResponse&, String& errorDescription);
  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h 66 void parse(const String&);
  /external/webkit/Source/WebCore/platform/text/
LocalizedNumberICU.cpp 70 formatter->parse(numberUnicodeString, result, position);
  /external/webkit/Tools/Scripts/
check-webkit-style 90 (paths, options) = parser.parse(args)
update-sources-list.py 46 doc = minidom.parse(filepath)
  /frameworks/base/core/java/android/text/style/
URLSpan.java 58 Uri uri = Uri.parse(getURL());
  /frameworks/base/core/java/android/webkit/
ContentLoader.java 65 Uri uri = Uri.parse(mUrl);
  /frameworks/base/include/ui/
KeyLayoutMap.h 89 status_t parse();
  /frameworks/base/include/utils/
PropertyMap.h 42 * Files that contain the '\' or '"' character will fail to parse.
91 status_t parse();
  /frameworks/base/media/libstagefright/include/
M3UParser.h 61 status_t parse(const void *data, size_t size);
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.h 76 bool parse(const void *data, size_t size);
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ImageDescriptor.java 56 static ImageDescriptor parse(byte[] rawData, int valueIndex) { method in class:ImageDescriptor
63 // parse image id
66 // parse offset
72 CatLog.d("ImageDescripter", "parse; failed parsing image descriptor");
  /libcore/luni/src/main/java/java/text/
DateFormat.java 43 * {@code DateFormat} helps you to format and parse dates for any locale. Your
81 * {@code DateFormat} can also be used to parse strings:
85 * myDate = df.parse(myString);
110 * There are versions of the parse and format methods which use
113 * <li>progressively parse through pieces of a string;
617 * the string to parse.
622 public Date parse(String string) throws ParseException { method in class:DateFormat
624 Date date = parse(string, position);
641 * parse succeeds. Clients may insist on strict adherence to the format by
645 * the string to parse
655 public abstract Date parse(String string, ParsePosition position); method in class:DateFormat
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 67 * before you start a parse or do any configuration with
108 * <p>If there is no parent reader set, any attempt to parse
322 * Parse a document.
331 public void parse (InputSource input)
335 parent.parse(input);
340 * Parse a document.
349 public void parse (String systemId) method
352 parse(new InputSource(systemId));
688 * Set up before a parse.
690 * <p>Before every parse, check whether the parent i
328 public void parse (InputSource input) method in class:XMLFilterImpl
346 public void parse (String systemId) method in class:XMLFilterImpl
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 155 parser.parse(getClass().getResourceAsStream("/SimpleParserTest.xml"),
181 parser.parse(getClass().getResourceAsStream("/SimpleParserTest.xml"),
222 parser.parse(this.getClass().getResourceAsStream("/staffEntRes.xml"),
229 parser.parse(getClass().getResourceAsStream("/staffNS.xml"),

Completed in 1151 milliseconds

<<11121314151617181920>>