Searched refs:parse (Results 101 - 125 of 159) sorted by relevance

1234567

/frameworks/base/tools/aapt/
H A DXMLNode.h40 static sp<XMLNode> parse(const sp<AaptFile>& file);
H A DPackage.cpp222 status_t status = filter.parse(bundle->getConfigurations());
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java727 mUtterances.put(text, Uri.parse(filename));
782 mEarcons.put(earcon, Uri.parse(filename));
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DEventRecurrence.java49 public Time startDate; // set by setStartDate(), not parse()
506 * essentially allowing the same object to be used multiple times by calling parse().
521 * Parses an rfc2445 recurrence rule string into its component pieces. Attempting to parse
524 * @param recur The recurrence rule to parse (in un-folded form).
526 public void parse(String recur) { method in class:EventRecurrence
563 * (3) Call a <name>-specific parsing function to parse the <value> into an
673 * @param str The string to parse.
698 * @param listStr The string to parse.
742 until.parse(value);
835 /* number is included; parse i
[all...]
H A DRecurrenceProcessor.java95 mIterator.parse(rrule.until);
844 // The parse() method will set the timezone to UTC
845 until.parse(untilStr);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java309 return new SimpleDateFormat(ISO_8601_DATE_FORMAT).parse(string);
H A DAndroidHttpClient.java489 * and parse the date formats emitted by common HTTP servers, such as
502 return HttpDateTime.parse(dateString);
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java406 final List<NameValuePair> params = URLEncodedUtils.parse(new URI(url), null);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java360 saxParser.parse(in, mHandler);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java381 Uri contentUri = Uri.parse(uriStr);
H A DSettingsProviderTest.java207 .setData(Uri.parse("package:" + getContext().getPackageName())));
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java240 final Uri soundUri = Uri.parse("file://" + soundPath);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccProvider.java154 resultUri = Uri.parse(buf.toString());
197 // parse where clause
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DFontLoader.java85 // parse the system fonts
90 // parse the fallback fonts
117 parser.parse(new FileInputStream(f), definitionParser);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp100 status_t parse(
196 *err = mStreams.editValueAt(index)->parse(
475 status_t ATSParser::Stream::parse( function in class:android::ATSParser::Stream
/frameworks/base/core/java/android/content/
H A DIntent.java3453 intent.setData(Uri.parse(uri));
3463 if (i == -1) return new Intent(ACTION_VIEW, Uri.parse(uri));
3568 intent.mData = Uri.parse(data);
3721 intent.mData = Uri.parse(uri.substring(0, intentFragmentStart));
3723 intent.mData = Uri.parse(uri);
3732 intent = new Intent(ACTION_VIEW, Uri.parse(uri));
6311 * used with {@link Uri#parse Uri.parse(String)}. The URI contains the
6527 * retrieved. The function will then parse in to any child elements,
6551 intent.setDataAndType(data != null ? Uri.parse(dat
[all...]
/frameworks/base/core/java/android/provider/
H A DSettings.java1141 Uri.parse("content://" + AUTHORITY + "/system");
2580 Uri.parse("content://" + AUTHORITY + "/secure");
4386 Uri.parse("content://" + AUTHORITY + "/bookmarks");
/frameworks/base/core/java/android/text/format/
H A DTime.java425 * To parse a date-time string and convert it to UTC milliseconds, do
431 * time.parse(date);
435 * @param s the string to parse
439 public boolean parse(String s) { method in class:Time
479 * @param s the string to parse
/frameworks/base/core/java/android/widget/
H A DVideoView.java183 setVideoURI(Uri.parse(path));
H A DDatePicker.java597 outDate.setTime(mDateFormat.parse(date));
H A DSuggestionsAdapter.java542 Uri uri = Uri.parse(drawableId);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java91 return Uri.parse(externalDownloadUriValue + file);
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp149 status = parser.parse();
675 status_t KeyCharacterMap::Parser::parse() { function in class:android::KeyCharacterMap::Parser
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp54 extern int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss);
943 if (parse(env, jRemoteAddress, remotePort, &remote) < 0) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java368 Request request = new Request(Uri.parse(targetUrl));

Completed in 472 milliseconds

1234567