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

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Files.java 27 static public final String externalPath = System.getProperty("user.home") + File.separator;
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
TempFilesServer.java 55 this.tmpdir = new File(System.getProperty("java.io.tmpdir"));
  /external/opencv3/modules/java/generator/src/java/
android+StaticHelper.java 42 String eol = System.getProperty("line.separator");
  /external/skia/platform_tools/android/apps/visualbench/src/main/java/com/skia/
VisualBenchTestActivity.java 37 String sep = System.getProperty("line.separator");
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/com/skia/
VisualBenchTestActivity.java 37 String sep = System.getProperty("line.separator");
  /external/skia/src/animator/
SkAnimateBase.h 36 bool getProperty(int index, SkScriptValue* value) const override;
SkDisplayRandom.cpp 45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
SkDrawBitmap.h 60 bool getProperty(int index, SkScriptValue* value) const override;
SkDrawMatrix.h 32 bool getProperty(int index, SkScriptValue* value) const override;
SkDrawPaint.h 39 bool getProperty(int index, SkScriptValue* value) const override;
SkDrawPath.h 32 bool getProperty(int index, SkScriptValue* value) const override;
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 41 if (System.getProperty("os.name").toLowerCase().contains("windows")) {
TextUtils.java 39 private static String newline = System.getProperty("line.separator");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
BirdTest.java 36 String javaVendor = System.getProperty("java.vm.name");
  /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)
  /external/testng/src/test/java/test/failedreporter/
FailedReporterTest.java 21 File slashTmpDir = new File(System.getProperty("java.io.tmpdir"));
  /external/testng/src/test/java/test/failures/
FailuresTest.java 63 return System.getProperty("java.io.tmpdir");
  /external/vogar/src/vogar/
Action.java 34 private File userDir = new File(System.getProperty("user.dir"));
  /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/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
NoInstanceXMLReader.java 54 public Object getProperty(String name) {
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 59 String javah = System.getProperty("java.home");
85 String val = System.getProperty("jaxp.debug");
191 String systemProp = System.getProperty(factoryId);
199 String factoryClassName = CacheHolder.cacheProps.getProperty(factoryId);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 60 String javah = System.getProperty("java.home");
82 String val = System.getProperty("jaxp.debug");
177 String r = System.getProperty(propertyName);
204 String factoryClassName = CacheHolder.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 {

Completed in 1238 milliseconds

1 2 3 4 5 6 7 8 91011>>