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

<<61626364656667686970>>

  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 121 // formatter->parse(result, parseResult, pp);
135 // formatter->parse(result, parseResult, pp);
273 formatter->parse(intFormatResult, intParseResult, status);
274 formatter->parse(doubleFormatResult, doubleParseResult, status);
276 logln("Parse results for lenient = TRUE, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble());
279 formatter->parse(intFormatResult, intParseResult, status);
280 formatter->parse(doubleFormatResult, doubleParseResult, status);
282 logln("Parse results for lenient = FALSE, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble());
380 formatter.parse(formatter.format(1000.0, resultStr, pos, status), result, status);
386 formatter.parse(formatter.format(1000.0, UnicodeString("%spellout-cardinal-feminine-genitive"), resultStr, pos, st (…)
    [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_oauth2client.py 87 expected = urllib.parse.urlparse(expected)
88 actual = urllib.parse.urlparse(actual)
94 expected_query = urllib.parse.parse_qs(expected.query)
95 actual_query = urllib.parse.parse_qs(actual.query)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 251 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1);
255 Uri.parse(msg.obj.toString())));
264 Uri contentUri1 = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1);
564 uri = Uri.parse(uriString);
695 info.mUri = Uri.parse(stringFromCursor(info.mUri.toString(), cursor,
    [all...]
BluetoothOppTransfer.java 279 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
315 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + info.mId);
685 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
  /external/zxing/core/
core.jar 
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 150 if (!parser.parse(argc-1, argv+1, &opts, std::cerr))
270 caseListParser.parse(&buf[0], numRead);
402 parser.parse(&buf[0], numRead);
423 // Parse result data if such exists.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 278 self.unicodes = Unicode.parse (l)
415 def parse (s): member in class:Unicode
422 s = u''.join (unichr (x) for x in Unicode.parse (s))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ZoneMeta.java 610 * Parse a custom time zone identifier and return a corresponding zone.
631 * Parse a custom time zone identifier and return the normalized
679 Number n = numberFormat.parse(id, pos);
693 n = numberFormat.parse(id, pos);
706 n = numberFormat.parse(id, pos);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 650 * // Parse the previous string back into a Date.
652 * Date currentTime_2 = formatter.parse(dateString, pos);
685 * parse "1234". In other words, the leftmost field of the run is flexible,
686 * while the others keep a fixed width. If the parse fails anywhere in the run,
688 * parsed again. This is repeated until either the parse succeeds or the
689 * leftmost field is one character in length. If the parse still fails at that
690 * point, the parse of the run fails.
2158 public void parse(String text, Calendar cal, ParsePosition parsePos) method in class:SimpleDateFormat
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 98 lenientParseButton = new Checkbox("Lenient parse", lenientParse);
107 Number temp = numberFormatter.parse(fieldText, parsePosition);
110 textField.setText("PARSE ERROR");
136 theNumber = spelloutFormatter.parse(fieldText, parsePosition)
140 numberField.setText("PARSE ERROR");
160 theNumber = spelloutFormatter.parse(fieldText, parsePosition)
163 numberField.setText("PARSE ERROR");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ZoneMeta.java 609 * Parse a custom time zone identifier and return a corresponding zone.
630 * Parse a custom time zone identifier and return the normalized
678 Number n = numberFormat.parse(id, pos);
692 n = numberFormat.parse(id, pos);
705 n = numberFormat.parse(id, pos);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 649 * // Parse the previous string back into a Date.
651 * Date currentTime_2 = formatter.parse(dateString, pos);
684 * parse "1234". In other words, the leftmost field of the run is flexible,
685 * while the others keep a fixed width. If the parse fails anywhere in the run,
687 * parsed again. This is repeated until either the parse succeeds or the
688 * leftmost field is one character in length. If the parse still fails at that
689 * point, the parse of the run fails.
2171 public void parse(String text, Calendar cal, ParsePosition parsePos) method in class:SimpleDateFormat
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 400 * Parse, if necessary, the multipart data and return the list of Parts.
409 parse(); method
432 parse(); method
438 * Parse, if necessary, the multipart stream.
443 protected void parse () method in class:MultiPartInputStream
454 //if its not a multipart request, don't parse it
  /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/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 119 root = xml.parse(tmxFile);
133 throw new GdxRuntimeException("Unable to parse .tmx file.");
149 root = xml.parse(tmxFile);
302 element = xml.parse(tsx);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 645 struct tgsi_parse_context parse; local
678 tgsi_parse_init(&parse, tokens);
679 while (!tgsi_parse_end_of_tokens(&parse)) {
680 tgsi_parse_token(&parse);
682 switch (parse.FullToken.Token.Type) {
684 scanImmediate(&parse.FullToken.FullImmediate);
687 scanDeclaration(&parse.FullToken.FullDeclaration);
690 insns[insnCount++] = parse.FullToken.FullInstruction;
691 scanInstruction(&parse.FullToken.FullInstruction);
694 scanProperty(&parse.FullToken.FullProperty)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 189 new Request.Builder().method("GET", RequestBody.create(MediaType.parse("text/plain"), "abc"));
230 .post(RequestBody.create(MediaType.parse("text/plain"), "def"))
403 .method("DELETE", RequestBody.create(MediaType.parse("text/plain"), "def"))
420 .put(RequestBody.create(MediaType.parse("text/plain"), "def"))
449 .patch(RequestBody.create(MediaType.parse("text/plain"), "def"))
707 return MediaType.parse("text/plain");
724 return MediaType.parse("text/plain");
    [all...]
  /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...]
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 50 // Original config str. We keep this because when we parse the config, we may add on
77 if (!ConfigDescription::parse(configStr, &config)) {
196 // Parse the values file from XML.
207 if (!resParser.parse(&xmlParser)) {
479 if (!flags.parse("aapt2 compile", args, &std::cerr)) {
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 71 Date date = sdf.parse("1902-11-01T00:00:00.000+0800");
78 date = sdf.parse("1902-06-01T00:00:00.000+0800");
111 Date date = sdf.parse(isoTime);
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 151 parse(in);
167 parse(derVal);
623 private void parse(DerValue val) method in class:X509CertInfo
    [all...]

Completed in 1469 milliseconds

<<61626364656667686970>>