Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 25 of 80) sorted by relevance

1234

/external/easymock/src/org/easymock/internal/
DEasyMockProperties.java95 public String getProperty(String key, String defaultValue) { in getProperty() method in EasyMockProperties
107 public String getProperty(String key) { in getProperty() method in EasyMockProperties
/external/opencv3/modules/videoio/src/
Dprecomp.hpp88 virtual double getProperty(int) const { return 0; } in getProperty() function
168 virtual double getProperty(int) const { return 0; } in getProperty() function in cv::IVideoCapture
180 virtual double getProperty(int) const { return 0; } in getProperty() function in cv::IVideoWriter
Dcap_intelperc.cpp49 double IntelPerCStreamBase::getProperty(int propIdx) const in getProperty() function in cv::IntelPerCStreamBase
213 double IntelPerCStreamImage::getProperty(int propIdx) const in getProperty() function in cv::IntelPerCStreamImage
421 double IntelPerCStreamDepth::getProperty(int propIdx) const in getProperty() function in cv::IntelPerCStreamDepth
557 double VideoCapture_IntelPerC::getProperty(int propIdx) const in getProperty() function in cv::VideoCapture_IntelPerC
Dcap_winrt_capture.hpp53 virtual double getProperty(int) { return 0; } in getProperty() function in cv::VideoCapture_WinRT
Dcap_avfoundation.mm479 double CvCaptureCAM::getProperty(int property_id) const{ function
1013 double CvCaptureFile::getProperty(int /*property_id*/) const{ function
Dcap_qtkit.mm442 double CvCaptureCAM::getProperty(int property_id) const{ function
835 double CvCaptureFile::getProperty(int property_id) const{ function
/external/opencv3/modules/videoio/
Dprecomp.hpp88 virtual double getProperty(int) const { return 0; } in getProperty() function
168 virtual double getProperty(int) const { return 0; } in getProperty() function in cv::IVideoCapture
180 virtual double getProperty(int) const { return 0; } in getProperty() function in cv::IVideoWriter
/external/emma/core/java12/com/vladium/util/
DIProperties.java44 String getProperty (String key); in getProperty() method
45 String getProperty (String key, String dflt); in getProperty() method
132 public String getProperty (final String key) in getProperty() method in IProperties.Factory.PropertiesImpl
137 public String getProperty (final String key, final String dflt) in getProperty() method in IProperties.Factory.PropertiesImpl
DProperty.java335 public String getProperty (final String key) in getProperty() method in Property.FilePropertyLookup
414 public String getProperty (final String key) in getProperty() method in Property.SystemPropertyLookup
495 public String getProperty (final String key) in getProperty() method in Property.SystemRedirectsLookup
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java119 public Property getProperty(Class<? extends Object> type, String name) in getProperty() method in PropertyUtils
124 public Property getProperty(Class<? extends Object> type, String name, BeanAccess bAccess) in getProperty() method in PropertyUtils
/external/skia/src/animator/
DSkDisplayTypes.cpp152 bool SkDisplayString::getProperty(int index, SkScriptValue* scriptValue) const { in getProperty() function in SkDisplayString
203 bool SkDisplayArray::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkDisplayArray
DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkDisplayNumber
DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkInput
DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkText
DSkDisplayRandom.cpp45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkDisplayRandom
DSkDrawTextBox.cpp60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const in getProperty() function in SkDrawTextBox
DSkDrawRectangle.cpp67 bool SkDrawRect::getProperty(int index, SkScriptValue* value) const { in getProperty() function in SkDrawRect
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs65 public static string getProperty( string name ) in getProperty() method in Antlr.Runtime.JavaExtensions.JSystem
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DKvmSerializable.java40 Object getProperty(int index); in getProperty() method
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs66 public static string getProperty( string name ) in getProperty() method in Antlr.Runtime.JavaExtensions.JSystem
/external/oauth/core/src/main/java/net/oauth/
DOAuthConsumer.java50 public Object getProperty(String name) { in getProperty() method in OAuthConsumer
DOAuthAccessor.java52 public Object getProperty(String name) { in getProperty() method in OAuthAccessor
/external/opencv/otherlibs/highgui/
D_highgui.h72 virtual double getProperty(int) { return 0; } in getProperty() function
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXParserImpl.java94 public Object getProperty(String name) in getProperty() method in SAXParserImpl
/external/clang/test/SemaObjC/
Dnsobject-attribute.m30 id getProperty(id self) { function

1234