HomeSort by relevance Sort by last modified time
    Searched refs:getProperty (Results 51 - 75 of 2323) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserFactory.java 85 String className = System.getProperty("org.xml.sax.parser");
  /libcore/ojluni/src/main/java/java/net/
NetUtil.java 57 return System.getProperty(
  /libcore/ojluni/src/main/java/sun/security/action/
GetPropertyAction.java 84 String value = System.getProperty(theProp);
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
ProviderTest.java 62 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
63 !"className".equals(p.getProperty("serviceName.algName").trim()) ||
64 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
65 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
66 !String.valueOf(p.getName()).equals(p.getProperty("Provider.id name").trim()) ||
67 !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) ||
68 !String.valueOf(p.getInfo()).equals(p.getProperty("Provider.id info").trim()) ||
69 !p.getClass().getName().equals(p.getProperty("Provider.id className").trim()) ||
70 !"SomeClassName".equals(p.getProperty("MessageDigest.SHA-1").trim())) {
158 if (!"className".equals(p.getProperty("Type.Algorithm")))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUConfig.java 67 return System.getProperty(fname);
75 val = System.getProperty(name);
79 val = CONFIG_PROPS.getProperty(name, def);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUConfig.java 65 return System.getProperty(fname);
73 val = System.getProperty(name);
77 val = CONFIG_PROPS.getProperty(name, def);
  /external/messageformat/java/com/ibm/icu/impl/
ICUConfig.java 61 return System.getProperty(fname);
69 val = System.getProperty(name);
73 val = CONFIG_PROPS.getProperty(name, def);
  /external/okhttp/android/main/java/com/squareup/okhttp/
ConfigAwareConnectionPool.java 35 String keepAliveProperty = System.getProperty("http.keepAlive");
36 String keepAliveDurationProperty = System.getProperty("http.keepAliveDuration");
37 String maxIdleConnectionsProperty = System.getProperty("http.maxConnections");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 23 propertyValue = properties.getProperty(propertyName);
26 propertyValue = System.getProperty(propertyName);
45 String propertyValue = properties.getProperty(propertyName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 44 IGLProperty property = mAccessor.getProperty(state);
66 IGLProperty property = mAccessor.getProperty(state);
74 return mAccessor.getProperty(state);
CurrentProgramPropertyAccessor.java 43 public IGLProperty getProperty(IGLProperty state) {
45 IGLProperty currentProgramProperty = mCurrentProgramAccessor.getProperty(state);
59 mStateType).getProperty(state);
CurrentVboPropertyAccessor.java 51 public IGLProperty getProperty(IGLProperty state) {
53 IGLProperty currentBinding = mVboBindingAccessor.getProperty(state);
64 mVboProperty).getProperty(state);
PropertyChangeTransform.java 56 IGLProperty property = mAccessor.getProperty(state);
83 IGLProperty property = mAccessor.getProperty(state);
101 return mAccessor.getProperty(state);
TexturePropertyAccessor.java 52 public IGLProperty getProperty(IGLProperty state) {
54 IGLProperty targetTexture = mTextureUnitPropertyAccessor.getProperty(state);
78 return textureAccessor.getProperty(state);
TextureUnitPropertyAccessor.java 43 public IGLProperty getProperty(IGLProperty state) {
45 IGLProperty activeTextureProperty = mActiveTextureAccessor.getProperty(state);
57 return targetAccessor.getProperty(state);
  /external/jetty/src/java/org/eclipse/jetty/server/ssl/
SslConnector.java 41 public static final String DEFAULT_KEYSTORE_ALGORITHM=(Security.getProperty("ssl.KeyManagerFactory.algorithm")==null?"SunX509":Security.getProperty("ssl.KeyManagerFactory.algorithm"));
43 public static final String DEFAULT_TRUSTSTORE_ALGORITHM=(Security.getProperty("ssl.TrustManagerFactory.algorithm")==null?"SunX509":Security.getProperty("ssl.TrustManagerFactory.algorithm"));
47 public static final String DEFAULT_KEYSTORE = System.getProperty("user.home") + File.separator + ".keystore";
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 98 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/objenesis/tck/src/org/objenesis/tck/
TCK.java 137 return "Java " + System.getProperty("java.specification.version") + " ("
138 + System.getProperty("java.vm.vendor") + " " + System.getProperty("java.vm.name") + " "
139 + System.getProperty("java.vm.version") + " " + System.getProperty("java.runtime.version")
  /external/emma/core/java12/com/vladium/util/
IProperties.java 44 String getProperty (String key);
45 String getProperty (String key, String dflt);
94 final String v = properties.getProperty (n);
132 public String getProperty (final String key)
134 return getProperty (key, null);
137 public String getProperty (final String key, final String dflt)
153 value = m_delegate.getProperty (key, null);
220 final String v = getProperty (n);
246 final String value = getProperty (name, "");
265 final String v = getProperty (n)
    [all...]
  /external/vogar/src/vogar/target/
TestEnvironment.java 62 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");
85 String userHome = System.getProperty("user.home");
86 String userDir = System.getProperty("user.dir");
117 if ("Dalvik".equals(System.getProperty("java.vm.name"))) {
138 String userHome = System.getProperty("user.home")
    [all...]
TestRunner.java 63 qualifiedName = properties.getProperty(TestProperties.QUALIFIED_NAME);
64 qualifiedClassOrPackageName = properties.getProperty(TestProperties.TEST_CLASS_OR_PACKAGE);
65 timeoutSeconds = Integer.parseInt(properties.getProperty(TestProperties.TIMEOUT));
67 int monitorPort = Integer.parseInt(properties.getProperty(TestProperties.MONITOR_PORT));
69 boolean profile = Boolean.parseBoolean(properties.getProperty(TestProperties.PROFILE));
70 int profileDepth = Integer.parseInt(properties.getProperty(TestProperties.PROFILE_DEPTH));
72 = Integer.parseInt(properties.getProperty(TestProperties.PROFILE_INTERVAL));
73 File profileFile = new File(properties.getProperty(TestProperties.PROFILE_FILE));
75 = Boolean.parseBoolean(properties.getProperty(TestProperties.PROFILE_THREAD_GROUP));
91 boolean testOnly = Boolean.parseBoolean(properties.getProperty(TestProperties.TEST_ONLY))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
UIUtils.java 9 static public boolean isMac = System.getProperty("os.name").contains("OS X");
10 static public boolean isWindows = System.getProperty("os.name").contains("Windows");
11 static public boolean isLinux = System.getProperty("os.name").contains("Linux");
  /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
ViewDumpParser.java 41 Object name = getProperty(props, "__name__");
42 Object hash = getProperty(props, "__hash__");
51 private Object getProperty(Map<Short, Object> props, String key) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
MailToURLConnection.java 66 String str = System.getProperty("user.fromaddr");
68 str = System.getProperty("user.name");
70 String host = System.getProperty("mail.host");

Completed in 717 milliseconds

1 23 4 5 6 7 8 91011>>