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

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109DomainHandler.java 47 public void parse(final SetCookie cookie, final String value) method in class:RFC2109DomainHandler
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 20 //The XMLHttpRequest object that tries to load and parse the feed.
281 var msg = JSON.parse(e.data);
331 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
355 var topics = JSON.parse(window.localStorage.getItem('topics'));
356 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 78 tu = index.parse(None, args)
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 51 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
53 // check if usage is requested before checking args parse errors etc:
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RetryAfterParser.java 48 * @param retryAfter the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the String message
67 public SIPHeader parse() throws ParseException { method in class:RetryAfterParser
70 dbg_enter("RetryAfterParser.parse");
125 dbg_leave("RetryAfterParser.parse");
  /external/oprofile/libpp/
profile_spec.h 74 void parse(std::string const & tag_value);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 45 // The Parser class should not be used directly - only via the Yarr::parse() method.
50 friend const char* parse(FriendDelegate& delegate, const UString& pattern, unsigned backReferenceLimit);
330 // To match Firefox, we parse an invalid backreference in the range [1-7] as an octal escape.
331 // First, try to parse this as backreference.
523 * Helper for parseTokens(); checks for parse errors (due to unmatched parentheses).
542 * Helper for parseTokens(); checks for parse errors and non-greedy quantifiers.
559 * The method returns when a parse error is detected, or the end of the pattern
562 * a parse error when a quantifier provided without an atom to quantify).
669 * parse():
671 * This method calls parseTokens() to parse over the input and converts an
674 const char* parse() function in class:JSC::Yarr::Parser
    [all...]
  /external/webkit/Source/WebKit/win/
WebUserContentURLPattern.cpp 86 HRESULT WebUserContentURLPattern::parse(BSTR patternString) function in class:WebUserContentURLPattern
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 36 var data = JSON.parse(xhr.responseText);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
Makefile 86 BASESRC = ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c \
143 parse.c: parse.y
144 $(YACC) -ydl parse.y
145 @sed "/extern char.*malloc/d" <y_tab.c >parse.c
147 @mv y_tab.h parse.h
  /frameworks/base/core/java/android/provider/
Applications.java 41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 87 int result = mURLMatcher.match(Uri.parse(uri));
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 84 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 10 ResourceFilter::parse(const char* arg) function in class:ResourceFilter
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifier.java 65 parser.parse(is);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 205 public static List<HttpCookie> parse(String header) { method in class:HttpCookie
206 return new CookieParser(header).parse();
233 public List<HttpCookie> parse() { method in class:HttpCookie.CookieParser
327 Date date = HttpDate.parse(value);
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 38 * {@code NumberFormat} helps you to format and parse numbers for any locale.
77 * You can also use a {@code NumberFormat} to parse numbers:
81 * myNumber = nf.parse(myString);
102 * leaves the parse position just after '6'); if set to {@code false},
103 * "3456.78" is parsed as 3456.78 (and leaves the parse position just after
106 * You can also use forms of the {@code parse} and {@code format} methods with
109 * <li>progressively parse through pieces of a string;</li>
536 * the string to parse.
541 public Number parse(String string) throws ParseException { method in class:NumberFormat
543 Number number = parse(string, pos)
568 public abstract Number parse(String string, ParsePosition position); method in class:NumberFormat
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 91 Uri uri = Uri.parse(url);
  /packages/apps/Calendar/src/com/android/calendar/
Duration.java 48 * Parse according to RFC2445 ss4.3.6. (It's actually a little loose with
51 public void parse(String str) throws DateException method in class:Duration
84 "Duration.parse(str='" + str + "') expected 'P' at index="
120 "Duration.parse(str='" + str + "') unexpected char '"
  /packages/apps/Contacts/src/com/android/contacts/calllog/
PhoneNumberHelper.java 82 return Uri.parse("voicemail:x");
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 132 mParsedDate = DATE_TIME_FORMAT.parse(getString());
  /packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 114 return new Intent(Intent.ACTION_VIEW, Uri.parse("content://com.android.calendar/time"));
  /packages/apps/Exchange/src/com/android/exchange/utility/
Duration.java 38 * Parse according to RFC2445 ss4.3.6. (It's actually a little loose with
41 public void parse(String str) throws ParseException { method in class:Duration
72 "Duration.parse(str='" + str + "') expected 'P' at index="
101 "Duration.parse(str='" + str + "') unexpected char '"
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 57 mReadReportURI = Uri.parse(uri);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactSuggestionView.java 62 mQuickContact.assignContactUri(Uri.parse(suggestion.getSuggestionIntentDataString()));

Completed in 2218 milliseconds

<<11121314151617181920>>