HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1426 - 1450 of 4617) sorted by null

<<51525354555657585960>>

  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 89 Log.e("WordWidget", "Couldn't parse API response", e);
92 // Use a regular expression to parse out the word and its definition
107 Intent defineIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(definePage));
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.basicmediadecoder/
MainActivity.java 100 Uri videoUri = Uri.parse("android.resource://"
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DropTargetFragment.java 81 mImageUri = Uri.parse(uriString);
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { method in class:StackOverflowXmlParser
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 140 intent.setData(Uri.parse("market://details?id=" + pkgName));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 61 * @param source the string to parse
74 * @param source the string to parse
103 * @param source the string to parse
104 * @param value the special value to parse.
131 * Parses <code>source</code> for a number. This method can parse normal,
135 * @param source the string to parse
136 * @param format the number format used to parse normal, numeric values.
143 Number number = format.parse(source, pos);
164 * Parse <code>source</code> for an expected fixed string.
165 * @param source the string to parse
    [all...]
  /external/apache-http/android/src/android/net/http/
LegacyHttpDateTime.java 85 public static long parse(String timeString) method in class:LegacyHttpDateTime
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 125 List<Cookie> cookies = cookieSpec.parse(header, cookieOrigin);
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 185 HttpResponse response = (HttpResponse) this.responseParser.parse();
AbstractHttpServerConnection.java 146 HttpRequest request = (HttpRequest) this.requestParser.parse();
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 60 * Date format pattern used to parse HTTP date headers in RFC 1123 format.
65 * Date format pattern used to parse HTTP date headers in RFC 1036 format.
70 * Date format pattern used to parse HTTP date headers in ANSI C
97 * @param dateValue the date value to parse
111 * @param dateValue the date value to parse
116 * @throws DateParseException if none of the dataFormats could parse the dateValue
126 * @param dateValue the date value to parse
135 * @throws DateParseException if none of the dataFormats could parse the dateValue
166 return dateParser.parse(dateValue);
172 // we were unable to parse the dat
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 131 // Parse the header name and value
176 public HttpMessage parse() throws IOException, HttpException { method in class:AbstractMessageParser
  /external/bison/data/
glr.c 50 # The possible parse-params formal arguments preceded by a comma.
173 ]b4_c_ansi_function_decl(b4_prefix[parse], [int], b4_parse_param)[
197 #define yyparse ]b4_prefix[parse
530 /* Nonzero means print parse trace. It is left uninitialized so that
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
translogger.py 10 from six.moves.urllib.parse import quote
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
bucketlistresultset.py 42 marker = urllib.parse.unquote(marker)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
tools.py 100 query = dict(urllib.parse.parse_qsl(query))
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_parser.py 15 # Run the parse error checks
39 document = p.parse(input)
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 76 parser.parse(&buf[0], numRead);
150 // Parse and write individual cases
xeExtractSampleLists.cpp 152 parser.parse(&buf[0], numRead);
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 64 if (!parse(execString))
66 tcu::print("failed to parse command line");
67 TCU_THROW(Exception, "failed to parse command line");
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 54 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
56 // check if usage is requested before checking args parse errors etc:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatMiscTests.java 41 // Date parse requiring 4 digit year.
62 logln(resultFormatter.format(formatter.parse(dstring[i]), str, pos).toString());
  /external/icu/icu4c/source/i18n/
affixpatternparser.h 228 * DecimalFormatPatternParser to parse a format pattern. Affix patterns
377 PluralAffix &parse(
csrsbcs.h 50 int32_t parse(InputText *det);
rbt.cpp 42 parser.parse(rules, direction, parseError, status);

Completed in 779 milliseconds

<<51525354555657585960>>