/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/ |
FastInfoset-1.2.13.jar | |
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/sdk-common/24.3.0/ |
sdk-common-24.3.0.jar | |
/prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | 957 var parse = function(ua, platform){ function 981 var Browser = this.Browser = parse(navigator.userAgent, navigator.platform); 994 parseUA: parse [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha5/ |
sdk-common-24.3.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta1/ |
sdk-common-24.3.0-beta1.jar | |
/prebuilts/sdk/org.apache.http.legacy/ |
org.apache.http.legacy.jar | |
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/ |
xml-apis-1.4.01.jar | |
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MmsMessagingDemo.java | 242 response, PduParserUtil.shouldParseContentDisposition()).parse(); 286 response, PduParserUtil.shouldParseContentDisposition()).parse();
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SocketHandlerTest.java | 246 assertSame(h.getLevel(), Level.parse("FINE")); 260 assertSame(h.getLevel(), Level.parse("FINE"));
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 278 // What I try to do here is parse until the first startElement 280 // the parse. 344 reader.parse(isource); 374 * the parse when it is constructing the 772 * @throws TransformerConfigurationException May throw this during the parse when it 822 * the parse when it is constructing the 841 * @throws TransformerConfigurationException May throw this during the parse when it 926 reader.parse(isource); [all...] |
/external/autotest/cli/ |
topic_common.py | 38 options it added in its __init__(), it should implement a parse() 407 self.parser.add_option('--parse', 411 self.parser.add_option('--parse-delim', 442 def parse(self, parse_info=[], req_items=None): member in class:atest 443 """Parse command arguments. 476 """Parse the global arguments. 484 Must be called from its children parse()""" 490 if options.parse:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/ |
test_connection.py | 567 url_parts = urllib.parse.urlparse(self.actual_request.path) 569 self.assertEqual(urllib.parse.parse_qs(url_parts.query),
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
tokenizer_test.js | 130 testSet = JSON.parse(testSetJson),
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
html_to_js_generator.js | 158 var document = parser.parse(this.html_text_);
|
/external/curl/packages/vms/ |
stage_curl_install.com | 53 $ set proc/parse=extended
|
/external/deqp/scripts/khr_util/ |
registry.py | 416 def parse(path): function 417 return Registry(etree.parse(path))
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneFormat.java | 73 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>. 77 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output) 270 * Parse option enum, used for specifying optional parse behavior. 670 * Sets the default parse options. 673 * created by {#link {@link #getInstance(ULocale)} has no parse options set. 675 * @param options the default parse options. 686 * Returns the default parse options used by this <code>TimeZoneFormat</code> instance. 687 * @return the default parse options. 1007 public TimeZone parse(Style style, String text, ParsePosition pos, EnumSet<ParseOption> options, Output<TimeType> timeType) { method in class:TimeZoneFormat [all...] |
TransliteratorRegistry.java | 827 // is a string, we may partially parse it and turn it into a [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
xmlparser.cpp | 78 // TODO: we don't actually parse the DOCTYPE or internal subsets. 203 // read as Latin-1 and parse the XML declaration and encoding 232 // parse XML declaration 321 return parse(src, errorCode); 328 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { function in class:UXMLParser 463 // Root Element parse is complete.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneFormat.java | 73 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>. 77 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output) 303 * Parse option enum, used for specifying optional parse behavior. 719 * Sets the default parse options. 722 * created by {#link {@link #getInstance(ULocale)} has no parse options set. 724 * @param options the default parse options. 736 * Returns the default parse options used by this <code>TimeZoneFormat</code> instance. 737 * @return the default parse options. 1068 public TimeZone parse(Style style, String text, ParsePosition pos, EnumSet<ParseOption> options, Output<TimeType> timeType) { method in class:TimeZoneFormat [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
TransliteratorRegistry.java | 826 // is a string, we may partially parse it and turn it into a [all...] |
/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/ |
RouterNanoHTTPD.java | 342 parse(); method 351 private void parse() { method in class:RouterNanoHTTPD.UriResource
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Cache.java | 127 * <p>The {@link CacheControl} class can configure request caching directives and parse response 538 StatusLine statusLine = StatusLine.parse(source.readUtf8LineStrict()); 714 return contentType != null ? MediaType.parse(contentType) : null;
|