HomeSort by relevance Sort by last modified time
    Searched refs:getProperty (Results 176 - 200 of 1220) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 292 if (System.getProperty("wbp.ReflectionUtils.propagate().InstantiationException") != null) {
295 if (System.getProperty("wbp.ReflectionUtils.propagate().IllegalAccessException") != null) {
302 if (System.getProperty("wbp.ReflectionUtils.propagate().dontThrow") == null) {
322 if (System.getProperty("wbp.ReflectionUtils.propagate().forceReturn") == null) {
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 71 = System.getProperty("java.library.path", ".").split(
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 88 .getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
TempFilesServer.java 31 tmpdir = System.getProperty("java.io.tmpdir");
  /external/skia/src/animator/
SkAnimateBase.h 36 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDisplayRandom.cpp 45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
SkDrawBitmap.h 60 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawMatrix.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPaint.h 39 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPath.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
  /external/smack/src/org/xbill/DNS/
Options.java 42 String s = System.getProperty("dnsjava.options");
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 41 if (System.getProperty("os.name").toLowerCase().contains("windows")) {
  /external/svox/pico/compat/include/
TtsEngine.h 194 virtual tts_result getProperty(const char *property, char *value,
  /external/svox/pico/compat/jni/
tts.h 260 android_tts_result_t (*getProperty)
  /frameworks/base/core/java/android/os/
BatteryManager.java 188 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 157 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
163 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
196 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
202 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
  /libcore/luni/src/main/java/java/lang/
Boolean.java 169 * @see System#getProperty(String)
175 return (parseBoolean(System.getProperty(string)));
  /libcore/luni/src/main/java/java/security/
IdentityScope.java 82 String className = Security.getProperty("system.scope");
  /libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 56 defaultName = Security.getProperty("ssl.ServerSocketFactory.provider");
SSLSocketFactory.java 51 String newName = Security.getProperty("ssl.SocketFactory.provider");
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 66 String val = System.getProperty("jaxp.debug");
172 String systemProp = System.getProperty(factoryId);
180 String javah = System.getProperty("java.home");
195 factoryClassName = cacheProps.getProperty(factoryId);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 67 String val = System.getProperty("jaxp.debug");
162 String r = System.getProperty(propertyName);
187 String javah = System.getProperty("java.home");
207 factoryClassName = cacheProps.getProperty(propertyName);
Validator.java 439 public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException {
ValidatorHandler.java 448 public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException {
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 53 String val = System.getProperty("jaxp.debug");
155 String r = System.getProperty(propertyName);
167 String javah = System.getProperty("java.home");
187 factoryClassName = cacheProps.getProperty(propertyName);

Completed in 1367 milliseconds

1 2 3 4 5 6 78 91011>>