Searched defs:setProperty (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayRandom.cpp60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayRandom
H A DSkDrawTextBox.cpp65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue) function in class:SkDrawTextBox
67 return this->INHERITED::setProperty(index, scriptValue);
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
H A DSkAnimateBase.cpp184 bool SkAnimateBase::setProperty(int index, SkScriptValue& value) { function in class:SkAnimateBase
H A DSkDisplayEvent.cpp235 bool SkDisplayEvent::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayEvent
H A DSkDrawBitmap.cpp98 bool SkDrawBitmap::setProperty(int index, SkScriptValue& value) function in class:SkDrawBitmap
H A DSkDrawMatrix.cpp214 bool SkDrawMatrix::setProperty(int index, SkScriptValue& scriptValue) { function in class:SkDrawMatrix
H A DSkDrawPath.cpp165 bool SkDrawPath::setProperty(int index, SkScriptValue& value) function in class:SkDrawPath
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java31 * <li>explicit call to setProperty</li>
121 public String setProperty(String key, String value) { method in class:EasyMockProperties
129 return (String) properties.setProperty(key, value);
/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);
H A DSoapObject.java493 public void setProperty(int index, Object value) { method in class:SoapObject
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java54 public void setProperty(String name, Object value) { method in class:OAuthConsumer
H A DOAuthAccessor.java56 public void setProperty(String name, Object value) { method in class:OAuthAccessor
/external/skia/src/animator/
H A DSkDisplayRandom.cpp60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayRandom
H A DSkDrawTextBox.cpp65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue) function in class:SkDrawTextBox
67 return this->INHERITED::setProperty(index, scriptValue);
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
H A DSkAnimateBase.cpp184 bool SkAnimateBase::setProperty(int index, SkScriptValue& value) { function in class:SkAnimateBase
H A DSkDisplayEvent.cpp235 bool SkDisplayEvent::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayEvent
/external/opencv/otherlibs/highgui/
H A D_highgui.h73 virtual bool setProperty(int, double) { return 0; } function in struct:CvCapture
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java88 public void setProperty(String name, Object value) method in class:SAXParserImpl
91 parser.setProperty(name, value);
/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/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

Completed in 293 milliseconds

12345