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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 80 int ro_debuggable = Integer.parseInt(BuildTest.getProperty(BuildTest.RO_DEBUGGABLE));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildProvider.java 40 private String mCtsRootDirPath = System.getProperty("CTS_ROOT");
90 device.getProperty("ro.product.brand"),
91 device.getProperty("ro.product.name"),
93 device.getProperty("ro.build.version.release"));
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 31 String platform = System.getProperty("os.name");
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
VmConfigTest.java 41 new VmConfig.Builder(new JvmPlatform(), new File(System.getProperty("java.home")))
  /external/conscrypt/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java 67 String keystore = System.getProperty("javax.net.ssl.keyStore");
71 String keystorepwd = System.getProperty("javax.net.ssl.keyStorePassword");
99 String keystore = System.getProperty("javax.net.ssl.trustStore");
103 String keystorepwd = System.getProperty("javax.net.ssl.trustStorePassword");
  /external/opencv/otherlibs/highgui/
_highgui.h 72 virtual double getProperty(int) { return 0; }
  /external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java 47 String seedStr = System.getProperty("junit.seed");
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
PropertiesHelperTest.java 25 assertEquals("{first + system}", properties.getProperty("result"));
  /external/skia/src/animator/
SkDrawColor.h 25 bool getProperty(int index, SkScriptValue* value) const override;
SkDisplayTypes.h 80 bool getProperty(int index, SkScriptValue* ) const override;
92 bool getProperty(int index, SkScriptValue* ) const override;
SkDrawTextBox.cpp 60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const
62 return this->INHERITED::getProperty(index, value);
  /frameworks/base/tests/CoreTests/android/core/
JniLibTest.java 52 + System.getProperty("java.library.path"));
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 38 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
  /libcore/ojluni/src/main/java/sun/misc/
VM.java 243 return savedProps.getProperty(key);
286 s = props.getProperty("sun.lang.ClassLoader.allowArraySyntax");
294 s = props.getProperty("jdk.reflect.allowGetCallerClass");
298 Boolean.valueOf(props.getProperty("jdk.logging.allowStackWalkSearch"));
  /platform_testing/libraries/power-helper/src/com/android/helper/
PowerTestHelper.java 80 String value = getProperty(key);
103 String value = getProperty(key);
109 private String getProperty(String key)
117 value = prop.getProperty(key);
  /art/test/142-classloader2/src/
Main.java 43 String cp = System.getProperty("java.class.path");
44 if (cp.split(System.getProperty("path.separator")).length != 1) {
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
EffectiveClassPath.java 39 private static final String PATH_SEPARATOR = System.getProperty("path.separator");
40 private static final String JAVA_CLASS_PATH = System.getProperty("java.class.path");
  /external/emma/core/java12/com/vladium/emma/
AppLoggers.java 45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
  /external/emma/core/java12/com/vladium/util/
XProperties.java 51 final String v = getProperty (n);
70 final String v = getProperty (n);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
PerfOutputWriter.java 36 System.getProperty("java.vm.vendor"));
38 System.getProperty("java.vm.version"));
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
JniGenSharedLibraryLoader.java 111 File nativesDir = new File(System.getProperty("java.io.tmpdir") + "/jnigen/" + srcCrc);
161 boolean isWindows = System.getProperty("os.name").contains("Windows");
162 boolean isLinux = System.getProperty("os.name").contains("Linux");
163 boolean isMac = System.getProperty("os.name").contains("Mac");
165 boolean is64Bit = System.getProperty("os.arch").equals("amd64") || System.getProperty("os.arch").equals("x86_64");
166 boolean isArm = System.getProperty("os.arch").equals("arm");
168 String vm = System.getProperty("java.vm.name");
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJLoader.java.tmpl 36 String os = System.getProperty("os.name").toLowerCase();
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
JavaIOTempDirExistTest.java 52 String tmpdir = System.getProperty("java.io.tmpdir");
72 final String tmpdir = System.getProperty("java.io.tmpdir");
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 92 !System.getProperty("os.name").regionMatches(true, 0, "windows", 0, 7);
117 String separator = System.getProperty("path.separator");
  /external/vogar/src/vogar/target/
CaliperRunner.java 51 builder.add("-Cresults.file.options.dir=" + System.getProperty("java.io.tmpdir"));
56 if (System.getProperty("java.specification.name").equals("Dalvik Core Library")) {

Completed in 1868 milliseconds

1 2 34 5 6 7 8 91011>>