/frameworks/av/drm/mediadrm/plugins/clearkey/ |
Session.cpp | 42 return parser.parse(initData, initDataType, keyRequest);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
XMLParser.java | 34 mParser.parse(mInputSource, this);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifReader.java | 46 ExifParser parser = ExifParser.parse(inputStream, mInterface);
|
/frameworks/base/services/tests/servicestests/src/android/net/netlink/ |
NetlinkErrorMessageTest.java | 59 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer);
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
ViewDumpParser.java | 14 public void parse(byte[] data) { method in class:ViewDumpParser
|
/frameworks/base/tools/aapt/ |
AaptConfig.h | 31 * Parse a string of the form 'fr-sw600dp-land' and fill in the 37 bool parse(const android::String8& str, ConfigDescription* out = NULL); 40 * Parse a comma separated list of configuration strings. Duplicate configurations
|
/frameworks/base/tools/aapt2/ |
ConfigDescription.h | 38 * Parse a string of the form 'fr-sw600dp-land' and fill in the 44 static bool parse(const StringPiece& str, ConfigDescription* out = nullptr);
|
/frameworks/base/tools/aapt2/unflatten/ |
BinaryResourceParser.h | 38 * support for random access. It is also able to parse non-runtime 55 bool parse();
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
ImageViewBindingAdapterTest.java | 63 mBinder.setUri(Uri.parse(uriString));
|
/frameworks/minikin/tests/ |
UnicodeUtils.cpp | 84 TEST(UnicodeUtils, parse) {
|
/frameworks/native/include/input/ |
KeyLayoutMap.h | 106 status_t parse();
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMapBmessageParser.java | 85 p.parse(str); 90 Log.e(TAG, "Cannot parse bMessage", e); 112 private void parse(String str) throws IOException, ParseException { method in class:BluetoothMapBmessageParser 426 p.parse(new ByteArrayInputStream(str.getBytes())); 438 p.parse(new ByteArrayInputStream(str.getBytes())); 453 throw new ParseException("Cannot parse vCard object (neither 2.1 nor 3.0?)",
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
Duration.java | 44 * Parse according to RFC2445 ss4.3.6. (It's actually a little loose with 47 public void parse(String str) throws DateException method in class:Duration 80 "Duration.parse(str='" + str + "') expected 'P' at index=" 120 "Duration.parse(str='" + str + "') unexpected char '"
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
PropertyNodesVerifier.java | 65 parser.parse(is);
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
tolower.js | 30 // parse command line arguments 33 .parse(process.argv);
|
/libcore/ojluni/src/main/java/java/text/ |
DateFormat.java | 70 * <p>{@code DateFormat} helps you to format and parse dates for any locale. 94 * <p>You can use a DateFormat to parse also. 96 * myDate = df.parse(myString); 120 * <p>You can also use forms of the parse and format methods with 123 * <ul><li>progressively parse through pieces of a string. 345 * See the {@link #parse(String, ParsePosition)} method for more information 353 public Date parse(String source) throws ParseException method in class:DateFormat 356 Date result = parse(source, pos); 364 * Parse a date/time string according to the given parse position. Fo 389 public abstract Date parse(String source, ParsePosition pos); method in class:DateFormat [all...] |
NumberFormat.java | 68 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 100 * You can also use a <code>NumberFormat</code> to parse numbers: 103 * myNumber = nf.parse(myString); 129 * if true, "3456.78" -> 3456 (and leaves the parse position just after index 6) 130 * if false, "3456.78" -> 3456.78 (and leaves the parse position just after index 8) 144 * You can also use forms of the <code>parse</code> and <code>format</code> 148 * <li> progressively parse through pieces of a string 255 * The method attempts to parse text starting at the index given by 266 * See the {@link #parse(String, ParsePosition)} method for more information 277 return parse(source, pos) 333 public abstract Number parse(String source, ParsePosition parsePosition); method in class:NumberFormat 347 public Number parse(String source) throws ParseException { method in class:NumberFormat [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifReader.java | 46 ExifParser parser = ExifParser.parse(inputStream, mInterface);
|
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 87 Log.d(TAG, "XMP parse: only jpeg file is supported"); 106 List<Section> sections = parse(is, true); 121 Log.d(TAG, "XMP parse error", e); 150 Log.d(TAG, "XMP parse: only jpeg file is supported"); 155 sections = parse(new FileInputStream(filename), false); 189 List<Section> sections = parse(inputStream, false); 245 // fails to parse the packet end <?xpacket end="w"?> in android. 312 * javax.xml.parsers.DocumentBuilder fails to parse it in android. 336 * @return The parse result. 338 private static List<Section> parse(InputStream is, boolean readMetaOnly) method in class:XmpUtil [all...] |
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
CameraTest.java | 40 intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.parse("file://"
|
/packages/apps/Camera2/tests_camera/src/com/android/camera/functional/ |
CameraTest.java | 40 intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.parse("file://"
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
HelpUtils.java | 88 final Uri fullUri = uriWithAddedParameters(context, Uri.parse(helpUrlString));
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/ |
AboutPreferenceFragment.java | 96 intent.setData(Uri.parse(urlString));
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
SettingsModel.java | 83 mDefaultTimerRingtoneUri = Uri.parse(uriString);
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
VoicemailArchiveContract.java | 37 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|