HomeSort by relevance Sort by last modified time
    Searched refs:getSystemProperty (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/util/
Property.java 108 final String fileName = Property.getSystemProperty (namespace + ".properties");
168 s.append (getSystemProperty ("java.vm.name", ""));
170 s.append (getSystemProperty ("java.vm.version", ""));
172 s.append (getSystemProperty ("java.vm.vendor", ""));
174 s.append (getSystemProperty ("os.name", ""));
176 s.append (getSystemProperty ("os.version", ""));
178 s.append (getSystemProperty ("os.arch", ""));
185 public static String getSystemProperty (final String key)
197 public static String getSystemProperty (final String key, final String def)
428 result = getSystemProperty (m_systemPrefix.concat ((String) key), null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 98 String getSystemProperty(String propName) {
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 98 String getSystemProperty(String propName) {
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 98 String getSystemProperty(String propName) {
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 96 String getSystemProperty(String propName) {
SecuritySupport12.java 84 String getSystemProperty(final String propName) {
ObjectFactory.java 264 String systemProp = ss.getSystemProperty(factoryId);
282 String javah = ss.getSystemProperty("java.home");
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 98 String getSystemProperty(String propName) {
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 98 String getSystemProperty(String propName) {
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 114 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
115 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
116 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
133 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
134 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
135 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
420 private static String getSystemProperty(String propertyName, String defaultValue) {
  /art/test/922-properties/src/art/
Test922.java 97 value = getSystemProperty(key);
153 private static native String getSystemProperty(String key);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 526 mAdbEnabled = UsbHandlerLegacy.containsFunction(getSystemProperty(
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 142 final String fileName = Property.getSystemProperty (appName + ".properties");
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
CmdUtil.java 183 public String getSystemProperty(ITestDevice device, String name)
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/
sdkstats-24.4.0-beta6.jar 

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>