Searched refs:setProperty (Results 76 - 100 of 261) sorted by relevance

1234567891011

/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp90 virtual bool setProperty(int, double);
288 bool CVCapture_Socket::setProperty(int id, double value) function in class:CVCapture_Socket
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java118 public void setProperty(QName key, String value) method in class:OutputProperties
120 setProperty(key.toNamespacedString(), value);
130 public void setProperty(String key, String value) method in class:OutputProperties
341 setProperty(key, value.toNamespacedString());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.h59 virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) = 0;
H A DPropertySetCSSStyleDeclaration.cpp211 void PropertySetCSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState& exceptionState) function in class:WebCore::PropertySetCSSStyleDeclaration
222 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
267 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTablePartElement.cpp56 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document().completeURL(url).string())));
H A DHTMLFontElement.cpp197 style->setProperty(CSSProperty(CSSPropertyFontFamily, fontFaceValue.release()));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DShowMoreDataGridNode.js98 cell.style.setProperty("padding-left", (this.depth * this.dataGrid.indentWidth) + "px");
H A DViewportControl.js85 this._contentElement.style.setProperty("height", "100000px");
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.h46 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawMatrix.h36 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayApply.h71 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawRectangle.cpp95 bool SkDrawRect::setProperty(int index, SkScriptValue& value) { function in class:SkDrawRect
H A DSkDump.cpp146 bool SkDump::setProperty(int index, SkScriptValue&) { function in class:SkDump
/external/skia/src/animator/
H A DSkAnimateBase.h46 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawMatrix.h36 virtual bool setProperty(int index, SkScriptValue& );
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java886 System.setProperty("javax.net.ssl.keyStoreType", type);
887 System.setProperty("javax.net.ssl.keyStore", getKeyStoreFileName());
888 System.setProperty("javax.net.ssl.keyStorePassword", KS_PASSWORD);
890 System.setProperty("javax.net.ssl.trustStoreType", type);
891 System.setProperty("javax.net.ssl.trustStore", getKeyStoreFileName());
892 System.setProperty("javax.net.ssl.trustStorePassword", KS_PASSWORD);
903 .setProperty("javax.net.ssl.keyStoreType",
909 System.setProperty("javax.net.ssl.keyStore", systemKeyStore);
914 System.setProperty("javax.net.ssl.keyStorePassword",
921 System.setProperty("java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java213 * @tests java.lang.System#setProperty(java.lang.String, java.lang.String)
217 // java.lang.System.setProperty(java.lang.String, java.lang.String)
219 assertNull("Failed to return null", System.setProperty("testing",
221 assertTrue("Failed to return old value", System.setProperty("testing",
228 System.setProperty("", "default");
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc115 static bool setProperty(NPObject *obj, NPIdentifier ident,
131 CppNPObject::setProperty,
173 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, function in class:webkit_glue::CppNPObject
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java59 String setProperty (String key, String value); method in interface:IProperties
222 result.setProperty (n, v);
288 public String setProperty (final String key, final String value) method in class:IProperties.Factory.PropertiesImpl
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc111 static bool setProperty(NPObject *obj, NPIdentifier ident,
127 CppNPObject::setProperty,
169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, function in class:CppNPObject
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java138 r.setProperty(Parser.schemaProperty, theSchema);
179 r.setProperty(Parser.scannerProperty, new PYXScanner());
192 r.setProperty(Parser.lexicalHandlerProperty, h);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDriverManagerTest.java211 validProps.setProperty("user", validuser1);
212 validProps.setProperty("password", validpassword1);
214 invalidProps1.setProperty("user", invaliduser1);
215 invalidProps1.setProperty("password", invalidpassword1);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DElementAnimation.cpp120 propertySet->setProperty(id, value);
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java121 genericSettings.setProperty (name, value);
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidAssetManager.java76 System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");

Completed in 921 milliseconds

1234567891011