HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1651 - 1675 of 4368) sorted by null

<<61626364656667686970>>

  /external/caliper/lib/
joda-time-2.1.jar 
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 227 appendErrorMessage.append("Error setting parse no exponent flag.");
386 fmtPtr->parse(tuple.parse, result, ppos);
389 appendErrorMessage.append("Parse failed but was expected to succeed.");
396 appendErrorMessage.append(UnicodeString("Parse succeeded: ") + resultStr + ", but was expected to fail.");
431 fmtPtr->parseCurrency(tuple.parse, ppos));
434 appendErrorMessage.append("Parse failed but was expected to succeed.");
443 appendErrorMessage.append(UnicodeString("Parse succeeded: ") + resultStr + ", but was expected to fail.");
646 virtual void parse(const UnicodeString& , function in class:StubNumberFormat
649 virtual void parse( const UnicodeString& function in class:StubNumberFormat
    [all...]
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...]
  /external/iw/
scan.c 356 } parse = NONE; local
374 switch (parse) {
377 parse = FREQ;
381 parse = IES;
400 parse = SSID;
404 parse = DONE;
408 parse = MESHID;
416 /* failed to parse as number -- maybe a tag? */
418 parse = NONE;
427 parse = NONE
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /external/zlib/src/
make_vms.com 63 $!!! if axp .or. ia64 then set proc/parse=extended
65 $ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL")
66 $ mydef = F$parse(whoami,,,"DEVICE")
67 $ mydir = f$parse(whoami,,,"DIRECTORY") - "]["
68 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
515 $ write mod f$parse(srcfil,,,"NAME"), ".obj"
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/autotest/cli/
host_unittest.py 56 (options, leftover) = hl.parse()
65 (options, leftover) = hl.parse()
75 (options, leftover) = hl.parse()
83 (options, leftover) = hl.parse()
91 (options, leftover) = hl.parse()
99 (options, leftover) = hl.parse()
109 (options, leftover) = hl.parse()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 130 assert item_name in dir(six.moves.urllib.parse)
131 getattr(six.moves.urllib.parse, item_name)
171 from six.moves.urllib.parse import urljoin
174 assert moves.urllib.parse.urljoin
179 assert moves.urllib.parse.urljoin
181 from six.moves.urllib.parse import urljoin
185 from six.moves.urllib.parse import urljoin
  /external/chromium-trace/catapult/third_party/six/
test_six.py 150 assert item_name in dir(six.moves.urllib.parse)
151 getattr(six.moves.urllib.parse, item_name)
191 from six.moves.urllib.parse import urljoin
194 assert moves.urllib.parse.urljoin
199 assert moves.urllib.parse.urljoin
201 from six.moves.urllib.parse import urljoin
205 from six.moves.urllib.parse import urljoin
  /external/jcommander/src/main/java/com/beust/jcommander/
JCommander.java 55 * all the annotated fields, parse the command line and assign the fields with the correct
196 * @param args The arguments to parse (optional).
201 parse(args);
206 * @param args The arguments to parse (optional).
210 parse(args);
228 * will parse arguments into.
262 * Parse and validate the command line parameters.
264 public void parse(String... args) { method in class:JCommander
265 parse(true /* validate */, args); method
269 * Parse the command line parameters without validating them
272 parse(false \/* no validation *\/, args); method
275 private void parse(boolean validate, String... args) { method in class:JCommander
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 56 * HttpUrl url = HttpUrl.parse("https://twitter.com/search?q=cute%20%23puppies&f=images");
72 * HttpUrl base = HttpUrl.parse("https://www.youtube.com/user/WatchTheDaily/videos");
147 * HttpUrl url = HttpUrl.parse("http://who-let-the-dogs.out").newBuilder()
216 * System.out.println(HttpUrl.parse(attack).path());
251 * <p>This class has a modern API. It avoids punitive checked exceptions: {@link #parse parse()}
610 Builder.ParseResult result = builder.parse(this, link);
636 public static HttpUrl parse(String url) { method in class:HttpUrl
641 Builder.ParseResult result = builder.parse(null, url);
650 return parse(url.toString())
1020 ParseResult parse(HttpUrl base, String input) { method in class:HttpUrl.Builder
    [all...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /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 
  /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...]
  /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");

Completed in 1336 milliseconds

<<61626364656667686970>>