/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
ProxySelectorTest.java | 117 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); 118 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); 120 System.setProperty("https.proxyHost", HTTPS_PROXY_HOST); 121 System.setProperty("https.proxyPort", String.valueOf(HTTPS_PROXY_PORT)); 123 System.setProperty("ftp.proxyHost", FTP_PROXY_HOST); 124 System.setProperty("ftp.proxyPort", String.valueOf(FTP_PROXY_PORT)); 126 System.setProperty("socksProxyHost", SOCKS_PROXY_HOST); 127 System.setProperty("socksProxyPort", String.valueOf(SOCKS_PROXY_PORT)); 158 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); 159 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
PropertiesHelperTest.java | 12 System.setProperty("blinfiddle.ox.heart", "orange juice"); 13 System.setProperty("ornithopter.defenestration", "nickel"); 21 properties.setProperty("result", "{${first.value} + ${system.value.xbf5547}}"); 22 System.setProperty("system.value.xbf5547", "system"); 23 properties.setProperty("first.value", "first");
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 94 public void setProperty(final Properties p, final int value) { 149 public void setProperty(final Properties p, final String value) { 178 config.setProperty(Properties.LANGUAGE, "en"); 179 config.setProperty(Properties.COUNTRY, "US"); 180 config.setProperty(Properties.MCC, 310); 181 config.setProperty(Properties.MNC, 001); // unused 182 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER); 183 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_QWERTY); 184 config.setProperty(Properties.KEYBOARDHIDDEN, Configuration.KEYBOARDHIDDEN_YES); 185 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_TRACKBALL) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
ProxySelectorTest.java | 74 System.setProperty("ftp.proxyHost", "a"); 75 System.setProperty("http.proxyHost", "b"); 76 System.setProperty("https.proxyHost", "c"); 77 System.setProperty("other.proxyHost", "d"); 78 System.setProperty("socket.proxyHost", "d"); 90 System.setProperty("ftp.proxyHost", "a"); 91 System.setProperty("ftp.proxyPort", "1001"); 92 System.setProperty("http.proxyHost", "b"); 93 System.setProperty("http.proxyPort", "1002"); 94 System.setProperty("https.proxyHost", "c") [all...] |
/external/chromium_org/net/android/javatests/src/org/chromium/net/ |
AndroidProxySelectorTest.java | 95 System.setProperty("http.proxyHost", "httpproxy.com"); 96 System.setProperty("http.proxyPort", "8080"); 110 System.setProperty("http.proxyHost", "httpproxy.com"); 124 System.setProperty("http.proxyPort", "8080"); 138 System.setProperty("http.nonProxyHosts", "slashdot.org"); 139 System.setProperty("http.proxyHost", "httpproxy.com"); 140 System.setProperty("http.proxyPort", "8080"); 153 System.setProperty("http.nonProxyHosts", "slashdot.org|freecode.net"); 154 System.setProperty("http.proxyHost", "httpproxy.com"); 155 System.setProperty("http.proxyPort", "8080") [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1199637.js | 37 %SetProperty(this.__proto__, "a", 1234, NONE); 42 %SetProperty(this.__proto__, "b", 1234, NONE); 47 %SetProperty(this.__proto__, "c", 1234, READ_ONLY); 52 %SetProperty(this.__proto__, "d", 1234, READ_ONLY); 58 %SetProperty(this.__proto__, "x", 1234, NONE); 63 %SetProperty(this.__proto__, "y", 1234, NONE); 68 %SetProperty(this.__proto__, "z", 1234, READ_ONLY); 73 %SetProperty(this.__proto__, "w", 1234, READ_ONLY);
|
/external/v8/test/mjsunit/regress/ |
regress-1199637.js | 37 %SetProperty(this.__proto__, "a", 1234, NONE); 42 %SetProperty(this.__proto__, "b", 1234, NONE); 47 %SetProperty(this.__proto__, "c", 1234, READ_ONLY); 52 %SetProperty(this.__proto__, "d", 1234, READ_ONLY); 58 %SetProperty(this.__proto__, "x", 1234, NONE); 63 %SetProperty(this.__proto__, "y", 1234, NONE); 68 %SetProperty(this.__proto__, "z", 1234, READ_ONLY); 73 %SetProperty(this.__proto__, "w", 1234, READ_ONLY);
|
/external/chromium_org/ui/aura/client/ |
activation_client.cc | 21 root_window->SetProperty(kRootWindowActivationClientKey, client); 30 window->SetProperty(kHideOnDeactivate, hide_on_deactivate);
|
tooltip_client.cc | 21 root_window->SetProperty(kRootWindowTooltipClientKey, client); 30 window->SetProperty(kTooltipTextKey, tooltip_text);
|
activation_change_observer.cc | 21 window->SetProperty(kActivationChangeObserverKey, observer);
|
activation_delegate.cc | 19 window->SetProperty(kActivationDelegateKey, delegate);
|
animation_host.cc | 23 window->SetProperty(kRootWindowAnimationHostKey, animation_host);
|
cursor_client.cc | 20 window->SetProperty(kCursorClientKey, client);
|
dispatcher_client.cc | 18 root_window->SetProperty(kDispatcherClientKey, client);
|
drag_drop_client.cc | 19 root_window->SetProperty(kRootWindowDragDropClientKey, client);
|
drag_drop_delegate.cc | 19 window->SetProperty(kDragDropDelegateKey, delegate);
|
event_client.cc | 18 root_window->SetProperty(kRootWindowEventClientKey, client);
|
/external/chromium_org/ppapi/thunk/ |
ppb_url_request_info_thunk.cc | 35 PP_Bool SetProperty(PP_Resource request, 38 VLOG(4) << "PPB_URLRequestInfo::SetProperty()"; 42 return enter.object()->SetProperty(property, value); 71 &SetProperty,
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableElement.cpp | 320 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document()->completeURL(url).string()))); 420 style->setProperty(CSSPropertyBorderTopStyle, value); 421 style->setProperty(CSSPropertyBorderBottomStyle, value); 422 style->setProperty(CSSPropertyBorderLeftStyle, value); 423 style->setProperty(CSSPropertyBorderRightStyle, value); 479 style->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin); 480 style->setProperty(CSSPropertyBorderRightWidth, CSSValueThin); 481 style->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid); 482 style->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid); 483 style->setProperty(CSSPropertyBorderColor, cssValuePool().createInheritedValue()) [all...] |
/external/chromium_org/ash/wm/ |
property_util.cc | 20 window->SetProperty(aura::client::kRestoreBoundsKey, new gfx::Rect(bounds)); 44 window->SetProperty(internal::kWindowTrackedByWorkspaceKey, value); 52 window->SetProperty(internal::kIgnoredByShelfKey, value); 60 window->SetProperty(internal::kWindowRestoresToRestoreBounds, value); 75 root_window->SetProperty(internal::kRootWindowControllerKey, controller);
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
ReportCfg.java | 57 m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ()); 62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ()); 67 m_settings.setProperty (m_prefix.concat (COLUMNS), columns); 72 m_settings.setProperty (m_prefix.concat (SORT), sort); 77 m_settings.setProperty (m_prefix.concat (METRICS), metrics); 85 // m_settings.setProperty (m_prefix.concat (OUT_DIR), dir.getAbsolutePath ()); 90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName); 95 m_settings.setProperty (m_prefix.concat (OUT_ENCODING), encoding); 145 m_settings.setProperty (prefixedName, value); 352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ()) [all...] |
/external/chromium_org/v8/src/ |
i18n.cc | 156 JSObject::SetProperty( 169 JSObject::SetProperty( 184 JSObject::SetProperty( 191 JSObject::SetProperty( 212 JSObject::SetProperty( 219 JSObject::SetProperty( 234 JSObject::SetProperty( 242 JSObject::SetProperty( 381 JSObject::SetProperty( 394 JSObject::SetProperty( [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayRandom.h | 32 virtual bool setProperty(int index, SkScriptValue& );
|
SkDrawTextBox.h | 26 virtual bool setProperty(int index, SkScriptValue& );
|
SkDump.h | 37 virtual bool setProperty(int index, SkScriptValue& );
|