HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 2026 - 2050 of 4617) sorted by null

<<81828384858687888990>>

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
SdkUtil.java 93 mDoc = builder.parse(inputStream);
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 87 * Parse scheduler options supplied in this string form:
277 setMoratoriumTimeMillis(LegacyHttpDateTime.parse(retryAfter));
  /frameworks/native/include/input/
KeyCharacterMap.h 212 status_t parse();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
XMLNode.java 149 mMO = omaParser.parse(mText, urn != null ? urn.getValue() : null);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 312 mIntent.setData(Uri.parse(mPhotosUri));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 140 throw new Exception("Unable to parse image descriptor");
183 mId = ImageDescriptor.parse(rawData, 1);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MainActivity.java 183 Uri path = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 291 mContent.setVideoURI(Uri.parse("android.resource://" + getPackageName() +
  /frameworks/volley/src/main/java/com/android/volley/
Request.java 179 Uri uri = Uri.parse(url);
526 * Subclasses must implement this to parse the raw network response
536 * Subclasses can override this method to parse 'networkError' and return a more specific error.
550 * be non-null; responses that fail to parse are not delivered.
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 27 int parse();
300 /* Override this method to parse reply and dig out data; save it in the object */
306 /* Override this method to parse event and dig out data; save it in the object */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 73 git rev-parse --short HEAD)
362 # Parse the command line.
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 497 parse();
536 int WifiEvent::parse() { function in class:WifiEvent
682 int res = reply.parse();
684 ALOGE("Failed to parse reply message = %d", res);
695 int res = event.parse();
697 ALOGE("Failed to parse event = %d", res);
753 // Override this method to parse reply and dig out data; save it
769 // Override this method to parse event and dig out data;
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 205 parser.parse(url.toString(), handler);
XercesHTMLDocumentBuilderFactory.java 205 parser.parse(url.toString(), handler);
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 86 .newDocumentBuilder().parse(testsXml).getDocumentElement();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 27 doc = builder.parse(url.openStream());
  /libcore/ojluni/src/main/java/java/net/
CookieManager.java 279 cookies = HttpCookie.parse(headerValue);
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 96 * + form.parse(form.format(i),status));
406 * first index of the character that caused the parse to fail.
409 public Number parse(String text, ParsePosition status) { method in class:ChoiceFormat
410 // find the best number (defined as the one with the longest parse)
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 106 return db.parse(is);
  /libcore/ojluni/src/main/java/java/util/logging/
Level.java 285 // specified in the Level.parse method. Returns null if not found.
287 // It returns the same Level object as the one returned by Level.parse
290 // If the name is a localized name, findLevel and parse method may
369 * Parse a level name string into a Level.
395 public static synchronized Level parse(String name) throws IllegalArgumentException { method in class:Level
  /libcore/ojluni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 95 this.algid = AlgorithmId.parse(seq[0]);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 285 mAuthority = Uri.parse(account.mBase_uri).getAuthority();
286 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE);
288 mContactUri = Uri.parse(account.mBase_uri + "/"
    [all...]
BluetoothMapConvoContactElement.java 171 Date date = format.parse(lastActivity);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 93 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapTestData.java 180 resolver.bulkInsert(Uri.parse("content://sms"), values);

Completed in 1366 milliseconds

<<81828384858687888990>>