HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 1 - 25 of 4468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/ant/
AntSystemPropertySet.java 19 assertNotNull(System.getProperty("syspropset1"), "syspropset1 not found");
20 assertEquals(System.getProperty("syspropset1"), "value 1", "Wrong value for syspropset1");
22 assertNotNull(System.getProperty("syspropset2"), "syspropset2 not found");
23 assertEquals(System.getProperty("syspropset2"), "value 2", "Wrong value for syspropset2");
25 assertNotNull(System.getProperty("sysprop1"), "sysprop1 not found");
26 assertEquals(System.getProperty("sysprop1"), "value 3", "Wrong value for sysprop1");
  /external/smali/
settings.gradle 3 if (System.getProperty("user.dir").startsWith(file("smalidea").absolutePath)) {
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 34 store.addResult("model", getProperty("ro.product.model"));
35 store.addResult("brand", getProperty("ro.product.brand"));
36 store.addResult("name", getProperty("ro.product.name"));
37 store.addResult("device", getProperty("ro.product.device"));
38 store.addResult("board", getProperty("ro.product.board"));
40 String abi = getProperty("ro.product.cpu.abilist");
45 store.addResult("sdk", getProperty("ro.build.version.sdk"));
46 store.addResult("codename", getProperty("ro.build.version.codename"));
47 store.addResult("security_patch", getProperty("ro.build.version.security_patch"));
48 store.addResult("base_os", getProperty("ro.build.version.base_os"))
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
Change.java 16 return (Boolean) getValue(csmConditional.getProperty(), node);
18 return !Utils.valueIsNullOrEmpty(getValue(csmConditional.getProperty(), node));
20 return Utils.valueIsNullOrEmpty(getValue(csmConditional.getProperty(), node));
22 return !Utils.valueIsNullOrEmpty(getValue(csmConditional.getProperty(), node));
24 throw new UnsupportedOperationException("" + csmConditional.getProperty() + " " + csmConditional.getCondition());
  /hardware/qcom/display/msm8998/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val);
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val);
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value)
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty(COMPOSITION_MASK_PROP, &value);
52 debug_.debug_handler_->GetProperty(HDMI_CONFIG_INDEX_PROP, &value);
60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val);
61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val);
69 debug_.debug_handler_->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value);
76 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value);
83 debug_.debug_handler_->GetProperty(DISABLE_DECIMATION_PROP, &value);
92 debug_.debug_handler_->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value);
95 debug_.debug_handler_->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value);
98 debug_.debug_handler_->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
debug.cpp 45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val);
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val);
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value)
    [all...]
  /external/snakeyaml/src/patches/android/
Constructor.patch 19 - protected Property getProperty(Class<? extends Object> type, String name)
21 + protected Property getProperty(Class<? extends Object> type, String name) {
22 return getPropertyUtils().getProperty(type, name);
  /external/testng/src/main/java/org/testng/internal/
Constants.java 48 private static TestNGProperty getProperty(String propertyName) {
56 TestNGProperty r= getProperty(propertyName);
59 String result = p.getProperty(r.getName());
65 TestNGProperty p = getProperty(propertyName);
66 String r = properties.getProperty(propertyName, p.getDefault());
73 TestNGProperty p = getProperty(propertyName);
74 String r = properties.getProperty(propertyName, p.getDefault());
81 TestNGProperty p = getProperty(propertyName);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
debug.cpp 43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value);
64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value);
104 debug_.debug_handler_->GetProperty("sdm.video_mode_panel", &value)
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
VolumeLoader.java 47 map.put(prop[i].getProperty("name"), prop[i]);
70 String dir = p.getProperty("dir");
73 if ("dicom".equalsIgnoreCase(p.getProperty("format"))) {
76 String [] looks = p.getProperty("looks").split(",");
78 String look_color = p.getProperty(looks[j]+".color");
79 String look_opacity = p.getProperty(looks[j]+".opacity");
83 } else if ("raw".equalsIgnoreCase(p.getProperty("format"))) {
86 String [] looks = p.getProperty("looks").split(",");
88 String look_color = p.getProperty(looks[j]+".color");
89 String look_opacity = p.getProperty(looks[j]+".opacity")
    [all...]
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 56 String tmp = System.getProperty("java.io.tmpdir");
102 sqlDriver = properties.getProperty("sqlDriver");
103 sqlLogin = properties.getProperty("sqlLogin");
104 sqlCatalog = properties.getProperty("sqlCatalog");
105 sqlHost = properties.getProperty("sqlHost");
106 sqlUrl = properties.getProperty("sqlUrlPrefix") + sqlHost + "/"
108 sqlPassword = properties.getProperty("sqlPassword");
109 sqlUser = properties.getProperty("sqlUser");
111 .getProperty("sqlMaxConnections"));
112 sqlMaxTasks = Integer.parseInt(properties.getProperty("sqlMaxTasks"))
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
AbiFormatterTest.java 50 EasyMock.expect(device.getProperty("ro.product.cpu.abilist32")).andReturn(null);
51 EasyMock.expect(device.getProperty("ro.product.cpu.abi")).andReturn(null);
56 EasyMock.expect(device.getProperty(EasyMock.eq("ro.product.cpu.abilist32")))
62 EasyMock.expect(device.getProperty(EasyMock.eq("ro.product.cpu.abilist64"))).andReturn("");
63 EasyMock.expect(device.getProperty("ro.product.cpu.abi")).andReturn(null);
74 EasyMock.expect(device.getProperty("ro.product.cpu.abilist32")).andReturn("abi1,abi2");
81 EasyMock.expect(device.getProperty("ro.product.cpu.abilist32")).andReturn(null);
82 EasyMock.expect(device.getProperty("ro.product.cpu.abi")).andReturn("abi");
88 EasyMock.expect(device.getProperty("ro.product.cpu.abilist")).andReturn("");
89 EasyMock.expect(device.getProperty("ro.product.cpu.abi")).andReturn("abi")
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
DoPrivilegedBenchmark.java 25 String lineSeparator = System.getProperty("line.separator");
33 lineSeparator = System.getProperty("line.separator");
37 return System.getProperty("line.separator");
48 return System.getProperty("line.separator");
69 return System.getProperty(propertyName);
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
DeviceBuildDescriptorTest.java 33 EasyMock.expect(d.getProperty("ro.product.name")).andReturn("yakju");
34 EasyMock.expect(d.getProperty("ro.build.type")).andReturn("userdebug");
35 EasyMock.expect(d.getProperty("ro.product.brand")).andReturn("google");
36 EasyMock.expect(d.getProperty("ro.product.model")).andReturn("Galaxy Nexus");
37 EasyMock.expect(d.getProperty("ro.build.version.release")).andReturn("4.2");
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
PropertiesProvisioningDataParser.java 121 .setDeviceAdminPackageName(props.getProperty(
123 if ((s = props.getProperty(EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME))
129 builder.setTimeZone(props.getProperty(EXTRA_PROVISIONING_TIME_ZONE))
131 props.getProperty(EXTRA_PROVISIONING_LOCALE)));
132 if ((s = props.getProperty(EXTRA_PROVISIONING_LOCAL_TIME)) != null) {
146 if ((s = props.getProperty(EXTRA_PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED))
150 if ((s = props.getProperty(EXTRA_PROVISIONING_SKIP_ENCRYPTION)) != null) {
153 if ((s = props.getProperty(EXTRA_PROVISIONING_USE_MOBILE_DATA)) != null) {
181 if (props.getProperty(EXTRA_PROVISIONING_WIFI_SSID) == null) {
185 .setSsid(props.getProperty(EXTRA_PROVISIONING_WIFI_SSID)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/util/
Platform.java 17 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");
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 35 // use System.getProperty. Now they should use System.lineSeparator instead, and the
157 String userDir = System.getProperty("user.dir");
160 assertEquals(userDir, System.getProperty("user.dir"));
163 assertEquals(userDir, System.getProperty("user.dir"));
166 assertEquals(userDir, System.getProperty("user.dir"));
172 assertEquals(userDir, System.getProperty("user.dir"));
180 String oldUserHome = System.getProperty("user.home");
183 assertEquals("/user/home", System.getProperty("user.home"));
191 String userDir = System.getProperty("user.dir");
201 assertEquals(userDir, System.getProperty("user.dir"))
    [all...]
  /external/conscrypt/benchmark-jmh/
build.gradle 16 jmhInclude = System.getProperty('jmh.include')
17 jmhWarmupIterations = System.getProperty('jmh.wi', '10')
18 jmhIterations = System.getProperty('jmh.i', '10')
19 jmhFork = System.getProperty('jmh.f', '1')
20 jmhJvm = System.getProperty('jmh.jvm')
21 jmhJvmArgs = System.getProperty('jmh.jvmArgs', '-server -Xms2g -Xmx2g')
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 52 public Object getProperty(String name) {
67 * method; that is getProperty("httpMethod") or (if that's null)
68 * consumer.getProperty("httpMethod") or (if that's null)
75 method = (String) this.getProperty("httpMethod");
77 method = (String) this.consumer.getProperty("httpMethod");
85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
PropertyAnimatorTest.java 85 public Property getProperty() {
113 mAnimationFilter.animate(mProperty.getProperty());
128 mAnimationFilter.animate(mProperty.getProperty());
138 mAnimationFilter.animate(mProperty.getProperty());
154 mAnimationFilter.animate(mProperty.getProperty());
166 mAnimationFilter.animate(mProperty.getProperty());
169 mAnimationFilter.animate(mProperty.getProperty());
180 mAnimationFilter.animate(mProperty.getProperty());
191 mAnimationFilter.animate(mProperty.getProperty());
202 mAnimationFilter.animate(mProperty.getProperty());
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Properties.java 25 String value = System.getProperty(propertyName);
44 String p = System.getProperty(propertyName);
  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 27 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");
99 args[2] = info.getProperty("password");
100 args[3] = info.getProperty("daterepr");
101 args[4] = info.getProperty("vfs");
104 args[1] = java.lang.System.getProperty("SQLite.encoding");
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Version.java 20 String agent = System.getProperty("http.agent");
21 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/
RoboSettings.java 13 mavenRepositoryId = System.getProperty("robolectric.dependency.repo.id", "sonatype");
14 mavenRepositoryUrl = System.getProperty("robolectric.dependency.repo.url", "https://oss.sonatype.org/content/groups/public/");

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>