HomeSort by relevance Sort by last modified time
    Searched defs:parseProperties (Results 1 - 5 of 5) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/adapter/
ItemOperationsParser.java 43 private void parseProperties() throws IOException {
59 parseProperties();
GalParser.java 56 public void parseProperties(GalResult galResult) throws IOException {
108 parseProperties(galResult);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 116 Properties props = parseProperties(new File(target.getLocation(),
129 Properties samplesProps = parseProperties(
146 Properties siProps = parseProperties(
229 Properties props = parseProperties(new File(dir, SdkConstants.FN_SOURCE_PROP));
276 Properties props = parseProperties(new File(dir, SdkConstants.FN_SOURCE_PROP));
358 parseProperties(new File(abiDir, SdkConstants.FN_SOURCE_PROP));
397 parseProperties(new File(platformDir, SdkConstants.FN_SOURCE_PROP));
416 Properties props = parseProperties(new File(toolFolder, SdkConstants.FN_SOURCE_PROP));
460 Properties props = parseProperties(new File(platformToolsFolder,
499 Properties props = parseProperties(new File(docFolder, SdkConstants.FN_SOURCE_PROP));
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 242 public static ParsedProperties parseProperties (final IProperties properties, final String type)
  /external/emma/lib/
emma.jar 

Completed in 464 milliseconds