OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemProperty
(Results
1 - 25
of
37
) sorted by null
1
2
/external/emma/core/java12/com/vladium/util/
Property.java
108
final String fileName = Property.
getSystemProperty
(namespace + ".properties");
168
s.append (
getSystemProperty
("java.vm.name", ""));
170
s.append (
getSystemProperty
("java.vm.version", ""));
172
s.append (
getSystemProperty
("java.vm.vendor", ""));
174
s.append (
getSystemProperty
("os.name", ""));
176
s.append (
getSystemProperty
("os.version", ""));
178
s.append (
getSystemProperty
("os.arch", ""));
185
public static String
getSystemProperty
(final String key)
197
public static String
getSystemProperty
(final String key, final String def)
428
result =
getSystemProperty
(m_systemPrefix.concat ((String) key), null)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java
98
String
getSystemProperty
(String propName) {
SecuritySupport12.java
87
String
getSystemProperty
(final String propName) {
ObjectFactory.java
265
String systemProp = ss.
getSystemProperty
(factoryId);
283
String javah = ss.
getSystemProperty
("java.home");
/external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java
98
String
getSystemProperty
(String propName) {
SecuritySupport12.java
87
String
getSystemProperty
(final String propName) {
ObjectFactory.java
265
String systemProp = ss.
getSystemProperty
(factoryId);
283
String javah = ss.
getSystemProperty
("java.home");
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java
98
String
getSystemProperty
(String propName) {
SecuritySupport12.java
87
String
getSystemProperty
(final String propName) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java
96
String
getSystemProperty
(String propName) {
SecuritySupport12.java
84
String
getSystemProperty
(final String propName) {
ObjectFactory.java
264
String systemProp = ss.
getSystemProperty
(factoryId);
282
String javah = ss.
getSystemProperty
("java.home");
/external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java
98
String
getSystemProperty
(String propName) {
SecuritySupport12.java
87
String
getSystemProperty
(final String propName) {
ObjectFactory.java
265
String systemProp = ss.
getSystemProperty
(factoryId);
283
String javah = ss.
getSystemProperty
("java.home");
/external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java
98
String
getSystemProperty
(String propName) {
SecuritySupport12.java
87
String
getSystemProperty
(final String propName) {
ObjectFactory.java
265
String systemProp = ss.
getSystemProperty
(factoryId);
283
String javah = ss.
getSystemProperty
("java.home");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java
114
new File(
getSystemProperty
(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
115
new File(
getSystemProperty
(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
116
new File(
getSystemProperty
(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
133
new File(
getSystemProperty
(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
134
new File(
getSystemProperty
(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
135
new File(
getSystemProperty
(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
420
private static String
getSystemProperty
(String propertyName, String defaultValue) {
/external/emma/core/java12/com/vladium/emma/
EMMAProperties.java
142
final String fileName = Property.
getSystemProperty
(appName + ".properties");
/prebuilts/devtools/tools/lib/
sdkstats.jar
chimpchat.jar
commons-logging-1.1.1.jar
/external/robolectric/lib/main/
commons-logging-1.1.1.jar
/prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar
Completed in 1369 milliseconds
1
2