| /packages/apps/Settings/src/com/android/settings/ |
| ApnSettings.java | 76 private static final Uri DEFAULTAPN_URI = Uri.parse(RESTORE_CARRIERS_URI); 77 private static final Uri PREFERAPN_URI = Uri.parse(PREFERRED_APN_URI);
|
| /cts/tests/tests/util/src/android/util/cts/ |
| XmlTest.java | 104 notes = "Test parse(String xml, ContentHandler contentHandler).", 105 method = "parse", 112 Xml.parse(xmlStr, dc); 209 notes = "Test parse(Reader in, ContentHandler contentHandler).", 210 method = "parse", 232 Xml.parse(reader, dc); 263 notes = "Test parse(InputStream in, Encoding encoding, ContentHandler contentHandler).", 264 method = "parse", 273 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)), 305 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)) [all...] |
| /external/icu4c/extra/uconv/ |
| uconv.cpp | 651 UParseError parse; local 656 parse.line = -1; 659 t = Transliterator::createFromRules("Uconv", str, UTRANS_FORWARD, parse, err); 668 if (parse.line >= 0) { 670 uprv_itou(linebuf, 20, parse.line, 10, 0); 671 uprv_itou(offsetbuf, 20, parse.offset, 10, 0); [all...] |
| /external/icu4c/i18n/ |
| nfsubs.cpp | 650 * performed on the result of the parse and the value passed in 651 * and returned as the result. The parse position is updated to 653 * @param text The string to parse 657 * @param baseValue A partial parse result that should be 658 * combined with the result of this parse 666 * formatter isn't in lenient-parse mode, but is also false 668 * lenient-parse mode.) 694 // use our rule set to parse the text. If that fails and 697 // be false even when the formatter's lenient-parse mode is 701 ruleSet->parse(text, parsePosition, upperBound, result) [all...] |
| /external/v8/tools/gcmole/ |
| gcmole.lua | 112 assert(p and v, "failed to parse condition: " .. cond) 178 local function parse (filename, lines) 213 parse)
|
| /external/icu4c/test/intltest/ |
| itrbnf.cpp | 117 // formatter->parse(result, parseResult, pp); 131 // formatter->parse(result, parseResult, pp); 269 formatter->parse(intFormatResult, intParseResult, status); 270 formatter->parse(doubleFormatResult, doubleParseResult, status); 272 logln("Parse results for lenient = TRUE, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble()); 275 formatter->parse(intFormatResult, intParseResult, status); 276 formatter->parse(doubleFormatResult, doubleParseResult, status); 278 logln("Parse results for lenient = FALSE, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble()); [all...] |
| /external/zlib/ |
| make_vms.com | 19 $ set proc/parse=ext 50 $ whoami = f$parse(f$enviornment("Procedure"),,,,"NO_CONCEAL") 51 $ mydef = F$parse(whoami,,,"DEVICE") 52 $ mydir = f$parse(whoami,,,"DIRECTORY") - "][" 53 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type") 484 $ write mod f$parse(srcfil,,,"NAME"), ".obj"
|
| /external/llvm/lib/Support/ |
| CommandLine.cpp | 371 /// Arg/Value pair and return the Option to parse it with. 475 // Get the environment variable they want us to parse options out of. 485 // Parse the value of the environment variable into a "command line" 514 // If we could open the file, parse its contents, otherwise 957 bool parser<bool>::parse(Option &O, StringRef ArgName, function in class:parser 975 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, function in class:parser 993 bool parser<int>::parse(Option &O, StringRef ArgName, function in class:parser 1002 bool parser<unsigned>::parse(Option &O, StringRef ArgName, function in class:parser 1012 bool parser<unsigned long long>::parse(Option &O, StringRef ArgName, function in class:parser 1032 bool parser<double>::parse(Option &O, StringRef ArgName, function in class:parser 1037 bool parser<float>::parse(Option &O, StringRef ArgName, function in class:parser [all...] |
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
| PhoneNumberUtil.java | 2327 public PhoneNumber parse(String numberToParse, String defaultRegion) method in class:PhoneNumberUtil 2330 parse(numberToParse, defaultRegion, phoneNumber); method 2338 public void parse(String numberToParse, String defaultRegion, PhoneNumber phoneNumber) method in class:PhoneNumberUtil [all...] |
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| ImportVCardActivity.java | 393 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString()); 459 mVCardParser.parse(is); 478 mVCardParser.parse(is); 743 importVCard(new Uri[] {Uri.parse("file://" + vcardFile.getCanonicalPath())}); 754 uris[i] = Uri.parse(uriStrings[i]); [all...] |
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
| Account.java | 44 public static final Uri CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/account"); 46 Uri.parse(EmailContent.CONTENT_URI + "/accountIdAddToField"); 48 Uri.parse(EmailContent.CONTENT_URI + "/resetNewMessageCount"); 50 Uri.parse(EmailContent.CONTENT_NOTIFIER_URI + "/account"); 52 Uri.parse(EmailContent.CONTENT_URI + "/account/default"); 517 * Parse {@link Uri} in the {@code content://com.android.email.provider/account/ID} format [all...] |
| Mailbox.java | 37 public static final Uri CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/mailbox"); 39 Uri.parse(EmailContent.CONTENT_URI + "/mailboxIdAddToField"); 41 Uri.parse(EmailContent.CONTENT_URI + "/mailboxIdFromAccountAndType");
|
| /packages/apps/Email/tests/src/com/android/email/ |
| LegacyConversionsTests.java | 137 Address[] addresses = Address.parse(to); 141 Address[] addresses = Address.parse(cc); 145 Address[] addresses = Address.parse(bcc); 149 Address[] addresses = Address.parse(replyTo); 153 Address[] addresses = Address.parse(sender);
|
| /external/bison/data/ |
| glr.c | 41 # The possible parse-params formal arguments preceded by a comma. 155 #define yyparse b4_prefix[]parse 589 /* Nonzero means print parse trace. It is left uninitialized so that [all...] |
| yacc.c | 41 # Expand IF-TRUE, if %pure-parser and %parse-param, IF-FALSE otherwise. 154 #define yyparse b4_prefix[]parse 723 /* Nonzero means print parse trace. It is left uninitialized so that 1051 YYDPRINTF ((stderr, "Starting parse\n")); [all...] |
| /external/bison/src/ |
| Makefile | 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in parse-gram.c \ 86 parse-gram.$(OBJEXT) print.$(OBJEXT) print_graph.$(OBJEXT) \ 262 parse-gram.h parse-gram.y \ 280 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h 383 include ./$(DEPDIR)/parse-gram.Po 548 -rm -f parse-gram.c
|
| /external/jsilver/src/com/google/streamhtmlparser/impl/ |
| HtmlParserImpl.java | 39 * state changing operations (such as {@code parse} from multiple threads 334 * you want to parse text from a very clean slate. 382 * that will be inserted here but that it will not get to parse. Used 576 jsParser.parse(entityResolver.getEntity()); 579 jsParser.parse(input); 617 * <p>Called inside CDATA blocks to parse javascript. 624 jsParser.parse(input);
|
| /external/webkit/Source/WebCore/dom/ |
| XMLDocumentParserQt.cpp | 200 parse(); 266 parse(); 370 void XMLDocumentParser::parse() function in class:WebCore::XMLDocumentParser
|
| /external/webkit/Source/WebKit2/Scripts/webkit2/ |
| messages.py | 65 def parse(cls, file): member in class:MessageReceiver 331 receiver = MessageReceiver.parse(file) 468 receiver = MessageReceiver.parse(file)
|
| /frameworks/base/core/tests/coretests/src/android/text/format/ |
| TimeTest.java | 32 t.parse("20060432T010203"); 272 t.parse("20061005T120000"); 353 t.parse("12345678T901234"); 363 fail("Did not parse all-day date correctly"); 370 fail("Did not parse timezone-offset-less date correctly"); 377 fail("Did not parse UTC date correctly"); 384 fail("Did not parse UTC date correctly"); 391 fail("Did not parse UTC date correctly"); 398 fail("Did not parse UTC date correctly"); 406 fail("Did not parse timezone-offset date correctly") [all...] |
| /libcore/luni/src/main/java/libcore/icu/ |
| NativeDecimalFormat.java | 327 public Number parse(String string, ParsePosition position) { method in class:NativeDecimalFormat 328 return parse(address, string, position, parseBigDecimal); 631 private static native Number parse(int addr, String string, ParsePosition position, boolean parseBigDecimal); method in class:NativeDecimalFormat
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppTransfer.java | 301 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId); 333 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + info.mId); 758 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId); [all...] |
| /packages/apps/Contacts/src/com/android/contacts/detail/ |
| ContactDetailDisplayUtils.java | 252 statusPhotoView, Uri.parse(photoUri), true, false, 342 contactPhotoManager.loadPhoto(imageView, Uri.parse(streamItemPhoto.getPhotoUri()), true, 440 uri = Uri.parse(source); 442 Log.d(TAG, "Could not parse image source: " + source); 454 Log.d(TAG, "Could not parse image source: " + source); 460 Log.d(TAG, "Could not parse image source: " + source);
|
| /packages/apps/Stk/src/com/android/stk/ |
| StkAppService.java | 661 data = Uri.parse(settings.url); 665 data = Uri.parse(modifiedUrl); 675 data = Uri.parse("http://google.com/");
|
| /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
| PublicApiFunctionalTest.java | 96 Uri localUri = Uri.parse(download.getStringField(DownloadManager.COLUMN_LOCAL_URI)); 307 Uri localUri = Uri.parse(download.getStringField(DownloadManager.COLUMN_LOCAL_URI)); 434 intent.setData(Uri.parse(Downloads.Impl.CONTENT_URI + "/" + download.mId));
|