Searched refs:setProperty (Results 1 - 25 of 249) sorted by last modified time

12345678910

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java196 void setProperty( method in interface:XMPMeta
204 * @see XMPMeta#setProperty(String, String, Object, PropertyOptions)
211 void setProperty( method in interface:XMPMeta
231 * <code>setProperty()</code>.
272 * propValue in <code>setProperty()</code>.
827 * because <code>setProperty()</code> sets a string value.
845 * <code>setProperty()</code>.
877 * <code>setProperty()</code>.
909 * <code>setProperty()</code>.
941 * <code>setProperty()</cod
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options);
781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null);
800 setProperty(schemaNS, propName, new Integer(propValue), options);
810 setProperty(schemaNS, propName, new Integer(propValue), null);
829 setProperty(schemaNS, propName, new Long(propValue), options);
839 setProperty(schemaNS, propName, new Long(propValue), null);
858 setProperty(schemaNS, propName, new Double(propValue), options);
868 setProperty(schemaNS, propName, new Double(propValue), null);
888 setProperty(schemaNS, propName, propValue, options);
898 setProperty(schemaN
1105 public void setProperty(String schemaNS, String propName, Object propValue, method in class:XMPMetaImpl
1130 public void setProperty(String schemaNS, String propName, Object propValue) throws XMPException method in class:XMPMetaImpl
[all...]
/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);
H A DParser.java364 public void setProperty (String name, Object value) method in class:Parser
H A DXMLWriter.java1370 outputProperties.setProperty(key, value);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DJAXPTest.java41 //System.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42 System.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
H A DSAXParserImpl.java88 public void setProperty(String name, Object value) method in class:SAXParserImpl
91 parser.setProperty(name, value);
/external/svox/pico/compat/include/
H A DTtsEngine.h181 virtual tts_result setProperty(const char *property, const char *value,
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength);
H A Dtts.h244 android_tts_result_t (*setProperty) member in struct:android_tts_engine_funcs_t
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1117 //return setProperty("language", value, size);
1304 /** setProperty
1311 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) function in class:TtsEngine
1321 ALOGE("setProperty called with property NULL");
1326 ALOGE("setProperty called with value NULL");
1390 This property was previously set by setProperty or by default. */
/external/srec/shared/include/
H A DESR_Session.h116 ESR_ReturnCode(*setProperty)(const LCHAR* name, void* value, VariableTypes type); member in struct:ESR_SessionSingleton_t
H A DESR_SessionType.h137 ESR_ReturnCode(*setProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void* value, VariableTypes type); member in struct:ESR_SessionType_t
/external/srec/shared/src/
H A DESR_Session.c109 return ESR_Session->setProperty(ESR_Session, name, value, type);
H A DSessionTypeImpl.c96 Interface->setProperty = &ESR_SessionTypeSetPropertyImpl;
357 return self->setProperty(self, name, clone, TYPES_INT);
375 return self->setProperty(self, name, clone, TYPES_UINT16_T);
393 return self->setProperty(self, name, clone, TYPES_SIZE_T);
411 return self->setProperty(self, name, clone, TYPES_FLOAT);
429 return self->setProperty(self, name, clone, TYPES_BOOL);
447 return self->setProperty(self, name, clone, TYPES_PLCHAR);
618 CHKLOG(rc, self->setProperty(self, key, value, TYPES_PLCHAR));
645 CHKLOG(rc, self->setProperty(self, key, value, TYPES_PLCHAR));
709 CHKLOG(rc, self->setProperty(sel
[all...]
/external/skia/src/animator/
H A DSkAnimateBase.cpp184 bool SkAnimateBase::setProperty(int index, SkScriptValue& value) { function in class:SkAnimateBase
H A DSkAnimateBase.h46 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkAnimator.cpp579 element->setProperty(info->propertyIndex(), scriptValue);
604 element->setProperty(info->propertyIndex(), scriptValue);
H A DSkDisplayApply.cpp131 target->setProperty(info->propertyIndex(), scriptValue);
478 target->setProperty(info->propertyIndex(), scriptValue);
772 target->setProperty(info->propertyIndex(), scriptValue);
778 bool SkApply::setProperty(int index, SkScriptValue& scriptValue) { function in class:SkApply
H A DSkDisplayApply.h71 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayEvent.cpp235 bool SkDisplayEvent::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayEvent
H A DSkDisplayEvent.h47 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayPost.cpp281 bool SkPost::setProperty(int index, SkScriptValue& value) { function in class:SkPost
H A DSkDisplayPost.h40 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayRandom.cpp60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayRandom

Completed in 3513 milliseconds

12345678910