HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 251 - 275 of 992) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 153 public String getProperty(QName key)
155 return m_properties.getProperty(key.toNamespacedString());
167 public String getProperty(String key)
172 return m_properties.getProperty(key);
309 String defaultMethod = m_properties.getProperty(OutputKeys.METHOD);
388 String s = props.getProperty(key);
485 String s = props.getProperty(key);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code>
343 factoryClassName = fXalanProperties.getProperty(factoryId);
351 factoryClassName = props.getProperty(factoryId);
SecuritySupport.java 99 return System.getProperty(propName);
SecuritySupport12.java 91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code>
343 factoryClassName = fXalanProperties.getProperty(factoryId);
351 factoryClassName = props.getProperty(factoryId);
SecuritySupport.java 99 return System.getProperty(propName);
SecuritySupport12.java 91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 86 * <li>query the system property using <code>System.getProperty</code>
109 * <li>query the system property using <code>System.getProperty</code>
156 * <li>query the system property using <code>System.getProperty</code>
184 * <li>query the system property using <code>System.getProperty</code>
238 * <li>query the system property using <code>System.getProperty</code>
342 factoryClassName = fXalanProperties.getProperty(factoryId);
350 factoryClassName = props.getProperty(factoryId);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code>
343 factoryClassName = fXalanProperties.getProperty(factoryId);
351 factoryClassName = props.getProperty(factoryId);
TreeWalker.java 94 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
113 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
132 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code>
343 factoryClassName = fXalanProperties.getProperty(factoryId);
351 factoryClassName = props.getProperty(factoryId);
  /libcore/luni/src/main/java/java/lang/
System.java 90 lineSeparator = System.getProperty("line.separator");
257 * subsequent calls to getProperty and getProperties.
279 // to be present for System.getProperty. For java.class.version, we use the maximum
409 public static String getProperty(String propertyName) {
410 return getProperty(propertyName, null);
417 public static String getProperty(String name, String defaultValue) {
419 return getProperties().getProperty(name, defaultValue);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 375 return getProperty(schemaNS, itemPath);
636 * @see XMPMeta#getProperty(String, String)
638 public XMPProperty getProperty(String schemaNS, String propName) throws XMPException
640 return getProperty(schemaNS, propName, VALUE_STRING);
651 * @see XMPMeta#getProperty(String, String)
662 protected XMPProperty getProperty(String schemaNS, String propName, int valueType)
717 * @see XMPMeta#getProperty(String, String)
982 return getProperty(schemaNS, qualPath);
997 return getProperty(schemaNS, fieldPath);
    [all...]
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 87 String osName = System.getProperty("os.name");
371 testDir = new File(System.getProperty("java.io.tmpdir") + "/temp");
375 root = System.getProperty("user.name").equals("root");
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetProviderTest.java 52 CONFIG_FILE1 = System.getProperty("user.dir") + "/resources";
54 String sep = System.getProperty("file.separator");
67 String sep = System.getProperty("file.separator");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 190 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_ERROR);
193 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_RESULT);
196 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_RESULT);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 371 if (!thisObj->m_npObject->_class->getProperty)
377 // Calling NPClass::getProperty will call into plug-in code, and there's no telling what the plug-in can do.
386 returnValue = thisObj->m_npObject->_class->getProperty(thisObj->m_npObject, npIdentifier, &result);
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 30 String base = System.getProperty("java.io.tmpdir");
120 String cwd = System.getProperty("user.dir");
211 String originalUserDir = System.getProperty("user.dir");
  /libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java 50 builder.command().add("-Xbootclasspath:" + System.getProperty("java.boot.class.path"));
61 String tmp = System.getProperty("java.io.tmpdir");
77 if (System.getProperty("java.vendor").contains("Android")) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 81 IGLProperty property = mAccessor.getProperty(currentState);
111 IGLProperty property = mAccessor.getProperty(state);
119 return mAccessor.getProperty(state);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 46 String testsuiteDir = System.getProperty("user.dir");
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 38 public static final String newline = System.getProperty("line.separator");
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 368 tempFileName = System.getProperty("user.dir");
369 String separator = System.getProperty("file.separator");
405 tempFileName = System.getProperty("user.dir");
406 String separator = System.getProperty("file.separator");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileReaderTest.java 91 f = new File(System.getProperty("user.home"), "reader.tst");
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 39 prevFactory = System.getProperty("java.util.prefs.PreferencesFactory");

Completed in 311 milliseconds

<<11121314151617181920>>