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

<<31323334353637383940>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 244 parse(line);
251 * Parse an individual output line. Expects a line that is one of:
255 * and thus there is a new key=value pair to parse, and the previous key-value pair is
268 private void parse(String line) { method in class:InstrumentationResultParser
375 * @param line full line of text to parse
389 * @param line - full line of text to parse
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 189 mXDpi = mDecimalFormat.parse(value).floatValue();
213 mYDpi = mDecimalFormat.parse(value).floatValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 203 Set<AndroidLayoutChangeDescription> changes = parse(file, className);
223 private Set<AndroidLayoutChangeDescription> parse(IFile file, String className) { method in class:AndroidTypeRenameParticipant
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 202 * Parse a text Log file.
228 processEvent(mParser.parse(line));
416 // parse and process the entry data.
417 processEvent(mParser.parse(entry));
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonsListFetcher.java 168 monitor.setDescription("Parse XML");
257 // Parse the old document using a non namespace aware builder
274 doc = builder.parse(xml);
284 // Failed to parse XML document
426 Document doc = builder.parse(new InputSource(xml));
433 monitor.logError("Failed to parse XML document");
443 * Parse all sites defined in the Addaons list XML and returns an array of sites.
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 448 PFI parse[] = { parse_patchram, parse_baudrate, local
488 ret = (*parse[option_index])(optarg);
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 533 // We need to parse the result to see if we've got a provisioning issue
540 new FolderSyncParser(is, new AccountSyncAdapter(this), true).parse();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 37 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 121 final Uri uri = Uri.parse(URI_STRING);
  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 241 Uri uri = Uri.parse("android.resource://" + PKG + "/" + R.raw.john_cage);
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 118 return Uri.parse(mWebServer.getTestDownloadUrl("cts-small-download-" + index,
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 46 mTestUri = Uri.parse(AUTHORITY_HEAD + "/suggestions");
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 142 Date parseDate = dateFormat.parse(source);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 223 optionParser.parse(Arrays.asList(flatArgs));
  /cts/tools/utils/cts/
tools.py 181 self.doc = minidom.parse(path)
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 123 sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 171 // Parse out the feed update date, and compare to the current version.
214 cal.setTime(pubDate.parse(m.group(1)));
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 129 long time = DATE_FORMATTER.parse(dateStr.trim()).getTime();
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
BreakpointOption.java 177 MessageParserEx.instance.parse(builder, inputDialog.getValue());
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 295 Document document = db.parse( source );
  /external/bluetooth/hcidump/parser/
parser.h 244 static inline void parse(struct frame *frm) function
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 285 return dateF.parse(d);
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 50 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
52 // check if usage is requested before checking args parse errors etc:
  /external/icu4c/common/
rbbirb.cpp 238 // Read the input rules, generate a parse tree, symbol table,
245 builder.fScanner->parse();
  /external/icu4c/i18n/
csrsbcs.h 45 int32_t parse(InputText *det);

Completed in 1487 milliseconds

<<31323334353637383940>>