Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 25 of 45) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DSerializerSwitcher.java73 Properties prevProperties = transformer.getOutputFormat().getProperties(); in switchSerializerIfHTML()
81 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML()
174 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML()
DTransformerIdentityImpl.java261 SerializerFactory.getSerializer(m_outputFormat.getProperties()); in createResultContentHandler()
706 return (Properties) m_outputFormat.getProperties().clone(); in getOutputProperties()
1045 localName, m_outputFormat.getProperties(), m_serializer); in startElement()
DTransformerImpl.java756 value = (String) props.getProperties().get(qnameString); in getOutputPropertyNoDefault()
914 return (Properties) getOutputFormat().getProperties().clone(); in getOutputProperties()
1044 (SerializationHandler) SerializerFactory.getSerializer(format.getProperties()); in createSerializationHandler()
1899 m_textformat.getProperties()); in transformToString()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DComplexProperty.java91 public Property[] getProperties() { in getProperties() method in ComplexProperty
174 public Property[] getProperties(Property property) throws Exception {
175 return ((ComplexProperty) property).getProperties();
/external/emma/core/java12/com/vladium/util/
DProperty.java105 … final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader); in getAppProperties()
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader); in getAppProperties()
215 public static Properties getProperties (final String name) in getProperties() method in Property
249 public static Properties getProperties (final String name, final ClassLoader loader) in getProperties() method in Property
449 for (Enumeration e = System.getProperties ().propertyNames (); in keys()
/external/webkit/Source/WebCore/inspector/
DInspectorRuntimeAgent.cpp66 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, bool ig… in getProperties() function in WebCore::InspectorRuntimeAgent
70 injectedScript.getProperties(errorString, objectId, ignoreHasOwnProperty, result); in getProperties()
DInspectorRuntimeAgent.h58 …void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<Inspect…
DInjectedScript.h61 …void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<Inspect…
DInjectedScript.cpp84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHas… in getProperties() function in WebCore::InjectedScript
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DMailer.java73 Properties props = System.getProperties(); in sendMessage()
126 Properties props = System.getProperties(); in sendTextMessage()
173 Properties props = System.getProperties(); in sendMultiPartMessage()
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java48 public static Properties getProperties(URL source) throws IOException { in getProperties() method in ConsumerProperties
61 this(getProperties(getResource(resourceName, loader))); in ConsumerProperties()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DSystemTest.java127 Properties p = System.getProperties(); in test_getProperties()
295 Properties orgProps = System.getProperties(); in test_setPropertiesLjava_util_Properties()
301 assertEquals("Failed to set properties", "this is a test property", System.getProperties() in test_setPropertiesLjava_util_Properties()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java200 (String) m_outputProperties.getProperties().get(OutputPropertiesFactory.S_KEY_ENTITIES); in startElement()
208 m_outputProperties.getProperties().put(OutputPropertiesFactory.S_KEY_ENTITIES, absURL); in startElement()
/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java139 …final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loa… in getAppProperties()
150 … final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader)); in getAppProperties()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
DIComplexPropertyEditor.java26 Property[] getProperties(Property property) throws Exception; in getProperties() method
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestUtils.java71 Properties properties = System.getProperties(); in setSystemProperty()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
DTestUtils.java75 Properties properties = System.getProperties(); in setSystemProperty()
/external/easymock/src/org/easymock/internal/
DEasyMockProperties.java76 for (Map.Entry<Object, Object> entry : System.getProperties() in EasyMockProperties()
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java603 Map<String, byte[]> properties = this.getProperties(); in getTextString()
672 return this.getProperties().get(name); in getPropertyBytes()
680 byte data[] = this.getProperties().get(name); in getPropertyString()
695 Map<String, byte[]> properties = this.getProperties(); in getPropertyNames()
815 synchronized Map<String, byte[]> getProperties() { in getProperties() method in ServiceInfoImpl
1176 Map<String, byte[]> properties = this.getProperties(); in toString()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
DPropertyListIntersector.java58 public Property[] getProperties() { in getProperties() method in PropertyListIntersector
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java564 public Properties getProperties() in getProperties() method in OutputProperties
636 copyFrom(opsrc.getProperties()); in copyFrom()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DDefaultConfigParserTest.java60 p = System.getProperties(); in setUp()
/external/webkit/Source/WebCore/inspector/front-end/
DRemoteObject.js136 RuntimeAgent.getProperties(this._objectId, !!ignoreHasOwnProperty, remoteObjectBinder);
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java1358 private static Properties getProperties(final URL url) {
1417 Properties newProps = getProperties(url);
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Dmaster.cfg413 … return self.build.getProperties().render(self.resultDirectory).replace("public_html/", "/") + "/"
416 …and = ["ditto", "-k", "-x", "-V", self.build.getProperties().render(self.zipFile), self.build.getP…

12