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

  /libcore/luni/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 255 Properties defaultProperties = null;
271 defaultProperties = m_xml_properties;
282 defaultProperties = m_html_properties;
301 defaultProperties = m_text_properties;
312 defaultProperties = m_unknown_properties;
317 defaultProperties = m_xml_properties;
328 // wrap these cached defaultProperties in a new Property object just so
330 return new Properties(defaultProperties);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 195 ProjectPropertiesWorkingCopy defaultProperties = ProjectProperties.create(folderPath,
197 defaultProperties.setProperty(ProjectProperties.PROPERTY_TARGET, target.hashString());
199 defaultProperties.setProperty(ProjectProperties.PROPERTY_LIBRARY, "true");
201 defaultProperties.save();
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 164 milliseconds