HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 776 - 800 of 1306) sorted by null

<<31323334353637383940>>

  /external/icu4c/test/intltest/
tmsgfmt.cpp 140 form->parse(buffer, result, parsePos);
143 errln("Err: Number Format parse");
144 logln("Number format parse failed.");
330 logln("---------------- test parse ----------------");
333 logln("MSG pattern for parse: " + buffer);
336 Formattable* values = form->parse(result, parseCount, success);
    [all...]
dcfmapts.cpp 159 // ======= Test parse()
161 logln((UnicodeString)"Testing parse()");
172 pat.parse(text, result1, pos);
174 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
179 pat.parse(text, result2, status);
181 errln((UnicodeString)"ERROR: parse() failed");
184 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
nmfmapts.cpp 58 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
152 // ======= Test parse()
155 logln("Testing parse()");
163 errln("ERROR: Roundtrip failed (via parse()) for " + text);
167 fr->parse(text, result2, pos01);
169 errln("ERROR: Roundtrip failed (via parse()) for " + text);
174 fr->parse(text, result3, status);
176 errln("ERROR: parse() failed");
179 errln("ERROR: Roundtrip failed (via parse()) for " + text)
    [all...]
tchcfmt.cpp 66 //form->parse(res1, f, parse_pos);
410 form_pat.parse( parsetext, result, parse_pos );
413 it_logln("parse( ..., ParsePos ) tested.");
415 it_errln("*** ChoiceFormat parse( ..., ParsePos )!");
418 form_pat.parse( parsetext, result, status );
421 it_logln("parse( ..., UErrorCode ) tested.");
423 it_errln("*** ChoiceFormat parse( ..., UErrorCode )!");
  /cts/tools/utils/
buildCts.py 187 doc = dom.parse(temp_desc)
232 doc = dom.parse(temp_desc)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 83 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
90 = Uri.parse("content://" + AUTHORITY + "/main/");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 84 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
91 = Uri.parse("content://" + AUTHORITY + "/main/");
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 293 handler.setPushLevel(Level.parse("123"));
294 assertEquals(handler.getPushLevel(), Level.parse("123"));
  /external/oprofile/libpp/
profile_spec.cpp 74 void profile_spec::parse(string const & tag_value) function in class:profile_spec
79 throw invalid_argument("profile_spec::parse(): not "
320 spec.parse(*it);
421 * because of the inability to parse a sample file whose name contains that
  /external/v8/test/mjsunit/
debug-evaluate-bool-constructor.js 53 var response = JSON.parse(resp);
mirror-date.js 51 // Parse JSON representation and check.
59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")),
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 46 // file: tests from WebKit (LayoutTests/fast/loader/url-parse-1.html)
file.js 46 // file: tests from WebKit (LayoutTests/fast/loader/url-parse-1.html)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js 90 var platforms = JSON.parse(text);
104 results = JSON.parse(text);
  /frameworks/base/core/java/android/provider/
Browser.java 44 public static final Uri BOOKMARKS_URI = Uri.parse("content://browser/bookmarks");
125 public static final Uri SEARCHES_URI = Uri.parse("content://browser/searches");
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 201 info.contactRingtoneUri = Uri.parse(cursor.getString(columnIndex));
523 pn = util.parse(number, countryIso);
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 34 * has a variety of features designed to make it possible to parse and format
211 * suffixes must be distinct for {@link #parse} to be able to distinguish
289 * If {@link #parse(String, ParsePosition)} fails to parse a string, it returns
290 * {@code null} and leaves the parse position unchanged.
882 public Number parse(String string, ParsePosition position) { method in class:DecimalFormat
    [all...]
  /ndk/build/core/
build-all.mk 41 # build script that will parse the LOCAL_XXX variable definitions.
setup-app.mk 24 # ok, let's parse all Android.mk source files in order to build
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 295 intent.setData(Uri.parse(BluetoothShare.CONTENT_URI + "/" + item.id));
445 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id);
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 81 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("about:blank"));
469 Uri uri = Uri.parse(page);
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 179 public boolean parse() throws IOException { method in class:EasOutboxService.SendMailParser
379 // HTTP OK before EAS 14 is a thumbs up; in EAS 14, we've got to parse
383 // Try to parse the result
387 p.parse();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 231 Uri.parse(uri)).setComponent(compName);
237 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 208 Uri.Builder b = Uri.parse("content://mms-sms/messageIdToThread").buildUpon();
214 Uri.parse(s),
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 234 String.format("Can't parse %1$s", description)); //$NON-NLS-1$
246 public EventContainer parse(LogEntry entry) { method in class:EventLogParser
283 public EventContainer parse(String textLogLine) { method in class:EventLogParser
294 // parse the header first
455 // first, get the description of what we're supposed to parse
459 // TODO parse and create string values.

Completed in 2826 milliseconds

<<31323334353637383940>>