Searched defs:getProperty (Results 51 - 75 of 133) sorted by relevance

123456

/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp89 virtual double getProperty(int);
282 double CVCapture_Socket::getProperty(int id) function in class:CVCapture_Socket
/external/skia/src/animator/
H A DSkDrawColor.cpp176 bool SkDrawColor::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawColor
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 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
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java326 public synchronized Object getProperty(String name) { method in class:Packet
398 Object value = getProperty(name);
/external/srec/shared/include/
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/svox/pico/compat/jni/
H A Dtts.h260 android_tts_result_t (*getProperty) member in struct:android_tts_engine_funcs_t
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h277 NPObjects returned by create, retain, invoke, and getProperty pass
309 NPGetPropertyFunctionPtr getProperty; member in struct:NPClass
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h299 NPObjects returned by create, retain, invoke, and getProperty pass
331 NPGetPropertyFunctionPtr getProperty; member in struct:NPClass
/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/chromium_org/third_party/WebKit/Source/web/
H A DWebBindings.cpp86 bool WebBindings::getProperty(NPP npp, NPObject* object, NPIdentifier property, NPVariant* result) function in class:blink::WebBindings
/external/chromium_org/third_party/skia/src/animator/
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 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
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java286 Property property = m_activePropertyInfo.getProperty();
392 Property property = m_activePropertyInfo.getProperty();
448 Property property = m_activePropertyInfo.getProperty();
498 Property property = propertyInfo.getProperty();
797 Property property = propertyInfo.getProperty();
906 return m_properties.get(index).getProperty();
970 if (propertyInfo.getProperty() == property) {
999 return new StructuredSelection(m_activePropertyInfo.getProperty());
1190 Property property = propertyInfo.getProperty();
1248 Property property = propertyInfo.getProperty();
1422 public Property getProperty() { method in class:PropertyTable.PropertyInfo
[all...]
/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/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/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp1992 const char* IntlTest::getProperty(const char* prop) { function in class:IntlTest
/external/clang/include/clang/Sema/
H A DScopeInfo.h202 const NamedDecl *getProperty() const { return Property; } function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1994 const char* IntlTest::getProperty(const char* prop) { function in class:IntlTest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 4621 milliseconds

123456