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

1234567891011>>

/external/objenesis/main/src/org/objenesis/strategy/
H A DBaseInstantiatorStrategy.java41 protected static final String VM_VERSION = System.getProperty("java.runtime.version");
44 protected static final String VM_INFO = System.getProperty("java.vm.info");
47 protected static final String VENDOR_VERSION = System.getProperty("java.vm.version");
50 protected static final String VENDOR = System.getProperty("java.vm.vendor");
53 protected static final String JVM_NAME = System.getProperty("java.vm.name");
/external/chromium_org/third_party/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/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;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java123 return getProperty("jpda.settings.debuggeeJavaHome", getProperty("java.home", null));
132 return getProperty("jpda.settings.debuggeeJavaExec", "java");
142 return getProperty("jpda.settings.debuggeeJavaPath",
153 return getProperty("jpda.settings.transportWrapperClass",
163 return getProperty("jpda.settings.transportAddress", null);
181 return getProperty("jpda.settings.debuggeeAgentName", "jdwp");
190 return getProperty("jpda.settings.debuggeeAgentExtraOptions", "");
216 return getProperty("jpda.settings.debuggeeAgentOptions",
244 return getProperty("jav
487 protected String getProperty(String name, String defaultValue) { method in class:TestOptions
[all...]
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDATestOptions.java48 return System.getProperty("jpda.settings.debuggeeLaunchKind", "auto");
/external/emma/core/java12/com/vladium/util/
H A DIConstants.java26 String EOL = System.getProperty ("line.separator", "\n");
/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);
/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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DKvmSerializable.java40 Object getProperty(int index); method in interface:KvmSerializable
/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);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java54 assertEquals("Provider.id name", p.getProperty("Provider.id name"),
57 .getProperty("Provider.id version"), String.valueOf(p
59 assertEquals("Provider.id info", p.getProperty("Provider.id info"),
62 .getProperty("Provider.id className"), p.getClass().getName());
67 assertNull(p.getProperty("MessageDigest.SHA-1"));
103 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
104 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
105 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
106 !"aaa.bbb.ccc.ddd".equals(p.getProperty("MessageDigest.SHA-1").trim())) {
217 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/objenesis/main/src/org/objenesis/
H A DObjenesisException.java30 .getProperty("java.specification.version")) > 1.3);

Completed in 516 milliseconds

1234567891011>>