Searched refs:getProperty (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDisplayNumber.h18 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDisplayInput.h20 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDisplayMath.h23 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDisplayRandom.h31 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawTextBox.h25 virtual bool getProperty(int index, SkScriptValue* value) const;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java26 String property = System.getProperty("com.ibm.oti.configuration");
31 + System.getProperty("java.vm.version").replace('.', '-');
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DSystemProperty.java26 if (System.getProperty(key).equals(value))
27 System.out.println("System property "+key+" set to "+System.getProperty(key));
29 System.out.println("System property "+key+" could not be set. Currently set to "+System.getProperty(key));
/external/emma/core/java12/com/vladium/util/
H A DIConstants.java26 String EOL = System.getProperty ("line.separator", "\n");
H A DIProperties.java44 String getProperty (String key); method in interface:IProperties
45 String getProperty (String key, String dflt); method in interface:IProperties
94 final String v = properties.getProperty (n);
132 public String getProperty (final String key) method in class:IProperties.Factory.PropertiesImpl
134 return getProperty (key, null);
137 public String getProperty (final String key, final String dflt) method in class:IProperties.Factory.PropertiesImpl
153 value = m_delegate.getProperty (key, null);
220 final String v = getProperty (n);
246 final String value = getProperty (name, "");
265 final String v = getProperty (
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java52 String s = props.getProperty(key);
75 String s = props.getProperty(key);
H A DSerializerFactory.java96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptionsFactory.java29 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
33 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
37 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
46 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
50 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
54 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java536 .getProperty("javax.sip.IP_ADDRESS");
552 .getProperty("javax.sip.STACK_NAME");
557 .getProperty("gov.nist.javax.sip.STACK_LOGGER");
585 .getProperty("gov.nist.javax.sip.SERVER_LOGGER");
616 .getProperty("javax.sip.OUTBOUND_PROXY");
622 .getProperty("javax.sip.ROUTER_PATH");
653 .getProperty("javax.sip.USE_ROUTER_FOR_ALL_URIS");
664 .getProperty("javax.sip.EXTENSION_METHODS");
684 .getProperty("javax.net.ssl.keyStore");
686 .getProperty("java
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DServerLog.java99 this.description = configurationProperties.getProperty("javax.sip.STACK_NAME");
100 this.stackIpAddress = configurationProperties.getProperty("javax.sip.IP_ADDRESS");
101 this.logFileName = configurationProperties.getProperty("gov.nist.javax.sip.SERVER_LOG");
102 String logLevel = configurationProperties.getProperty("gov.nist.javax.sip.TRACE_LEVEL");
104 .getProperty("gov.nist.javax.sip.LOG_MESSAGE_CONTENT");
120 Logger logger = Logger.getLogger(configurationProperties.getProperty(
196 configurationProperties.getProperty(
207 + configurationProperties.getProperty("javax.sip.IP_ADDRESS") + "\n"
209 + configurationProperties.getProperty("javax.sip.STACK_NAME") + "\n"
211 + configurationProperties.getProperty("java
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthAccessor.java52 public Object getProperty(String name) { method in class:OAuthAccessor
67 * method; that is getProperty("httpMethod") or (if that's null)
68 * consumer.getProperty("httpMethod") or (if that's null)
75 method = (String) this.getProperty("httpMethod");
77 method = (String) this.consumer.getProperty("httpMethod");
85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING);
H A DConsumerProperties.java98 String base = consumerProperties.getProperty(name
106 .getProperty(name + ".callbackURL"), consumerProperties
107 .getProperty(name + ".consumerKey"), consumerProperties
108 .getProperty(name + ".consumerSecret"), serviceProvider);
124 String url = consumerProperties.getProperty(name);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java55 assertEquals("Provider.id name", p.getProperty("Provider.id name"),
58 .getProperty("Provider.id version"), String.valueOf(p
60 assertEquals("Provider.id info", p.getProperty("Provider.id info"),
63 .getProperty("Provider.id className"), p.getClass().getName());
68 assertNull(p.getProperty("MessageDigest.SHA-1"));
104 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
105 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
106 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
107 !"aaa.bbb.ccc.ddd".equals(p.getProperty("MessageDigest.SHA-1").trim()) ) {
218 assertEquals("aaa.bbb.ccc.ddd", p.getProperty("MessageDiges
[all...]
/external/javasqlite/src/main/java/SQLite/
H A 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");
99 args[2] = info.getProperty("password");
100 args[3] = info.getProperty("daterepr");
101 args[4] = info.getProperty("vfs");
104 args[1] = java.lang.System.getProperty("SQLite.encoding");
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java95 public String getProperty(String key, String defaultValue) { method in class:EasyMockProperties
96 return properties.getProperty(key, defaultValue);
107 public String getProperty(String key) { method in class:EasyMockProperties
108 return properties.getProperty(key);
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DProviderTest.java63 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
64 !"className".equals(p.getProperty("serviceName.algName").trim()) ||
65 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
66 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
67 !String.valueOf(p.getName()).equals(p.getProperty("Provider.id name").trim()) ||
68 !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) ||
69 !String.valueOf(p.getInfo()).equals(p.getProperty("Provider.id info").trim()) ||
70 !p.getClass().getName().equals(p.getProperty("Provider.id className").trim()) ||
71 !"SomeClassName".equals(p.getProperty("MessageDigest.SHA-1").trim()) ) {
159 if (!"className".equals(p.getProperty("Typ
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPropertiesTest.java93 .getProperty(propertyName));
98 * @tests java.util.Properties#getProperty(java.lang.String)
102 // java.util.Properties.getProperty(java.lang.String)
104 ((String) tProps.getProperty("test.prop")));
108 * @tests java.util.Properties#getProperty(java.lang.String,
113 // java.util.Properties.getProperty(java.lang.String, java.lang.String)
115 ((String) tProps.getProperty("test.prop", "Blarg")));
117 .getProperty("notInThere.prop", "Gabba")));
121 * @tests java.util.Properties#getProperty(java.lang.String)
126 assertNull(props.getProperty("ke
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileDescriptorTest.java33 + System.getProperty("java.vm.version").replace('.', '-');
56 f = new File(System.getProperty("user.dir"), "fd" + platformId + ".tst");
83 f = new File(System.getProperty("user.dir"), "fd.tst");
H A DSyncFailedExceptionTest.java34 f = new File(System.getProperty("user.dir"), "synfail.tst");
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h41 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes)
45 JSObjectGetPropertyCallback getProperty; member in struct:StaticValueEntry
104 JSObjectGetPropertyCallback getProperty; member in struct:OpaqueJSClass
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs65 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem

Completed in 415 milliseconds

1234567891011>>