/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...] |
/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...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 94 public void setProperty(final Properties p, final int value) { 146 public void setProperty(final Properties p, final String value) { 223 config.setProperty(Properties.LANGUAGE, "xx"); 230 config.setProperty(Properties.LANGUAGE, "xx"); 231 config.setProperty(Properties.COUNTRY, "YY"); 238 config.setProperty(Properties.MCC, 111); 245 config.setProperty(Properties.MNC, 222); 252 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH); 259 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS); 266 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_NOKEYS) [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
DOMCSS.mm | 134 [self setProperty:@"azimuth" value:azimuth priority:@""]; 144 [self setProperty:@"background" value:background priority:@""]; 154 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""]; 164 [self setProperty:@"background-color" value:backgroundColor priority:@""]; 174 [self setProperty:@"background-image" value:backgroundImage priority:@""]; 184 [self setProperty:@"background-position" value:backgroundPosition priority:@""]; 194 [self setProperty:@"background-repeat" value:backgroundRepeat priority:@""]; 204 [self setProperty:@"border" value:border priority:@""]; 214 [self setProperty:@"border-collapse" value:borderCollapse priority:@""]; 224 [self setProperty:@"border-color" value:borderColor priority:@""] [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
ExtraPackageTest_v3.java | 58 props.setProperty(PkgProps.EXTRA_VENDOR, "vendor"); 59 props.setProperty(PkgProps.EXTRA_PATH, "the_path"); 60 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2"); 61 props.setProperty(PkgProps.EXTRA_MIN_API_LEVEL, "11"); 62 props.setProperty(PkgProps.EXTRA_PROJECT_FILES, 73 props.setProperty(PkgProps.EXTRA_VENDOR_ID, "vendor"); 74 props.setProperty(PkgProps.EXTRA_VENDOR_DISPLAY, "vendor"); 75 props.setProperty(PkgProps.EXTRA_NAME_DISPLAY, "Vendor The Path"); 76 props.setProperty(PkgProps.EXTRA_PATH, "the_path"); 77 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2") [all...] |
ExtraPackageTest_v4.java | 58 props.setProperty(PkgProps.EXTRA_VENDOR_ID, "the_vendor"); 59 props.setProperty(PkgProps.EXTRA_VENDOR_DISPLAY, "The Company, Inc."); 60 props.setProperty(PkgProps.EXTRA_NAME_DISPLAY, "Some Extra Package"); 61 props.setProperty(PkgProps.EXTRA_PATH, "the_path"); 62 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2"); 63 props.setProperty(PkgProps.EXTRA_MIN_API_LEVEL, "11"); 64 props.setProperty(PkgProps.EXTRA_PROJECT_FILES, 113 props2.setProperty(PkgProps.EXTRA_VENDOR_ID, "vendor2"); 114 props2.setProperty(PkgProps.EXTRA_VENDOR_DISPLAY, "Another Vendor Name"); 120 props2.setProperty(PkgProps.EXTRA_PATH, "new_path2") [all...] |
PackageTest.java | 139 props.setProperty(PkgProps.PKG_REVISION, "42"); 140 props.setProperty(PkgProps.PKG_LICENSE, "The License"); 141 props.setProperty(PkgProps.PKG_DESC, "Some description."); 142 props.setProperty(PkgProps.PKG_DESC_URL, "http://description/url"); 143 props.setProperty(PkgProps.PKG_RELEASE_NOTE, "Release Note"); 144 props.setProperty(PkgProps.PKG_RELEASE_URL, "http://release/note"); 145 props.setProperty(PkgProps.PKG_SOURCE_URL, "http://source/url"); 146 props.setProperty(PkgProps.PKG_OBSOLETE, "true"); 206 p.setProperty("key", ""); 209 p.setProperty("key", "I am not a number") [all...] |
SystemImagePackageTest.java | 78 props.setProperty(PkgProps.VERSION_API_LEVEL, "5"); 79 props.setProperty(PkgProps.SYS_IMG_ABI, "armeabi-v7a"); 120 props2.setProperty(PkgProps.SYS_IMG_ABI, "x86"); 126 props2.setProperty(PkgProps.VERSION_API_LEVEL, "6"); 133 props3.setProperty(PkgProps.VERSION_API_LEVEL, "6");
|
/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/webkit/Source/WebCore/editing/ |
DeleteButtonController.cpp | 193 style->setProperty(CSSPropertyWebkitUserDrag, CSSValueNone); 194 style->setProperty(CSSPropertyWebkitUserSelect, CSSValueNone); 195 style->setProperty(CSSPropertyWebkitUserModify, CSSValueReadOnly); 196 style->setProperty(CSSPropertyVisibility, CSSValueHidden); 197 style->setProperty(CSSPropertyPosition, CSSValueAbsolute); 198 style->setProperty(CSSPropertyCursor, CSSValueDefault); 199 style->setProperty(CSSPropertyTop, "0"); 200 style->setProperty(CSSPropertyRight, "0"); 201 style->setProperty(CSSPropertyBottom, "0"); 202 style->setProperty(CSSPropertyLeft, "0") [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLTableElement.cpp | 463 decl->setProperty(CSSPropertyBorderTopStyle, v, false); 464 decl->setProperty(CSSPropertyBorderBottomStyle, v, false); 465 decl->setProperty(CSSPropertyBorderLeftStyle, v, false); 466 decl->setProperty(CSSPropertyBorderRightStyle, v, false); 522 decl->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin, false); 523 decl->setProperty(CSSPropertyBorderRightWidth, CSSValueThin, false); 524 decl->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid, false); 525 decl->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid, false); 526 decl->setProperty(CSSPropertyBorderColor, "inherit", false); 529 decl->setProperty(CSSPropertyBorderTopWidth, CSSValueThin, false) [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/ |
SdkSourcePropertiesTest.java | 80 m.setProperty(SdkSourceProperties.KEY_DISABLED, "http://example.com/1", "disabled"); 90 m.setProperty(SdkSourceProperties.KEY_NAME, "http://example.com/2", "Site Name"); 111 m.setProperty(SdkSourceProperties.KEY_DISABLED, "http://example.com/1", "disabled"); 112 m.setProperty(SdkSourceProperties.KEY_NAME, "http://example.com/2", "Site Name"); 116 m.setProperty(SdkSourceProperties.KEY_DISABLED, "http://example.com/1", "not disabled"); 117 m.setProperty(SdkSourceProperties.KEY_NAME, "http://example.com/2", "New Name"); 128 m.setProperty(SdkSourceProperties.KEY_NAME, "http://example.com/2", null);
|
/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...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ |
HierarchyViewer.java | 37 System.setProperty("apple.laf.useScreenMenuBar", "true"); 38 System.setProperty("apple.awt.brushMetalLook", "true"); 39 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "HierarchyViewer");
|
/external/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& );
|
SkDrawTextBox.cpp | 65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue) 67 return this->INHERITED::setProperty(index, scriptValue);
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/ |
tst_qscriptvalueiterator.cpp | 91 object.setProperty(name, QScriptValue(&engine, value)); 94 otherObject.setProperty("foo", QScriptValue(&engine, 123456)); 95 otherObject.setProperty("protoProperty", QScriptValue(&engine, 654321)); 150 object.setProperty(name, QScriptValue(&engine, value)); 218 array.setProperty(inputPropertyNames.at(i), inputPropertyValues.at(i)); 269 originalArray.setProperty(inputPropertyNames.at(i), inputPropertyValues.at(i)); 294 object.setProperty("foo", QScriptValue(&engine, "bar")); 295 object.setProperty("rab", QScriptValue(&engine, "oof"), 329 object.setProperty("foo", QScriptValue(&engine, "bar")); 330 object.setProperty("rab", QScriptValue(&engine, "oof")) [all...] |
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
tst_qdeclarativewebview.cpp | 129 wv->setProperty("pixelCacheSize", 0); // mainly testing that it doesn't crash or anything! 196 wv->setProperty("url", QUrl("qrc:///resources/forward.html")); 299 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent)); 303 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent)); 306 wv->setProperty("newWindowComponent", QVariant::fromValue((QDeclarativeComponent*)0)); 326 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); 333 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); 336 wv->setProperty("newWindowParent", QVariant::fromValue((QDeclarativeItem*)0)); 347 wv->setProperty("testUrl", QUrl("qrc:///resources/sample.html")); 358 wv->setProperty("testUrl", QUrl("qrc:///resources/sample.html")) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
LSSerializerImpl.java | 236 //configProps.setProperty("version", "1.1");
255 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
259 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
263 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
268 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
272 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
277 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
282 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
285 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS
298 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS [all...] |
/sdk/draw9patch/src/com/android/draw9patch/ |
Application.java | 27 System.setProperty("apple.laf.useScreenMenuBar", "true"); 28 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Draw 9-patch");
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
GSSManagerTest.java | 40 Security.setProperty(GSSManager.MANAGER, TestManager.class 46 Security.setProperty(GSSManager.MANAGER, (oldProvider == null) ? "" 58 Security.setProperty(GSSManager.MANAGER, "a.b.c.D"); 64 Security.setProperty(GSSManager.MANAGER, ""); 70 Security.setProperty(GSSManager.MANAGER, (oldProvider == null) ? ""
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
ParserFactoryTest.java | 44 System.setProperty("org.xml.sax.parser", "foo.bar.SAXParser"); 54 System.setProperty("org.xml.sax.parser", 65 System.setProperty("org.xml.sax.parser", 76 System.setProperty("org.xml.sax.parser", 87 System.setProperty("org.xml.sax.parser",
|
XMLReaderFactoryTest.java | 43 System.setProperty("org.xml.sax.driver", "foo.bar.XMLReader"); 52 System.setProperty("org.xml.sax.driver", 62 System.setProperty("org.xml.sax.driver", 72 System.setProperty("org.xml.sax.driver", 84 System.setProperty("org.xml.sax.driver",
|