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

123456

/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAgentTask.java30 public void setProperty(final String property) { method in class:AgentTask
/external/testng/src/main/java/org/testng/xml/dom/
H A DITagSetter.java6 void setProperty(String name, T parent, Node node); method in interface:ITagSetter
/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/testng/src/main/java/org/testng/internal/
H A DIPropertyUtils.java23 public void setProperty(Object instance, String name, String value); method in interface:IPropertyUtils
H A DPropertyUtils.java21 public void setProperty(Object instance, String name, String value) { method in class:PropertyUtils
H A DPropertyUtilsMock.java25 public void setProperty(Object instance, String name, String value) { method in class:PropertyUtilsMock
/external/testng/src/main/java/org/testng/xml/
H A DXmlUtils.java14 public static void setProperty(Properties p, String name, String value, String def) { method in class:XmlUtils
16 p.setProperty(name, value);
25 paramProps.setProperty("name", para.getKey());
26 paramProps.setProperty("value", para.getValue());
/external/vogar/test/vogar/target/
H A DTestRunnerRule.java44 setProperty(TestProperties.MONITOR_PORT, testRunnerProperties.monitorPort());
45 setProperty(TestProperties.PROFILE, testRunnerProperties.profile());
46 setProperty(TestProperties.PROFILE_DEPTH, testRunnerProperties.profileDepth());
47 setProperty(TestProperties.PROFILE_FILE, testRunnerProperties.profileFile());
48 setProperty(TestProperties.PROFILE_INTERVAL, testRunnerProperties.profileInterval());
49 setProperty(TestProperties.PROFILE_THREAD_GROUP,
51 setProperty(TestProperties.QUALIFIED_NAME, testRunnerProperties.qualifiedName());
59 setProperty(TestProperties.TEST_CLASS_OR_PACKAGE, testClassOrPackage);
60 setProperty(TestProperties.TEST_ONLY, testRunnerProperties.testOnly());
61 setProperty(TestPropertie
66 private void setProperty(String key, String value) { method in class:TestRunnerRule
73 private void setProperty(String key, boolean value) { method in class:TestRunnerRule
77 private void setProperty(String key, int value) { method in class:TestRunnerRule
[all...]
/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
/external/libdrm/tests/proptest/
H A Dproptest.c231 static int setProperty(char *argv[]) function
313 ret = setProperty(&argv[optind]);
/external/libxml2/python/
H A Ddrv_libxml2.py365 def setProperty(self, name, value): member in class:LibXml2Reader

Completed in 1965 milliseconds

123456