Home
last modified time | relevance | path

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

12345678910>>...28

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DTestOptions.java127 return getProperty("jpda.settings.dumpProcess", "true"); in getDumpProcessCommand()
137 return getProperty("jpda.settings.debuggeeJavaHome", getProperty("java.home", null)); in getDebuggeeJavaHome()
146 return getProperty("jpda.settings.debuggeeJavaExec", "java"); in getDebuggeeJavaExec()
156 return getProperty("jpda.settings.debuggeeJavaPath", in getDebuggeeJavaPath()
167 return getProperty("jpda.settings.transportWrapperClass", in getTransportWrapperClassName()
177 return getProperty("jpda.settings.transportAddress", null); in getTransportAddress()
195 return getProperty("jpda.settings.debuggeeAgentArgument", "-agentlib:"); in getDebuggeeAgentArgument()
204 return getProperty("jpda.settings.debuggeeAgentName", "jdwp"); in getDebuggeeAgentName()
213 return getProperty("jpda.settings.debuggeeAgentExtraOptions", ""); in getDebuggeeAgentExtraOptions()
239 return getProperty("jpda.settings.debuggeeAgentOptions", in getDebuggeeAgentOptions()
[all …]
/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/mockito/src/main/java/org/mockito/internal/util/
DPlatform.java17 public static final String JAVA_VERSION = System.getProperty("java.specification.version");
18 public static final String JVM_VERSION = System.getProperty("java.runtime.version");
19 public static final String JVM_VENDOR = System.getProperty("java.vm.vendor");
20 public static final String JVM_VENDOR_VERSION = System.getProperty("java.vm.version");
21 public static final String JVM_NAME = System.getProperty("java.vm.name");
22 public static final String JVM_INFO = System.getProperty("java.vm.info");
23 public static final String OS_NAME = System.getProperty("os.name");
24 public static final String OS_VERSION = System.getProperty("os.version");
30 return System.getProperty("java.vendor", "").toLowerCase(Locale.US).contains("android"); in isAndroid()
/external/testng/src/test/java/test/ant/
DAntSystemPropertySet.java19 assertNotNull(System.getProperty("syspropset1"), "syspropset1 not found"); in outputTestProperties()
20 assertEquals(System.getProperty("syspropset1"), "value 1", "Wrong value for syspropset1"); in outputTestProperties()
22 assertNotNull(System.getProperty("syspropset2"), "syspropset2 not found"); in outputTestProperties()
23 assertEquals(System.getProperty("syspropset2"), "value 2", "Wrong value for syspropset2"); in outputTestProperties()
25 assertNotNull(System.getProperty("sysprop1"), "sysprop1 not found"); in outputTestProperties()
26 assertEquals(System.getProperty("sysprop1"), "value 3", "Wrong value for sysprop1"); in outputTestProperties()
/external/testng/src/main/java/org/testng/internal/
DConstants.java48 private static TestNGProperty getProperty(String propertyName) { in getProperty() method in Constants
56 TestNGProperty r= getProperty(propertyName); in getPropertyValue()
59 String result = p.getProperty(r.getName()); in getPropertyValue()
65 TestNGProperty p = getProperty(propertyName); in getBooleanPropertyValue()
66 String r = properties.getProperty(propertyName, p.getDefault()); in getBooleanPropertyValue()
73 TestNGProperty p = getProperty(propertyName); in getIntegerPropertyValue()
74 String r = properties.getProperty(propertyName, p.getDefault()); in getIntegerPropertyValue()
81 TestNGProperty p = getProperty(propertyName); in getDefaultValueFor()
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DPlatformDescription.java57 .getProperty("java.specification.version");
60 public static final String VM_VERSION = System.getProperty("java.runtime.version");
63 public static final String VM_INFO = System.getProperty("java.vm.info");
66 public static final String VENDOR_VERSION = System.getProperty("java.vm.version");
69 public static final String VENDOR = System.getProperty("java.vm.vendor");
72 public static final String JVM_NAME = System.getProperty("java.vm.name");
133 String bootClasspath = System.getProperty("java.boot.class.path"); in getIsAndroidOpenJDK()
142 return System.getProperty("com.google.appengine.runtime.version"); in getGaeRuntimeVersion()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRPaths.java37 …public static final String BASE_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("CLDR_DIR"…
42 public static final String MAIN_DIRECTORY = CldrUtility.getProperty("CLDR_MAIN",
56 public static final String SEED_DIRECTORY1 = CldrUtility.getProperty("CLDR_SEED",
71 …public static final String SVN_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("SVN_DIR", …
73 …public static final String AUX_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("CLDR_TMP_D…
80 …public static final String LOCAL_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("LOCAL_DI…
82 …public static final String ARCHIVE_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("ARCHIV…
88 …public static final String GEN_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("CLDR_GEN_D…
90 …public static final String DATA_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("CLDR_EXT_…
94 …public static final String CLDR_PRIVATE_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("C…
[all …]
DCLDRConfig.java30 public static boolean SKIP_SEED = System.getProperty("CLDR_SKIP_SEED") != null;
107 final String env = System.getProperty("CLDR_ENVIRONMENT"); in getInstance()
138 CldrUtility.checkValidDirectory(INSTANCE.getProperty("CLDR_DIR"), in getInstance()
412 public String getProperty(String key, String d) { in getProperty() method in CLDRConfig
413 String result = getProperty(key); in getProperty()
424 return getProperty(key.toString()); in get()
428 public String getProperty(String key) { in getProperty() method in CLDRConfig
434 result = System.getProperty(key); in getProperty()
437 result = System.getProperty(key.toUpperCase(Locale.ENGLISH)); in getProperty()
440 result = System.getProperty(key.toLowerCase(Locale.ENGLISH)); in getProperty()
[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/vogar/src/vogar/target/
DTestEnvironment.java62 private static final String JAVA_RUNTIME_VERSION = System.getProperty("java.runtime.version");
63 private static final String JAVA_VM_INFO = System.getProperty("java.vm.info");
64 private static final String JAVA_VM_VERSION = System.getProperty("java.vm.version");
65 private static final String JAVA_VM_VENDOR = System.getProperty("java.vm.vendor");
66 private static final String JAVA_VM_NAME = System.getProperty("java.vm.name");
71 this.tmpDir = System.getProperty("java.io.tmpdir"); in TestEnvironment()
85 String userHome = System.getProperty("user.home"); in TestEnvironment()
86 String userDir = System.getProperty("user.dir"); in TestEnvironment()
117 if ("Dalvik".equals(System.getProperty("java.vm.name"))) { in reset()
138 String userHome = System.getProperty("user.home"); in reset()
[all …]
/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 …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java24 String value = getProperty(key); in native_get()
30 String stringValue = getProperty(key); in native_get_int()
36 String stringValue = getProperty(key); in native_get_long()
42 String stringValue = getProperty(key); in native_get_boolean()
83 private static synchronized String getProperty(String key) { in getProperty() method in ShadowSystemProperties
84 return loadProperties().getProperty(key); in getProperty()
/external/mockito/src/test/java/org/mockito/internal/util/
DPlatformTest.java35 assertThat(Platform.JVM_VERSION).isEqualTo(System.getProperty("java.runtime.version")); in const_are_initialized_from_system_properties()
36 assertThat(Platform.JVM_INFO).isEqualTo(System.getProperty("java.vm.info")); in const_are_initialized_from_system_properties()
37 assertThat(Platform.JVM_NAME).isEqualTo(System.getProperty("java.vm.name")); in const_are_initialized_from_system_properties()
38 assertThat(Platform.JVM_VENDOR).isEqualTo(System.getProperty("java.vm.vendor")); in const_are_initialized_from_system_properties()
39 assertThat(Platform.JVM_VENDOR_VERSION).isEqualTo(System.getProperty("java.vm.version")); in const_are_initialized_from_system_properties()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/
DRoboSettings.java15 mavenRepositoryId = System.getProperty("robolectric.dependency.repo.id", "sonatype");
16 …mavenRepositoryUrl = System.getProperty("robolectric.dependency.repo.url", "https://oss.sonatype.o…
17 mavenRepositoryUserName = System.getProperty("robolectric.dependency.repo.username");
18 mavenRepositoryPassword = System.getProperty("robolectric.dependency.repo.password");
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DChange.java18 return !Utils.valueIsNullOrEmpty(getValue(csmConditional.getProperty(), node)); in evaluate()
20 return Utils.valueIsNullOrEmpty(getValue(csmConditional.getProperty(), node)); in evaluate()
22 … return !Utils.valueIsNullOrEmptyStringOrOptional(getValue(csmConditional.getProperty(), node)); in evaluate()
24 …throw new UnsupportedOperationException("" + csmConditional.getProperty() + " " + csmConditional.g… in evaluate()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java148 public Object getProperty(int index) { in getProperty() method in SoapObject
170 public Object getProperty(String name) { in getProperty() method in SoapObject
173 return getProperty(index.intValue()); in getProperty()
185 public Object getProperty(String namespace, String name) { in getProperty() method in SoapObject
188 return getProperty(index.intValue()); in getProperty()
203 return getProperty(i.intValue()); in getPropertyByNamespaceSafely()
219 Object foo = getProperty(i.intValue()); in getPropertyByNamespaceSafelyAsString()
243 return getProperty(i.intValue()); in getPropertySafely()
263 Object property = getProperty(i.intValue()); in getPropertySafelyAsString()
389 return getProperty(index.intValue()).toString(); in getPropertyAsString()
[all …]
/external/conscrypt/benchmark-jmh/
Dbuild.gradle16 jmhInclude = System.getProperty('jmh.include')
17 jmhParams = System.getProperty('jmh.parameters')
18 jmhWarmupIterations = System.getProperty('jmh.wi', '10')
19 jmhIterations = System.getProperty('jmh.i', '10')
20 jmhFork = System.getProperty('jmh.f', '1')
21 jmhJvm = System.getProperty('jmh.jvm')
22 jmhJvmArgs = System.getProperty('jmh.jvmArgs', '-server -Xms2g -Xmx2g')
/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 …]
/external/jline/src/src/main/java/jline/
DConsoleRunner.java37 historyFileName = System.getProperty(ConsoleRunner.property, null); in main()
47 (System.getProperty("user.home"), in main()
52 (System.getProperty("user.home"), in main()
56 String completors = System.getProperty in main()
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DConfig.java187 parseSdkArrayProperty(properties.getProperty("sdk", "")), in fromProperties()
188 parseSdkInt(properties.getProperty("minSdk", "-1")), in fromProperties()
189 parseSdkInt(properties.getProperty("maxSdk", "-1")), in fromProperties()
190 properties.getProperty("manifest", DEFAULT_VALUE_STRING), in fromProperties()
191 properties.getProperty("qualifiers", DEFAULT_QUALIFIERS), in fromProperties()
192 properties.getProperty("packageName", DEFAULT_PACKAGE_NAME), in fromProperties()
193 properties.getProperty("resourceDir", DEFAULT_RES_FOLDER), in fromProperties()
194 properties.getProperty("assetDir", DEFAULT_ASSET_FOLDER), in fromProperties()
195 parseClasses(properties.getProperty("shadows", "")), in fromProperties()
196 parseStringArrayProperty(properties.getProperty("instrumentedPackages", "")), in fromProperties()
[all …]
/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/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java41 static final String VERSION = System.getProperty("version", "snapshot");
42 static final String BUILD_DIR = System.getProperty("build.dir", "build");
51 System.getProperty("aopalliance.jar", "lib/aopalliance.jar");
54 System.getProperty("javax.inject.jar", "lib/javax.inject.jar");
55 static final String GUAVA_JAR = System.getProperty("guava.jar", "lib/guava-19.0.jar");

12345678910>>...28