HomeSort by relevance Sort by last modified time
    Searched refs:setProperty (Results 1 - 25 of 455) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
  /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...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
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...]
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...]
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...]
  /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/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...]
  /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",
  /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& );
  /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/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...]
  /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/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");
  /sdk/anttasks/src/com/android/ant/
GetTypeTask.java 66 antProject.setProperty(mProjectTypeOut, "library");
74 antProject.setProperty(mProjectTypeOut, "test");
95 antProject.setProperty(mProjectTypeOut, "test-app");
107 antProject.setProperty(mProjectTypeOut, "app");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormatter.java 49 context.setProperty(FormattingContextProperties.CONTEXT_DOCUMENT, Boolean.FALSE);
50 context.setProperty(FormattingContextProperties.CONTEXT_REGION, region);
62 context.setProperty(FormattingContextProperties.CONTEXT_MEDIUM, document);
77 context.setProperty(FormattingContextProperties.CONTEXT_PARTITION,
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.h 62 void setProperty(const String& propertyName, const String& value, ExceptionCode&);
63 void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode&);
65 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
  /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/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/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) ? ""
  /external/webkit/Source/WebCore/inspector/front-end/
FontView.js 61 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName, null);
62 this.fontPreviewElement.style.setProperty("visibility", "hidden", null);
69 this._dummyElement.style.setProperty("font-family", uniqueFontName, null);
70 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px", null);
130 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue);
74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue);
84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue);
104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue);
144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue);
154 m_outputProperties.setProperty(key, attrValue);
164 m_outputProperties.setProperty(key, attrValue);

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 91011>>