/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | SerializerSwitcher.java | 73 Properties prevProperties = transformer.getOutputFormat().getProperties(); in switchSerializerIfHTML() 81 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML() 174 Properties htmlProperties = htmlOutputProperties.getProperties(); in switchSerializerIfHTML()
|
D | TransformerIdentityImpl.java | 261 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()
|
D | TransformerImpl.java | 756 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/ |
D | ComplexProperty.java | 91 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/ |
D | Property.java | 105 … 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/ |
D | InspectorRuntimeAgent.cpp | 66 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()
|
D | InspectorRuntimeAgent.h | 58 …void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<Inspect…
|
D | InjectedScript.h | 61 …void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<Inspect…
|
D | InjectedScript.cpp | 84 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/ |
D | Mailer.java | 73 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/ |
D | ConsumerProperties.java | 48 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/ |
D | SystemTest.java | 127 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/ |
D | ProcessorOutputElem.java | 200 (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/ |
D | EMMAProperties.java | 139 …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/ |
D | IComplexPropertyEditor.java | 26 Property[] getProperties(Property property) throws Exception; in getProperties() method
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestUtils.java | 71 Properties properties = System.getProperties(); in setSystemProperty()
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/ |
D | TestUtils.java | 75 Properties properties = System.getProperties(); in setSystemProperty()
|
/external/easymock/src/org/easymock/internal/ |
D | EasyMockProperties.java | 76 for (Map.Entry<Object, Object> entry : System.getProperties() in EasyMockProperties()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | ServiceInfoImpl.java | 603 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/ |
D | PropertyListIntersector.java | 58 public Property[] getProperties() { in getProperties() method in PropertyListIntersector
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 564 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/ |
D | DefaultConfigParserTest.java | 60 p = System.getProperties(); in setUp()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | RemoteObject.js | 136 RuntimeAgent.getProperties(this._objectId, !!ignoreHasOwnProperty, remoteObjectBinder);
|
/external/apache-http/src/org/apache/commons/logging/ |
D | LogFactory.java | 1358 private static Properties getProperties(final URL url) { 1417 Properties newProps = getProperties(url);
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
D | master.cfg | 413 … 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…
|