/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAX1ParserAdapter.java | 40 public void parse(InputSource source) method in class:SAX1ParserAdapter 44 xmlReader.parse(source); 50 public void parse(String systemId) method in class:SAX1ParserAdapter 54 xmlReader.parse(systemId);
|
/external/testng/src/test/java/org/testng/xml/ |
SuiteXmlParserTest.java | 31 parser.parse(fileName, stream, false);
|
/external/v8/test/webkit/ |
date-parse-comments-test.js | 31 shouldBeNaN('Date.parse("' + date + '")'); 32 shouldBeNaN('Date.parse("' + date.toUpperCase() + '")'); 33 shouldBeNaN('Date.parse("' + date.toLowerCase() + '")'); 35 shouldBeTrue('Date.parse("' + date + '") == ' + numericResult); 36 shouldBeTrue('Date.parse("' + date.toUpperCase() + '") == ' + numericResult); 37 shouldBeTrue('Date.parse("' + date.toLowerCase() + '") == ' + numericResult); 41 var timeZoneOffset = Date.parse(" Dec 25 1995 1:30 ") - Date.parse(" Dec 25 1995 1:30 GMT ");
|
/frameworks/av/include/media/stagefright/foundation/ |
ParsedMessage.h | 27 static sp<ParsedMessage> Parse( 55 ssize_t parse(const char *data, size_t size, bool noMoreData);
|
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 90 Xml.parse(in, Xml.Encoding.UTF_8, this); 96 Xml.parse(in, this); 104 uri = Uri.parse(uriStr); 176 Uri u = Uri.parse(atts.getValue(URI_STR));
|
/frameworks/base/tools/split-select/ |
SplitDescription.h | 44 static bool parse(const android::String8& str, SplitDescription* outSplit);
|
/frameworks/compile/mclinker/lib/Script/ |
ScriptReader.cpp | 59 return parser.parse() == 0;
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
ImageViewBindingAdapter.java | 35 view.setImageURI(Uri.parse(imageUri));
|
/frameworks/native/include/input/ |
VirtualKeyMap.h | 67 status_t parse();
|
/frameworks/opt/net/voip/src/jni/rtp/ |
util.cpp | 25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) function
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 144 * source. This <code>DOMConfiguration</code> is specific to the parse 148 * parse operation. The DOM application is responsible for passing any 297 * Parse an XML document from a resource identified by a 315 public Document parse(LSInput input) method in interface:LSParser 319 * Parse an XML document from a location identified by a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]. If the URI 344 * Append the result of the parse operation as children of the context 351 * parse operation. For this action to work, the context node must be an 357 * Insert the result of the parse operation as the immediately preceding 364 * Insert the result of the parse operation as the immediately following 371 * Replace the context node with the result of the parse operation. Fo [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderAdapter.java | 184 * Parse the document. 195 * @see #parse(org.xml.sax.InputSource) 196 * @see org.xml.sax.Parser#parse(java.lang.String) 198 public void parse (String systemId) 201 parse(new InputSource(systemId)); 206 * Parse the document. 217 * @see #parse(java.lang.String) 218 * @see org.xml.sax.Parser#parse(org.xml.sax.InputSource) 220 public void parse (InputSource input) 224 xmlReader.parse(input) 197 public void parse (String systemId) method in class:XMLReaderAdapter 200 parse(new InputSource(systemId)); method 219 public void parse (InputSource input) method in class:XMLReaderAdapter [all...] |
/packages/apps/Dialer/src/com/android/dialer/database/ |
FilteredNumberContract.java | 37 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
CertificateRequestor.java | 38 Uri.parse("eas://com.android.emailcommon/certrequest");
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
PhoneNumberHelper.java | 42 final Phonenumber.PhoneNumber phoneNumber = phoneNumberUtil.parse(number, country);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
RingtoneUtil.java | 44 return Uri.parse(ringtoneString);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractInternalSource.java | 66 return Uri.parse("android.resource://" + getContext().getPackageName()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
ContentTransferEncodingField.java | 83 public Field parse(final String name, final String body, final String raw) { method in class:ContentTransferEncodingField.Parser
|
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksContract.java | 45 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
ContentTransferEncodingField.java | 83 public Field parse(final String name, final String body, final String raw) { method in class:ContentTransferEncodingField.Parser
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
version.py | 15 * the 'parse' method takes a string and parses it to some internal 17 'parse' raises a ValueError exception 19 if supplied, is passed to 'parse' 20 * __str__ reconstructs the string that was passed to 'parse' (or 40 self.parse(vstring) 49 # __init__ (string) - create and take same action as 'parse' 51 # parse (string) - convert a string representation to whatever 55 # (if not identical to) the string supplied to parse 104 def parse (self, vstring): member in class:StrictVersion 265 self.parse(vstring 268 def parse (self, vstring): member in class:LooseVersion [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_transformer.py | 19 a = transformer.parse(s)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
version.py | 15 * the 'parse' method takes a string and parses it to some internal 17 'parse' raises a ValueError exception 19 if supplied, is passed to 'parse' 20 * __str__ reconstructs the string that was passed to 'parse' (or 40 self.parse(vstring) 49 # __init__ (string) - create and take same action as 'parse' 51 # parse (string) - convert a string representation to whatever 55 # (if not identical to) the string supplied to parse 104 def parse (self, vstring): member in class:StrictVersion 265 self.parse(vstring 268 def parse (self, vstring): member in class:LooseVersion [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_transformer.py | 19 a = transformer.parse(s)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
version.py | 15 * the 'parse' method takes a string and parses it to some internal 17 'parse' raises a ValueError exception 19 if supplied, is passed to 'parse' 20 * __str__ reconstructs the string that was passed to 'parse' (or 40 self.parse(vstring) 49 # __init__ (string) - create and take same action as 'parse' 51 # parse (string) - convert a string representation to whatever 55 # (if not identical to) the string supplied to parse 104 def parse (self, vstring): member in class:StrictVersion 265 self.parse(vstring 268 def parse (self, vstring): member in class:LooseVersion [all...] |