/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 572 >>> tree = ET.parse(SIMPLE_XMLFILE) 580 >>> tree = ET.parse(SIMPLE_NS_XMLFILE) 826 ... tree = ET.parse(f) [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 48 private static final Uri PERM_URI = Uri.parse("content://ctspermissionwithsignature"); 49 private static final Uri PERM_URI_GRANTING = Uri.parse("content://ctspermissionwithsignaturegranting"); 50 private static final Uri PERM_URI_PATH = Uri.parse("content://ctspermissionwithsignaturepath"); 51 private static final Uri PERM_URI_PATH_RESTRICTING = Uri.parse( 53 private static final Uri PRIV_URI = Uri.parse("content://ctsprivateprovider"); 54 private static final Uri PRIV_URI_GRANTING = Uri.parse("content://ctsprivateprovidergranting"); 57 private static final Uri AMBIGUOUS_URI_COMPAT = Uri.parse("content://ctsambiguousprovidercompat"); 59 private static final Uri AMBIGUOUS_URI = Uri.parse("content://ctsambiguousprovider"); [all...] |
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
PhoneAccountTest.java | 140 intent.setData(Uri.parse("tel:" + PHONE_NUMBER)); 242 .setAddress(Uri.parse("tel:555-TEST"))
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 72 /** {@code null-ok;} parse observer, if any */ 90 * Sets the parse observer for this instance. 120 * Runs {@link #parse} if it has not yet been run successfully. 124 parse(); method 131 private void parse() { method in class:ConstantPoolParser 181 * Populates {@link #offsets} and also completely parse utf8 constants.
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherWidgetProvider.java | 159 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME))); 173 onClickIntent.setData(Uri.parse(onClickIntent.toUri(Intent.URI_INTENT_SCHEME)));
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 159 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME))); 173 onClickIntent.setData(Uri.parse(onClickIntent.toUri(Intent.URI_INTENT_SCHEME)));
|
/external/bison/data/ |
lalr1.cc | 91 /// Parse. 93 virtual int parse (); 509 ]b4_parser_class_name[::parse () 543 YYCDEBUG << "Starting parse" << std::endl; [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
request.py | 21 from six.moves.urllib import parse as urlparse 22 from six.moves.urllib.parse import quote, parse_qsl 337 Parse the headers in the environment (like ``HTTP_HOST``) and 340 # @@: Maybe should parse out comma-separated headers?
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
http_wrapper.py | 17 from six.moves.urllib import parse namespace 355 url_scheme = parse.urlsplit(http_request.url).scheme
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/ |
connection.py | 102 data=urllib.parse.urlencode(params) 114 h.parse(body)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
queue.py | 42 val = urllib.parse.urlparse(self.url)[2] 50 val = urllib.parse.urlparse(self.url)[2].split('/')[2]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_treewalkers.py | 169 document = p.parse("<html><head></head><body>a<div>b</div>c</body></html>") 184 document = p.parse(input)
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
status.py | 221 listener.Parse(contents) 242 def get_mapreduce_yaml(parse=parse_mapreduce_yaml): 246 parse: Used for testing. 260 return parse(mr_yaml_file.read())
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/ |
testharnessreport.js | 276 this.cachedMetadata = JSON.parse(cacheText); 405 setup(JSON.parse(JSON.stringify(window.opener.testharness_properties)));
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/ |
simple_api_parser.js | 47 SimpleApiParser.prototype.parse = function (html) {
|
/external/deqp/executor/tools/ |
xeTestLogCompare.cpp | 193 parser.parse(&buf[0], numRead); 376 if (!parser.parse(argc-1, &argv[1], &opts, std::cerr) ||
|
/external/fio/ |
Android.mk | 24 filesetup.c eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \
|
/external/guice/lib/build/ |
safesax.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessagePattern.java | 41 * The data logically represents a parse tree, but is stored and accessed 163 parse(pattern); 175 public MessagePattern parse(String pattern) { method in class:MessagePattern 842 "Attempt to parse("+prefix(pattern)+") on frozen MessagePattern instance."); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
tzfmt.h | 25 * Constants for time zone display format style used by format/parse APIs 221 * Constants for parse option flags, used for specifying optional parse behavior. 424 * Returns the bitwise flags of UTimeZoneFormatParseOption representing the default parse 426 * @return the default parse options. 433 * Sets the default parse options. 435 * created by {@link #createInstance} has no parse options set (UTZFMT_PARSE_OPTION_NONE). 584 * the given parse position, the specified format style and parse options. 589 * @param parseOptions The parse options repesented by bitwise flags of UTimeZoneFormatParseOption [all...] |
/external/icu/icu4c/source/i18n/ |
winnmfmt.cpp | 225 void Win32NumberFormat::parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const function in class:Win32NumberFormat 230 nf->parse(text, result, parsePosition);
|
/external/icu/icu4c/source/test/intltest/ |
tsnmfmt.cpp | 34 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 194 // These PASS now, with the sprintf/atof based format-parse. 197 // The least significant digit drops by one during each format-parse cycle. 300 fFormat->parse(string[i-1], number[i], status); 302 number[i].setDouble(1234.5); // "parse failed" value 303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; 315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) 375 fFormat->parse(stringNum, number, status); 378 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.") [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 29 * decimal numbers. It has a variety of features designed to make it possible to parse and 80 * System.out.println(" -> " + format.parse(form.format(myNumber))); 100 * System.out.println(" -> " + format.parse(form.format(myNumber))); 243 * positive and negative prefixes or the suffixes must be distinct for {@link #parse} to 324 * <p>For currency parsing, the formatter is able to parse every currency style formats no 327 * parse formats such as "USD1.00" and "3.00 US dollars". 329 * <p>If {@link #parse(String, ParsePosition)} fails to parse a string, it returns 330 * <code>null</code> and leaves the parse position unchanged. The convenience method 331 * {@link #parse(String)} indicates parse failure by throwing a {@lin 773 public Number parse(String text, ParsePosition parsePosition) { method in class:DecimalFormat [all...] |
SimpleDateFormat.java | 139 * // Parse the previous string back into a Date. 141 * Date currentTime_2 = formatter.parse(dateString, pos); 174 * parse "1234". In other words, the leftmost field of the run is flexible, 175 * while the others keep a fixed width. If the parse fails anywhere in the run, 177 * parsed again. This is repeated until either the parse succeeds or the 178 * leftmost field is one character in length. If the parse still fails at that 179 * point, the parse of the run fails. 346 public void parse(String text, Calendar cal, ParsePosition parsePos) method in class:SimpleDateFormat 349 cal.setTime(dateFormat.parse(text, parsePos)); 405 // * formatter uses to format and parse a time zone [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessagePattern.java | 40 * The data logically represents a parse tree, but is stored and accessed 169 parse(pattern); 182 public MessagePattern parse(String pattern) { method in class:MessagePattern 913 "Attempt to parse("+prefix(pattern)+") on frozen MessagePattern instance."); [all...] |