Searched defs:getProperty (Results 1 - 25 of 133) sorted by last modified time

123456

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; method in interface:XMPMeta
68 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty.
71 * propName in <code>getProperty()</code>.
85 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty.
88 * propName in <code>getProperty()</code>.
104 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty.
107 * propName in <code>getProperty()</code>.
138 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty.
141 * namespace prefix usage as in <code>getProperty()</code>.
184 * @param schemaNS The namespace URI for the property. Has the same usage as in getProperty
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java375 return getProperty(schemaNS, itemPath);
636 * @see XMPMeta#getProperty(String, String)
638 public XMPProperty getProperty(String schemaNS, String propName) throws XMPException method in class:XMPMetaImpl
640 return getProperty(schemaNS, propName, VALUE_STRING);
651 * @see XMPMeta#getProperty(String, String)
662 protected XMPProperty getProperty(String schemaNS, String propName, int valueType) method in class:XMPMetaImpl
717 * @see XMPMeta#getProperty(String, String)
982 return getProperty(schemaNS, qualPath);
997 return getProperty(schemaNS, fieldPath);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java345 public Object getProperty (String name) method in class:Parser
507 URL basis = new URL("file", "", System.getProperty("user.dir") + "/.");
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java94 public Object getProperty(String name) method in class:SAXParserImpl
97 return parser.getProperty(name);
/external/svox/pico/compat/jni/
H A Dtts.h260 android_tts_result_t (*getProperty) member in struct:android_tts_engine_funcs_t
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1380 /** getProperty
1387 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize ) function in class:TtsEngine
1393 ALOGE("getProperty called with property NULL");
1398 ALOGE("getProperty called with value NULL");
/external/srec/shared/include/
H A DESR_Session.h50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); member in struct:ESR_SessionSingleton_t
H A DESR_SessionType.h53 ESR_ReturnCode(*getProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void** value, VariableTypes type); member in struct:ESR_SessionType_t
/external/skia/src/animator/
H A DSkAnimateBase.cpp103 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const { function in class:SkAnimateBase
H A DSkDisplayApply.cpp474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
485 bool SkApply::getProperty(int index, SkScriptValue* value) const { function in class:SkApply
507 getProperty(SK_PROPERTY(step), value);
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
H A DSkDisplayEvent.cpp148 bool SkDisplayEvent::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayEvent
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayMath.cpp221 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
H A DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDisplayRandom.cpp45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayRandom
H A DSkDisplayTypes.cpp152 bool SkDisplayString::getProperty(int index, SkScriptValue* scriptValue) const { function in class:SkDisplayString
203 bool SkDisplayArray::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayArray
H A DSkDisplayable.cpp86 if (getProperty(propIndex, &value))
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
462 bool SkDisplayable::getProperty(int index, SkScriptValue* ) const { function in class:SkDisplayable
H A DSkDrawBitmap.cpp158 bool SkImageBaseBitmap::getProperty(int index, SkScriptValue* value) const { function in class:SkImageBaseBitmap
H A DSkDrawColor.cpp176 bool SkDrawColor::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawColor
H A DSkDrawMatrix.cpp144 bool SkDrawMatrix::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawMatrix
H A DSkDrawPaint.cpp176 bool SkDrawPaint::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawPaint
H A DSkDrawPath.cpp134 bool SkDrawPath::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawPath
H A DSkDrawRectangle.cpp67 bool SkDrawRect::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawRect
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
H A DSkDrawTextBox.cpp60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const function in class:SkDrawTextBox
62 return this->INHERITED::getProperty(index, value);

Completed in 1425 milliseconds

123456