Searched refs:setProperty (Results 1 - 25 of 249) sorted by relevance

12345678910

/external/chromium_org/net/android/javatests/src/org/chromium/net/
H A DAndroidProxySelectorTest.java98 System.setProperty("http.proxyHost", "httpproxy.com");
99 System.setProperty("http.proxyPort", "8080");
113 System.setProperty("http.proxyHost", "httpproxy.com");
127 System.setProperty("http.proxyPort", "8080");
141 System.setProperty("http.nonProxyHosts", "slashdot.org");
142 System.setProperty("http.proxyHost", "httpproxy.com");
143 System.setProperty("http.proxyPort", "8080");
156 System.setProperty("http.nonProxyHosts", "slashdot.org|freecode.net");
157 System.setProperty("http.proxyHost", "httpproxy.com");
158 System.setProperty("htt
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelperTest.java12 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");
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DKvmSerializable.java55 void setProperty(int index, Object value); method in interface:KvmSerializable
H A DMarshalHashtable.java61 item.setProperty(0, key);
66 item.setProperty(1, value);
82 item.setProperty(0, key);
83 item.setProperty(1, h.get(key));
101 public void setProperty(int index, Object value) { method in class:MarshalHashtable.ItemSoapObject
103 super.setProperty(index, value);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java236 //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(DOMConstant
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPreElement.cpp52 style->setProperty(CSSPropertyWhiteSpace, CSSValuePreWrap);
H A DHTMLTableElement.cpp297 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release()));
396 style->setProperty(CSSPropertyBorderTopStyle, value);
397 style->setProperty(CSSPropertyBorderBottomStyle, value);
398 style->setProperty(CSSPropertyBorderLeftStyle, value);
399 style->setProperty(CSSPropertyBorderRightStyle, value);
455 style->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin);
456 style->setProperty(CSSPropertyBorderRightWidth, CSSValueThin);
457 style->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid);
458 style->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid);
459 style->setProperty(CSSPropertyBorderColo
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayRandom.h32 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawTextBox.h26 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDump.h37 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawTextBox.cpp65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue) function in class:SkDrawTextBox
67 return this->INHERITED::setProperty(index, scriptValue);
/external/skia/src/animator/
H A DSkDisplayRandom.h32 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawTextBox.h26 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDump.h37 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawTextBox.cpp65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue) function in class:SkDrawTextBox
67 return this->INHERITED::setProperty(index, scriptValue);
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java57 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 (PREFI
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DFontView.js73 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName);
74 this.fontPreviewElement.style.setProperty("visibility", "hidden");
81 this._dummyElement.style.setProperty("font-family", uniqueFontName);
82 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px");
140 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java64 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/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.js15 image.style.setProperty('min-height', image.height + 'px');
16 image.style.setProperty('min-width', image.width + 'px');
26 image.style.setProperty('color', suggestedColorsAA['fg']);
27 image.style.setProperty(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DSystemProperty.java25 System.setProperty(key, value);
/external/opencv/otherlibs/highgui/
H A D_highgui.h73 virtual bool setProperty(int, double) { return 0; } function in struct:CvCapture
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js18 function setProperty(selector, prop, msg) {
22 setProperty('title', 'innerText', 'tabTitle');
23 setProperty('#q', 'placeholder', 'searchPlaceholder');
24 setProperty('#clear-all', 'title', 'clearAllTitle');
25 setProperty('#open-folder', 'title', 'openDownloadsFolderTitle');
26 setProperty('#empty', 'innerText', 'zeroItems');
27 setProperty('#searching', 'innerText', 'searching');
28 setProperty('#search-zero', 'innerText', 'zeroSearchResults');
29 setProperty('#management-permission-info', 'innerText',
31 setProperty('#gran
[all...]
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DKeyManagerFactoryImplTest.java45 System.setProperty("javax.net.ssl.keyStore", "abc");
53 System.setProperty("javax.net.ssl.keyStore", def_keystore);
H A DTrustManagerFactoryImplTest.java44 System.setProperty("javax.net.ssl.trustStore", "abc");
53 System.setProperty("javax.net.ssl.trustStore", def_keystore);
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DVerbosityCfg.java77 settings.setProperty (AppLoggers.PROPERTY_VERBOSITY_LEVEL, m_verbosity.trim ());
80 settings.setProperty (AppLoggers.PROPERTY_VERBOSITY_FILTER, m_verbosityFilter.trim ());

Completed in 2392 milliseconds

12345678910