/external/llvm/include/llvm/Support/ |
CommandLine.h | 676 // parse - Return true on error. 677 bool parse(Option &O, StringRef ArgName, StringRef Arg, DataType &V) { function in class:llvm::cl::parser 773 // parse - Return true on error. 774 bool parse(Option &O, StringRef ArgName, StringRef Arg, bool &Val); 801 // parse - Return true on error. 802 bool parse(Option &O, StringRef ArgName, StringRef Arg, boolOrDefault &Val); 827 // parse - Return true on error. 828 bool parse(Option &O, StringRef ArgName, StringRef Arg, int &Val); 849 // parse - Return true on error. 850 bool parse(Option &O, StringRef ArgName, StringRef Arg, unsigned &Val) 941 bool parse(Option &, StringRef, StringRef Arg, std::string &Value) { function in class:llvm::cl::final 966 bool parse(Option &, StringRef, StringRef Arg, char &Value) { function in class:llvm::cl::final [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | 178 CONTENT_URI = Uri.parse("content://" + AUTHORITY); 179 CONTENT_NOTIFIER_URI = Uri.parse("content://" + NOTIFIER_AUTHORITY); 180 PICK_TRASH_FOLDER_URI = Uri.parse("content://" + AUTHORITY + "/pickTrashFolder"); 181 PICK_SENT_FOLDER_URI = Uri.parse("content://" + AUTHORITY + "/pickSentFolder"); 182 MAILBOX_NOTIFICATION_URI = Uri.parse("content://" + AUTHORITY + "/mailboxNotification"); 183 MAILBOX_MOST_RECENT_MESSAGE_URI = Uri.parse("content://" + AUTHORITY + 185 ACCOUNT_CHECK_URI = Uri.parse("content://" + AUTHORITY + "/accountCheck"); 477 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/body"); 606 context.getContentResolver().openInputStream(Uri.parse(uri)); 723 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/message") [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
XmlTest.java | 91 Xml.parse(xmlStr, dc); 205 Xml.parse(reader, dc); 239 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)), 271 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)), 303 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)), 335 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)), 402 // start to parse XML document
|
/external/bison/ |
cfg.mk | 22 touch $(srcdir)/src/parse-gram.y 83 prohibit_always-defined_macros+=?|^src/(parse-gram.c|system.h)$$ \ 91 trailing_blank=^src/parse-gram.[ch]$$ \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
connection.py | 95 return path + '/%s' % urllib.parse.quote(key) 99 return '/%s' % urllib.parse.quote(key) 126 return path_base + urllib.parse.quote(key) 399 extra_qp.append("%s=%s" % (k, urllib.parse.quote(v))) 408 encoded_canonical = urllib.parse.quote(b64_hmac, safe='') 421 extra_qp.append("%s=%s" % (k, urllib.parse.quote(v)))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/ |
xmlmanager.py | 27 from xml.dom.minidom import getDOMImplementation, parse, parseString, Node namespace 339 doc = parse(resp) 360 doc = parse(resp) 423 new_obj = self.get_object_from_doc(obj.__class__, None, parse(resp)) 473 doc = parse(fp) 484 doc = parse(fp)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NFSubstitution.java | 61 * @param description The description to parse to build the substitution 381 * performed on the result of the parse and the value passed in 382 * and returned as the result. The parse position is updated to 384 * @param text The string to parse 388 * @param baseValue A partial parse result that should be 389 * combined with the result of this parse 397 * formatter isn't in lenient-parse mode, but is also false 399 * lenient-parse mode.) 418 // use our rule set to parse the text. If that fails and 421 // be false even when the formatter's lenient-parse mode i [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 155 SAX.parse(f, DEFAULT_HANDLER); 452 date = iso.parse(attributeValue); 514 String parse = ""; 527 } else if (attributeName.equals("parse")) { 528 parse = attributeValue; 533 Date dateValue = iso.parse(date); 537 // SKIP PARSE FOR NOW 545 + "\n\tParse: " + parse
|
/external/icu/icu4c/source/test/intltest/ |
dtifmtts.cpp | 274 //===== test format and parse ================== 317 dataerrln("ERROR: parse should set U_INVALID_FORMAT_ERROR - exitting"); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NFSubstitution.java | 60 * @param description The description to parse to build the substitution 380 * performed on the result of the parse and the value passed in 381 * and returned as the result. The parse position is updated to 383 * @param text The string to parse 387 * @param baseValue A partial parse result that should be 388 * combined with the result of this parse 396 * formatter isn't in lenient-parse mode, but is also false 398 * lenient-parse mode.) 417 // use our rule set to parse the text. If that fails and 420 // be false even when the formatter's lenient-parse mode i [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 151 SAX.parse(f, DEFAULT_HANDLER); 448 date = iso.parse(attributeValue); 510 String parse = ""; 523 } else if (attributeName.equals("parse")) { 524 parse = attributeValue; 529 Date dateValue = iso.parse(date); 533 // SKIP PARSE FOR NOW 541 + "\n\tParse: " + parse
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 191 uri = Uri.parse(argumentValueRequired(argument)); 217 uri = Uri.parse(argumentValueRequired(argument)); 240 uri = Uri.parse(argumentValueRequired(argument)); 270 uri = Uri.parse(argumentValueRequired(argument)); 299 uri = Uri.parse(argumentValueRequired(argument)); 321 uri = Uri.parse(argumentValueRequired(argument));
|
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 46 * {@link NdefMessage#NdefMessage(byte[])} can be used to parse a message 384 return createUri(Uri.parse(uriString)); 576 * instead. This is because it does not make sense to parse a record: 580 * This implementation will attempt to parse a single record by ignoring 584 * @param data raw bytes to parse 591 NdefRecord[] rs = parse(buffer, true); 738 Uri uri = Uri.parse(new String(mType, StandardCharsets.UTF_8)); 745 return Uri.parse("vnd.android.nfc://ext/" + new String(mType, StandardCharsets.US_ASCII)); 768 return Uri.parse(prefix + suffix); 784 static NdefRecord[] parse(ByteBuffer buffer, boolean ignoreMbMe) throws FormatException method in class:NdefRecord [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
DomTest.java | 133 document = builder.parse(new InputSource(new StringReader(xml))); 189 assertNotNull("This implementation does not parse entity declarations", sp); 197 assertNotNull("This implementation does not parse notations", png); 650 .parse(new InputSource(new StringReader(xml))) 663 .parse(new InputSource(new StringReader(xml))) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Message.java | 367 uri = !TextUtils.isEmpty(messageUriStr) ? Uri.parse(messageUriStr) : null; 369 conversationUri = !TextUtils.isEmpty(convUriStr) ? Uri.parse(convUriStr) : null; 385 Uri.parse(refMessageUriStr) : null; 393 .parse(attachmentsUri) : null; 397 Uri.parse(attachmentsByCidUri) : null; 406 accountUri = !TextUtils.isEmpty(accountUriString) ? Uri.parse(accountUriString) : null;
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
PhoneAccountRegistrarTest.java | 262 .setAddress(Uri.parse("tel:123456")) 269 .setSubscriptionAddress(Uri.parse("tel:2345678")) 274 .setAddress(Uri.parse("tel:123456")) 282 .setSubscriptionAddress(Uri.parse("tel:2345678")) 308 .setAddress(Uri.parse("http://foo.com/" + idx)) 309 .setSubscriptionAddress(Uri.parse("tel:555-000" + idx))
|
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.0.CR3/ |
netty-resolver-4.1.0.CR3.jar | |
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 148 /** {@code null-ok;} parse observer, if any */ 210 * Sets the parse observer for this instance. 383 * Runs {@link #parse} if it has not yet been run to cover up to 388 parse(); method 393 * Runs {@link #parse} if it has not yet been run successfully. 397 parse(); method 404 private void parse() { method in class:DirectClassFile 537 * that's what signals a successful parse of the first part of 599 * @param observer {@code null-ok;} parse observer to use, if any
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeWizard.java | 69 /** When using %label:TOKENNAME in a tree for parse(), we must 310 public boolean parse(Object t, String pattern, Map labels) { method in class:TreeWizard 323 public boolean parse(Object t, String pattern) { method in class:TreeWizard 324 return parse(t, pattern, null); 327 /** Do the work for parse. Check to see if the t2 pattern fits the
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 165 // ======= Test parse() 167 logln("Testing parse()"); 173 double d2 = pat.parse(text, pos).doubleValue(); 175 errln("ERROR: Roundtrip failed (via parse(" + d2 + " != " + d + ")) for " + text); 381 Number n = df.parse(numstr); 391 Number n = df.parse(numstr); 392 logln("INFO: Successful parse for " + numstr + " with strict parse enabled. Number is " + n); 394 errln("ERROR: Parse Exception encountered in strict mode: numstr -> " + numstr);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 161 // ======= Test parse() 163 logln("Testing parse()"); 169 double d2 = pat.parse(text, pos).doubleValue(); 171 errln("ERROR: Roundtrip failed (via parse(" + d2 + " != " + d + ")) for " + text); 377 Number n = df.parse(numstr); 387 Number n = df.parse(numstr); 388 logln("INFO: Successful parse for " + numstr + " with strict parse enabled. Number is " + n); 390 errln("ERROR: Parse Exception encountered in strict mode: numstr -> " + numstr);
|
/external/iptables/extensions/ |
libxt_SET.c | 359 .parse = set_target_parse_v0, 374 .parse = set_target_parse_v1, 389 .parse = set_target_parse_v2,
|
/external/libxml2/doc/examples/ |
index.py | 34 print "failed to parse ../libxml2-api.xml" 92 def parse(filename, output): function 98 idx = parser.parse() 306 parse(file, output)
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AC3TrackImpl.java | 43 parse(fin); 47 parse(fin); 50 private void parse(InputStream fin) throws IOException { method in class:AC3TrackImpl
|
EC3TrackImpl.java | 42 parse(fin); 46 parse(fin); 49 private void parse(InputStream fin) throws IOException { method in class:EC3TrackImpl
|