| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| SuggestionUtils.java | 49 intent.setData(Uri.parse(data));
|
| /packages/apps/Settings/src/com/android/settings/ |
| DebugIntentSender.java | 51 intent.setData(Uri.parse(intentData));
|
| /packages/apps/Tag/src/com/android/apps/tag/ |
| TagViewer.java | 59 // Parse the intent 90 // Parse the first message in the list 92 ParsedNdefMessage parsedMsg = NdefMessageParser.parse(msg);
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| VoicemailCleanupServiceTest.java | 72 Intent packageIntent = new Intent(action, Uri.parse("package:" + sourcePackage));
|
| /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
| MessageFormatTest.java | 647 * @tests java.text.MessageFormat#parse(java.lang.String, 654 .parse("xxdate is Feb 28, 1999", pos); 661 result = mf.parse("vm=win,foo,bar", new ParsePosition(0)); 662 assertTrue("Invalid parse", result[0].equals("win") 666 String parse = "a; b; c"; local 667 result = mf.parse(parse, new ParsePosition(0)); 671 parse = "before you, after 42"; 674 result = mf.parse(parse, pos) [all...] |
| /external/libvpx/examples/includes/HTML-Toc-0.91/ |
| TocGenerator.pm | 191 # - $aString: String to parse. 198 # Parse string 199 $self->parse($aFile); 207 # - $aFile: (reference to array of) file to parse. 220 # Parse file 308 # args: - $aString: Reference to string to parse 327 # args: - $aFile: (reference to array of) file to parse. 369 # function: Initialize batch. This function is called once when a parse batch 394 # Parse ToC options 402 # parse batch is started 1174 sub parse { subroutine 1516 sub parse { subroutine 1720 sub parse { subroutine [all...] |
| /external/icu4c/test/intltest/ |
| numrgts.cpp | 57 public Number parse(String text, ParsePosition parsePosition) 61 /* Just use one of the parse functions */ 62 virtual void parse( const UnicodeString& /* text */, function in class:MyNumberFormatTest 69 virtual void parse( const UnicodeString& text, function in class:MyNumberFormatTest 73 NumberFormat::parse(text, result, status); 409 nfcommon->parse(stringValue, result, status); 410 failure(status, "nfcommon->parse", Locale::getUS()); 433 format->parse(UnicodeString("0"), result, status); 434 failure(status, "format->parse", Locale::getUS()); 569 * DecimalFormat.parse returns wrong valu [all...] |
| itrbnfrt.cpp | 299 formatter->parse(formatResult, parseResult, status); 326 formatter->parse(formatResult, parseResult, status);
|
| /cts/tests/src/android/content/cts/ |
| MockContentProvider.java | 154 testUri = Uri.parse("content://" + AUTHORITY + "/testtable1"); 158 testUri = Uri.parse("content://" + AUTHORITY + "/testtable2");
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| ImageSwitcherTest.java | 135 Uri uri = Uri.parse(imagefile.getPath()); 147 uri = Uri.parse(imagefile.getPath());
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
| TestPackageResult.java | 166 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:TestPackageResult 178 suite.parse(parser);
|
| /development/samples/ApiDemos/src/com/example/android/apis/content/ |
| InstallApk.java | 131 intent.setData(Uri.parse( 140 intent.setData(Uri.parse(
|
| /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
| WeatherWidgetProvider.java | 151 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME))); 165 onClickIntent.setData(Uri.parse(onClickIntent.toUri(Intent.URI_INTENT_SCHEME)));
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| GregorianCalendarTest.java | 321 Date date = new Date(Date.parse("Jan 15 00:00:01 GMT 2000")); 323 gc.setTimeInMillis(Date.parse("Dec 15 00:00:01 GMT 1582")); 326 gc.setTimeInMillis(Date.parse("Jan 16 00:00:01 GMT 2000")); 438 Date date = new Date(Date.parse("Jan 1 00:00:01 GMT 2000")); 728 Date date = new Date(Date.parse("Jan 15 00:00:01 GMT 2000")); 731 gc.setTimeInMillis(Date.parse("Dec 24 00:00:01 GMT 2000")); 735 date = new Date(Date.parse("Feb 28 00:00:01 GMT 2000")); 738 gc.setTimeInMillis(Date.parse("Dec 1 00:00:01 GMT 2000"));
|
| /external/apache-http/src/org/apache/http/impl/cookie/ |
| RFC2109Spec.java | 103 public List<Cookie> parse(final Header header, final CookieOrigin origin) method in class:RFC2109Spec 112 return parse(elems, origin);
|
| RFC2965Spec.java | 96 public List<Cookie> parse( method in class:RFC2965Spec 144 handler.parse(cookie, attrib.getValue());
|
| /external/bison/ |
| Android.mk | 57 src/parse-gram.c \
|
| /external/chromium/chrome/browser/resources/file_manager/js/ |
| main.js | 22 var params = JSON.parse(json);
|
| /external/e2fsprogs/lib/ss/ |
| Makefile.in | 54 execute_cmd.o listen.o parse.o error.o prompt.o \ 59 $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \ 207 parse.o: $(srcdir)/parse.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \
|
| /external/icu4c/i18n/unicode/ |
| msgfmt.h | 85 * U_ARGUMENT_TYPE_MISMATCH by parse. 95 * {@link #parse(const UnicodeString& source, ParsePosition& pos, int32_t& count)}, 96 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)} 103 * a subformat is located, the subformat is called to parse the 106 * constitute the parse result. 115 * parse may not correspond to the originally formatted argument. 119 * some part of the parse is ambiguous. For example, if the pattern 125 * parse result; prior subformats with the same argument index will 680 * @param pos On input, starting position for parse. On output, 681 * final position after parse. Unchanged if pars [all...] |
| numfmt.h | 54 * NumberFormat helps you to format and parse numbers for any locale. 97 * You can use a NumberFormat to parse also. 102 * nf->parse(myString, result, success); 135 * You can also use forms of the parse and format methods with 138 * <li>(a) progressively parse through pieces of a string. 282 * Parse a string to produce an object. This methods handles 292 * parse), while trailing whitespace is left as is. 297 * @param result Formattable to be set to the parse result. 298 * If parse fails, return contents are undefined. 547 * @param result Formattable to be set to the parse result [all...] |
| /external/icu4c/tools/genrb/ |
| Makefile.in | 39 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
|
| /external/iptables/extensions/ |
| libxt_set.c | 85 DEBUGP("parse: set index %u\n", info->index); 172 DEBUGP("parse: set index %u\n", info->index); 226 .parse = set_parse_v0, 240 .parse = set_parse_v1,
|
| /external/iptables/include/ |
| xtables.h | 233 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:xtables_match 298 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:xtables_target
|
| /external/iptables/iptables/ |
| xshared.c | 114 (cs->target->parse != NULL || cs->target->x6_parse != NULL) && 126 (m->x6_parse == NULL && m->parse == NULL))
|