HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 351 - 375 of 1831) 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);
  /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);
  /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);
  /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 86 String osName = System.getProperty("os.name");
362 testDir = new File(System.getProperty("java.io.tmpdir") + "/temp");
366 root = System.getProperty("user.name").equals("root");
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 52 DCHECK(window->GetProperty(kSnapChildrenToPixelBoundary));
138 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey);
215 window->GetProperty(aura::client::kAlwaysOnTopKey)) {
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 42 ConvertValue(entry.value(), schema.GetProperty(entry.key()));
303 schema.valid() ? schema.GetProperty(entry->first) : Schema();
312 schema.valid() ? schema.GetProperty(entry->first) : Schema();
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 227 if (npobject_->_class->getProperty) {
228 *result = npobject_->_class->getProperty(npobject_, id, &result_var);
233 *result = WebBindings::getProperty(0, npobject_, id, &result_var);
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.cc 128 GetProperty(kDefaultAudioConstraints[i].key)) {
136 bool MediaAudioConstraints::GetProperty(const std::string& key) {
157 return GetProperty(kGoogEchoCancellation);
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 73 PP_Var GetProperty(void* object,
179 &GetProperty,
306 ToPPPClass(ppp_class)->GetProperty,
  /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/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 61 String keepAlive = System.getProperty("http.keepAlive");
62 String keepAliveDuration = System.getProperty("http.keepAliveDuration");
63 String maxIdleConnections = System.getProperty("http.maxConnections");
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 126 if (!getProperty("debug.rs.arm-no-hwdiv")) {
137 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
157 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 28 String base = System.getProperty("java.io.tmpdir");
124 String cwd = System.getProperty("user.dir");
219 String userDir = System.getProperty("user.dir");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 83 IGLProperty property = mAccessor.getProperty(currentState);
115 IGLProperty property = mAccessor.getProperty(state);
123 return mAccessor.getProperty(state);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 125 Object property = job.getProperty(ERROR_KEY);
202 Object property = job.getProperty(ERROR_KEY);
239 Object property = job.getProperty(ERROR_KEY);
  /cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/
JavaScannerTest.java 89 final File parent0 = new File(System.getProperty("java.io.tmpdir"));
  /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/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
AttachConnectorTest.java 83 + System.getProperty("isDebuggeeRunning"));
ListenConnectorTest.java 101 + System.getProperty("isDebuggeeRunning"));

Completed in 3609 milliseconds

<<11121314151617181920>>