Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java536 .getProperty("javax.sip.IP_ADDRESS"); in SipStackImpl()
552 .getProperty("javax.sip.STACK_NAME"); in SipStackImpl()
557 .getProperty("gov.nist.javax.sip.STACK_LOGGER"); in SipStackImpl()
585 .getProperty("gov.nist.javax.sip.SERVER_LOGGER"); in SipStackImpl()
616 .getProperty("javax.sip.OUTBOUND_PROXY"); in SipStackImpl()
622 .getProperty("javax.sip.ROUTER_PATH"); in SipStackImpl()
653 .getProperty("javax.sip.USE_ROUTER_FOR_ALL_URIS"); in SipStackImpl()
664 .getProperty("javax.sip.EXTENSION_METHODS"); in SipStackImpl()
684 .getProperty("javax.net.ssl.keyStore"); in SipStackImpl()
686 .getProperty("javax.net.ssl.trustStore"); in SipStackImpl()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java99 this.description = configurationProperties.getProperty("javax.sip.STACK_NAME"); in setProperties()
100 this.stackIpAddress = configurationProperties.getProperty("javax.sip.IP_ADDRESS"); in setProperties()
101 this.logFileName = configurationProperties.getProperty("gov.nist.javax.sip.SERVER_LOG"); in setProperties()
102 String logLevel = configurationProperties.getProperty("gov.nist.javax.sip.TRACE_LEVEL"); in setProperties()
104 .getProperty("gov.nist.javax.sip.LOG_MESSAGE_CONTENT"); in setProperties()
196 configurationProperties.getProperty( in checkLogFile()
207 + configurationProperties.getProperty("javax.sip.IP_ADDRESS") + "\n" in checkLogFile()
209 + configurationProperties.getProperty("javax.sip.STACK_NAME") + "\n" in checkLogFile()
211 + configurationProperties.getProperty("javax.sip.ROUTER_PATH") + "\n" in checkLogFile()
213 + configurationProperties.getProperty("javax.sip.OUTBOUND_PROXY") + "\n" in checkLogFile()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPropertiesTest.java93 .getProperty(propertyName)); in test_ConstructorLjava_util_Properties()
104 ((String) tProps.getProperty("test.prop"))); in test_getPropertyLjava_lang_String()
115 ((String) tProps.getProperty("test.prop", "Blarg"))); in test_getPropertyLjava_lang_StringLjava_lang_String()
117 .getProperty("notInThere.prop", "Gabba"))); in test_getPropertyLjava_lang_StringLjava_lang_String()
126 assertNull(props.getProperty("key")); in test_getPropertyLjava_lang_String2()
136 assertEquals("defaultValue", props.getProperty("key", "defaultValue")); in test_getPropertyLjava_lang_StringLjava_lang_String2()
142 return getProperty((String) key); // assume String in get()
218 .getProperty("test.pkg")); in test_loadLjava_io_InputStream()
220 .getProperty("commented.entry")); in test_loadLjava_io_InputStream()
288 assertEquals("1", "\n \t \f", props.getProperty(" \r")); in test_loadLjava_io_InputStream_subtest0()
[all …]
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DProviderTest.java63 if (!"value 1".equals(p.getProperty("Property 1").trim()) || in testLoadInputStream()
64 !"className".equals(p.getProperty("serviceName.algName").trim()) || in testLoadInputStream()
65 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) || in testLoadInputStream()
66 … !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) || in testLoadInputStream()
67 !String.valueOf(p.getName()).equals(p.getProperty("Provider.id name").trim()) || in testLoadInputStream()
68 … !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) || in testLoadInputStream()
69 !String.valueOf(p.getInfo()).equals(p.getProperty("Provider.id info").trim()) || in testLoadInputStream()
70 !p.getClass().getName().equals(p.getProperty("Provider.id className").trim()) || in testLoadInputStream()
71 !"SomeClassName".equals(p.getProperty("MessageDigest.SHA-1").trim()) ) { in testLoadInputStream()
159 if (!"className".equals(p.getProperty("Type.Algorithm"))) { in testPutService()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DProviderTest.java55 assertEquals("Provider.id name", p.getProperty("Provider.id name"), in testProvider()
58 .getProperty("Provider.id version"), String.valueOf(p in testProvider()
60 assertEquals("Provider.id info", p.getProperty("Provider.id info"), in testProvider()
63 .getProperty("Provider.id className"), p.getClass().getName()); in testProvider()
68 assertNull(p.getProperty("MessageDigest.SHA-1")); in testClear()
104 if (!"value 1".equals(p.getProperty("Property 1").trim()) || in testPutAllMap()
105 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) || in testPutAllMap()
106 … !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) || in testPutAllMap()
107 !"aaa.bbb.ccc.ddd".equals(p.getProperty("MessageDigest.SHA-1").trim()) ) { in testPutAllMap()
218 assertEquals("aaa.bbb.ccc.ddd", p.getProperty("MessageDigest.SHA-1") in testPutObjectObject()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptionsFactory.java29 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
33 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
37 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
46 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
50 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
54 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
/external/javasqlite/src/main/java/SQLite/
DJDBCDriver.java27 String jvers = java.lang.System.getProperty("java.version");
62 java.lang.System.getProperty("SQLite.sharedcache");
71 java.lang.System.getProperty("SQLite.vfs");
98 args[1] = info.getProperty("encoding"); in connect()
99 args[2] = info.getProperty("password"); in connect()
100 args[3] = info.getProperty("daterepr"); in connect()
101 args[4] = info.getProperty("vfs"); in connect()
104 args[1] = java.lang.System.getProperty("SQLite.encoding"); in connect()
/external/emma/core/java12/com/vladium/util/
DIProperties.java44 String getProperty (String key); in getProperty() method
45 String getProperty (String key, String dflt); in getProperty() method
94 final String v = properties.getProperty (n); in wrap()
132 public String getProperty (final String key) in getProperty() method in IProperties.Factory.PropertiesImpl
134 return getProperty (key, null); in getProperty()
137 public String getProperty (final String key, final String dflt) in getProperty() method in IProperties.Factory.PropertiesImpl
153 value = m_delegate.getProperty (key, null); in getProperty()
220 final String v = getProperty (n); in toProperties()
246 final String value = getProperty (name, ""); in toAppArgsForm()
265 final String v = getProperty (n); in list()
[all …]
DProperty.java82 final String v = overrides.getProperty (n); in combine()
189 return System.getProperty (key); in getSystemProperty()
201 return System.getProperty (key, def); in getSystemProperty()
335 public String getProperty (final String key) in getProperty() method in Property.FilePropertyLookup
339 return m_contents.getProperty (key); in getProperty()
414 public String getProperty (final String key) in getProperty() method in Property.SystemPropertyLookup
495 public String getProperty (final String key) in getProperty() method in Property.SystemRedirectsLookup
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileOutputStreamTest.java49 f = new File(fileName = System.getProperty("user.home"), "fos.tst"); in test_ConstructorLjava_io_File()
57 f = new File(fileName = System.getProperty("user.home"), "fos.tst"); in test_ConstructorLjava_io_FileDescriptor()
72 f = new File(fileName = System.getProperty("user.home"), "fos.tst"); in test_ConstructorLjava_lang_String()
85 f = new File(System.getProperty("user.home"), "fos.tst"); in test_ConstructorLjava_lang_StringZ()
129 f = new File(System.getProperty("user.home"), "output.tst"); in test_close()
145 f = new File(fileName = System.getProperty("user.home"), "testfd"); in test_getFD()
157 f = new File(System.getProperty("user.home"), "output.tst"); in test_write$B()
171 f = new File(System.getProperty("user.home"), "output.tst"); in test_write$BII()
199 f = new File(System.getProperty("user.home"), "output.tst"); in test_writeI()
211 f = new File(System.getProperty("user.home"), "output.tst"); in test_write$BII2()
DFileDescriptorTest.java33 + System.getProperty("java.vm.version").replace('.', '-');
56 f = new File(System.getProperty("user.dir"), "fd" + platformId + ".tst"); in test_sync()
83 f = new File(System.getProperty("user.dir"), "fd.tst"); in test_valid()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java93 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoParameter_NoProperties()
95 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoParameter_NoProperties()
97 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoParameter_NoProperties()
99 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoParameter_NoProperties()
124 assertEquals("FINE", LogManager.getLogManager().getProperty( in testConstructor_NoParameter_ValidProperties()
126 assertEquals("iso-8859-1", LogManager.getLogManager().getProperty( in testConstructor_NoParameter_ValidProperties()
149 assertEquals(INVALID_LEVEL, LogManager.getLogManager().getProperty( in testConstructor_NoParameter_InvalidProperties()
151 assertEquals("XXXX", LogManager.getLogManager().getProperty( in testConstructor_NoParameter_InvalidProperties()
168 assertNull(LogManager.getLogManager().getProperty( in testConstructor_HasParameters_NoProperties()
170 assertNull(LogManager.getLogManager().getProperty( in testConstructor_HasParameters_NoProperties()
[all …]
DLogManagerTest.java69 static final String clearPath = System.getProperty("clearpath");
401 assertNull(m.getProperty("java.util.logging.FileHandler.limit")); in checkPropertyNull()
402 assertNull(m.getProperty("java.util.logging.ConsoleHandler.formatter")); in checkPropertyNull()
404 assertNull(m.getProperty("java.util.logging.FileHandler.count")); in checkPropertyNull()
405 assertNull(m.getProperty("com.xyz.foo.level")); in checkPropertyNull()
406 assertNull(m.getProperty("java.util.logging.FileHandler.formatter")); in checkPropertyNull()
407 assertNull(m.getProperty("java.util.logging.ConsoleHandler.level")); in checkPropertyNull()
408 assertNull(m.getProperty("java.util.logging.FileHandler.pattern")); in checkPropertyNull()
413 assertEquals(m.getProperty("java.util.logging.FileHandler.limit"), in checkProperty()
416 .getProperty("java.util.logging.ConsoleHandler.formatter"), in checkProperty()
[all …]
DConsoleHandlerTest.java79 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoProperties()
81 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoProperties()
83 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoProperties()
85 assertNull(LogManager.getLogManager().getProperty( in testConstructor_NoProperties()
109 assertEquals(LogManager.getLogManager().getProperty( in testConstructor_ValidProperties()
111 assertEquals(LogManager.getLogManager().getProperty( in testConstructor_ValidProperties()
133 assertEquals(LogManager.getLogManager().getProperty( in testConstructor_InvalidProperties()
135 assertEquals(LogManager.getLogManager().getProperty( in testConstructor_InvalidProperties()
DSocketHandlerTest.java114 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
116 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
118 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
120 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
122 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
124 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoProperties()
189 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoBasicProperties()
191 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoBasicProperties()
193 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoBasicProperties()
195 assertNull(LOG_MANAGER.getProperty( in testConstructor_NoBasicProperties()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DSystemTest.java141 assertNotNull(props[i], System.getProperty(props[i])); in test_getProperties()
153 String encoding = System.getProperty("file.encoding"); in test_getPropertyLjava_lang_String()
189 String bootClassPath = System.getProperty("org.apache.harmony.boot.class.path"); in test_getProperty_bootClassPath()
192 bootClassPath = System.getProperty("sun.boot.class.path"); in test_getProperty_bootClassPath()
207 assertTrue(!System.getProperty("java.version", "99999").equals("99999")); in test_getPropertyLjava_lang_StringLjava_lang_String()
209 .getProperty("bogus.prop", "bogus")); in test_getPropertyLjava_lang_StringLjava_lang_String()
224 System.getProperty("testing") == "value2"); in test_setPropertyLjava_lang_StringLjava_lang_String()
302 .getProperty("test.prop")); in test_setPropertiesLjava_util_Properties()
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java98 String base = consumerProperties.getProperty(name in newConsumer()
106 .getProperty(name + ".callbackURL"), consumerProperties in newConsumer()
107 .getProperty(name + ".consumerKey"), consumerProperties in newConsumer()
108 .getProperty(name + ".consumerSecret"), serviceProvider); in newConsumer()
124 String url = consumerProperties.getProperty(name); in getURL()
DOAuthAccessor.java52 public Object getProperty(String name) { in getProperty() method in OAuthAccessor
75 method = (String) this.getProperty("httpMethod"); in newRequestMessage()
77 method = (String) this.consumer.getProperty("httpMethod"); in newRequestMessage()
85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING); in newRequestMessage()
/external/easymock/src/org/easymock/internal/
DEasyMockProperties.java95 public String getProperty(String key, String defaultValue) { in getProperty() method in EasyMockProperties
96 return properties.getProperty(key, defaultValue); in getProperty()
107 public String getProperty(String key) { in getProperty() method in EasyMockProperties
108 return properties.getProperty(key); in getProperty()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java153 public String getProperty(QName key) in getProperty() method in OutputProperties
155 return m_properties.getProperty(key.toNamespacedString()); in getProperty()
167 public String getProperty(String key) in getProperty() method in OutputProperties
172 return m_properties.getProperty(key); in getProperty()
309 String defaultMethod = m_properties.getProperty(OutputKeys.METHOD); in setMethodDefaults()
388 String s = props.getProperty(key); in getQNameProperty()
485 String s = props.getProperty(key); in getQNameProperties()
/external/webkit/Source/JavaScriptCore/API/
DJSClassRef.h41 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes) in StaticValueEntry()
45 JSObjectGetPropertyCallback getProperty; member
104 JSObjectGetPropertyCallback getProperty; member
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java96 String method = format.getProperty(OutputKeys.METHOD); in getSerializer()
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER); in getSerializer()
115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER); in getSerializer()
DOutputPropertyUtils.java52 String s = props.getProperty(key); in getBooleanProperty()
75 String s = props.getProperty(key); in getIntProperty()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_PlatformFile.java26 String property = System.getProperty("com.ibm.oti.configuration"); in getNewPlatformFile()
31 + System.getProperty("java.vm.version").replace('.', '-'); in getNewPlatformFile()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java320 = System.getProperty(HASHTABLE_IMPLEMENTATION_PROPERTY); in createFactoryStore()
423 String useTCCLStr = props.getProperty(TCCL_KEY); in getFactory()
449 String factoryClass = System.getProperty(FACTORY_PROPERTY); in getFactory()
565 String factoryClass = props.getProperty(FACTORY_PROPERTY); in getFactory()
623 String value = props.getProperty(name); in getFactory()
1422 String priorityStr = props.getProperty(PRIORITY_KEY);
1434 String newPriorityStr = newProps.getProperty(PRIORITY_KEY);
1495 dest = System.getProperty(DIAGNOSTICS_DEST_PROPERTY);
1618 …logDiagnostic("[ENV] Extension directories (java.ext.dir): " + System.getProperty("java.ext.dir"));
1619 …logDiagnostic("[ENV] Application classpath (java.class.path): " + System.getProperty("java.class.p…

12345678910>>...12