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

1 2 3 4 5 6 7 8 91011

  /dalvik/vm/
Properties.c 90 put = dvmFindVirtualMethodHierByDescriptor(clazz, "setProperty",
94 "could not find setProperty(String,String) in Properties");
103 static void setProperty(Object* propObj, Method* put, const char* key,
117 LOGW("setProperty string creation failed\n");
153 setProperty(propObj, put, "java.boot.class.path", gDvm.bootClassPathStr);
154 setProperty(propObj, put, "java.class.path", gDvm.classPathStr);
155 setProperty(propObj, put, "java.class.version", "46.0");
156 setProperty(propObj, put, "java.compiler", "");
157 setProperty(propObj, put, "java.ext.dirs", "");
160 setProperty(propObj, put, "java.home", getenv("JAVA_HOME"))
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 137 [self setProperty:@"azimuth" value:azimuth priority:@""];
147 [self setProperty:@"background" value:background priority:@""];
157 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""];
167 [self setProperty:@"background-color" value:backgroundColor priority:@""];
177 [self setProperty:@"background-image" value:backgroundImage priority:@""];
187 [self setProperty:@"background-position" value:backgroundPosition priority:@""];
197 [self setProperty:@"background-repeat" value:backgroundRepeat priority:@""];
207 [self setProperty:@"border" value:border priority:@""];
217 [self setProperty:@"border-collapse" value:borderCollapse priority:@""];
227 [self setProperty:@"border-color" value:borderColor priority:@""]
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ProxySelectorTest.java 204 System.setProperty("http.proxyHost", HTTP_PROXY_HOST);
205 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT));
207 System.setProperty("https.proxyHost", HTTPS_PROXY_HOST);
208 System.setProperty("https.proxyPort", String.valueOf(HTTPS_PROXY_PORT));
210 System.setProperty("ftp.proxyHost", FTP_PROXY_HOST);
211 System.setProperty("ftp.proxyPort", String.valueOf(FTP_PROXY_PORT));
213 System.setProperty("socksProxyHost", SOCKS_PROXY_HOST);
214 System.setProperty("socksProxyPort", String.valueOf(SOCKS_PROXY_PORT));
251 System.setProperty("http.proxyHost", HTTP_PROXY_HOST);
252 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT))
    [all...]
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 193 style->setProperty(CSSPropertyWebkitUserDrag, CSSValueNone);
194 style->setProperty(CSSPropertyWebkitUserSelect, CSSValueNone);
195 style->setProperty(CSSPropertyWebkitUserModify, CSSValueNone);
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...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 101 public void setProperty(final Properties p, final int value) {
141 public void setProperty(final Properties p, final String value) {
194 config.setProperty(Properties.LANGUAGE, "xx");
201 config.setProperty(Properties.LANGUAGE, "xx");
202 config.setProperty(Properties.COUNTRY, "YY");
209 config.setProperty(Properties.MCC, 111);
216 config.setProperty(Properties.MNC, 222);
223 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
230 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
237 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_NOKEYS)
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
MimeTable.java 47 types.setProperty("text", "text/plain"); //$NON-NLS-1$ //$NON-NLS-2$
48 types.setProperty("txt", "text/plain"); //$NON-NLS-1$ //$NON-NLS-2$
49 types.setProperty("htm", "text/html"); //$NON-NLS-1$ //$NON-NLS-2$
50 types.setProperty("html", "text/html"); //$NON-NLS-1$ //$NON-NLS-2$
  /external/skia/src/animator/
SkDisplayRandom.h 40 virtual bool setProperty(int index, SkScriptValue& );
SkDrawTextBox.h 34 virtual bool setProperty(int index, SkScriptValue& );
SkDump.h 45 virtual bool setProperty(int index, SkScriptValue& );
SkDisplayPost.h 48 virtual bool setProperty(int index, SkScriptValue& );
SkDrawColor.h 38 virtual bool setProperty(int index, SkScriptValue&);
  /dalvik/libcore/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...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
ParserFactoryTest.java 61 System.setProperty("org.xml.sax.parser", "foo.bar.SAXParser");
71 System.setProperty("org.xml.sax.parser",
82 System.setProperty("org.xml.sax.parser",
93 System.setProperty("org.xml.sax.parser",
104 System.setProperty("org.xml.sax.parser",
XMLReaderFactoryTest.java 57 System.setProperty("org.xml.sax.driver", "foo.bar.XMLReader");
66 System.setProperty("org.xml.sax.driver",
76 System.setProperty("org.xml.sax.driver",
86 System.setProperty("org.xml.sax.driver",
98 System.setProperty("org.xml.sax.driver",
  /external/webkit/WebCore/inspector/front-end/
FontView.js 45 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName, null);
71 this.fontPreviewElement.style.setProperty("position", "absolute", null);
72 this.fontPreviewElement.style.setProperty("font-size", measureFontSize + "px", null);
96 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
97 this.fontPreviewElement.style.setProperty("height", this.fontPreviewElement.offsetHeight + "px", null);
  /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/webkit/WebCore/css/
CSSStyleDeclaration.h 61 void setProperty(const String& propertyName, const String& value, ExceptionCode&);
62 void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode&);
64 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 31 System.setProperty("apple.laf.useScreenMenuBar", "true");
32 System.setProperty("apple.awt.brushMetalLook", "true");
33 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...]
  /dalvik/libcore/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);
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 477 decl->setProperty(CSSPropertyBorderTopStyle, v, false);
478 decl->setProperty(CSSPropertyBorderBottomStyle, v, false);
479 decl->setProperty(CSSPropertyBorderLeftStyle, v, false);
480 decl->setProperty(CSSPropertyBorderRightStyle, v, false);
536 decl->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin, false);
537 decl->setProperty(CSSPropertyBorderRightWidth, CSSValueThin, false);
538 decl->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid, false);
539 decl->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid, false);
540 decl->setProperty(CSSPropertyBorderColor, "inherit", false);
543 decl->setProperty(CSSPropertyBorderTopWidth, CSSValueThin, false)
    [all...]
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 74 System.setProperty("user.language", "en");
75 System.setProperty("user.region", "US");
77 System.setProperty("java.home", cacheDir.getAbsolutePath());
78 System.setProperty("user.home", cacheDir.getAbsolutePath());
79 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
80 System.setProperty("javax.net.ssl.trustStore",
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 69 System.setProperty("user.language", "en");
70 System.setProperty("user.region", "US");
72 System.setProperty("java.home", cacheDir.getAbsolutePath());
73 System.setProperty("user.home", cacheDir.getAbsolutePath());
74 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
75 System.setProperty("javax.net.ssl.trustStore",
  /external/webkit/JavaScriptCore/API/
JSClassRef.h 40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes)
45 JSObjectSetPropertyCallback setProperty;
100 JSObjectSetPropertyCallback setProperty;
  /cts/tools/signature-tools/test/signature/converter/dex/
DexExternalizerTest.java 36 System.setProperty("sun.io.serialization.extendedDebugInfo", "true");

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011