Searched defs:getProperty (Results 26 - 50 of 133) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayMath.cpp221 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
H A DSkAnimateBase.cpp103 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const { function in class:SkAnimateBase
H A DSkDisplayEvent.cpp148 bool SkDisplayEvent::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayEvent
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 DSkDrawBitmap.cpp158 bool SkImageBaseBitmap::getProperty(int index, SkScriptValue* value) const { function in class:SkImageBaseBitmap
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 DSkDrawColor.cpp176 bool SkDrawColor::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawColor
/external/skia/src/animator/
H A DSkDisplayMath.cpp221 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
H A DSkAnimateBase.cpp103 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const { function in class:SkAnimateBase
H A DSkDisplayEvent.cpp148 bool SkDisplayEvent::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayEvent
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 DSkDrawBitmap.cpp158 bool SkImageBaseBitmap::getProperty(int index, SkScriptValue* value) const { function in class:SkImageBaseBitmap
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
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java153 public String getProperty(QName key) method in class:OutputProperties
155 return m_properties.getProperty(key.toNamespacedString());
167 public String getProperty(String key) method in class:OutputProperties
172 return m_properties.getProperty(key);
309 String defaultMethod = m_properties.getProperty(OutputKeys.METHOD);
388 String s = props.getProperty(key);
485 String s = props.getProperty(key);
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java44 String getProperty (String key); method in interface:IProperties
45 String getProperty (String key, String dflt); method in interface:IProperties
94 final String v = properties.getProperty (n);
132 public String getProperty (final String key) method in class:IProperties.Factory.PropertiesImpl
134 return getProperty (key, null);
137 public String getProperty (final String key, final String dflt) method in class:IProperties.Factory.PropertiesImpl
153 value = m_delegate.getProperty (key, null);
220 final String v = getProperty (n);
246 final String value = getProperty (name, "");
265 final String v = getProperty (
[all...]
H A DProperty.java82 final String v = overrides.getProperty (n);
189 return System.getProperty (key);
201 return System.getProperty (key, def);
331 // (getProperty() uses a non-virtual call to get(), while propertyNames()
332 // uses a virtual call to the same instead of delegating to getProperty())
335 public String getProperty (final String key) method in class:Property.FilePropertyLookup
339 return m_contents.getProperty (key);
410 // (getProperty() uses a non-virtual call to get(), while propertyNames()
411 // uses a virtual call to the same instead of delegating to getProperty())
414 public String getProperty (fina method in class:Property.SystemPropertyLookup
495 public String getProperty (final String key) method in class:Property.SystemRedirectsLookup
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapObject.java149 public Object getProperty(int index) { method in class:SoapObject
175 public Object getProperty(String name) { method in class:SoapObject
178 return getProperty(index.intValue());
194 return getProperty(index.intValue()).toString();
220 return getProperty(i.intValue());
236 Object foo = getProperty(i.intValue());
260 return getProperty(i.intValue());
281 Object property = getProperty(i.intValue());
604 .append(getProperty(i))
/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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java123 return getProperty("jpda.settings.debuggeeJavaHome", getProperty("java.home", null));
132 return getProperty("jpda.settings.debuggeeJavaExec", "java");
142 return getProperty("jpda.settings.debuggeeJavaPath",
153 return getProperty("jpda.settings.transportWrapperClass",
163 return getProperty("jpda.settings.transportAddress", null);
181 return getProperty("jpda.settings.debuggeeAgentName", "jdwp");
190 return getProperty("jpda.settings.debuggeeAgentExtraOptions", "");
216 return getProperty("jpda.settings.debuggeeAgentOptions",
244 return getProperty("jav
487 protected String getProperty(String name, String defaultValue) { method in class:TestOptions
[all...]
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.h64 DEFINE_HAS_MEMBER_CHECK(getProperty,
208 bool getProperty(NPIdentifier propertyName, NPVariant* result) { function in struct:PluginTest::Object
265 return static_cast<T*>(npObject)->getProperty(propertyName, result);
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DProxyChangeListener.java76 public static String getProperty(String property) { method in class:ProxyChangeListener
77 return System.getProperty(property);

Completed in 9254 milliseconds

123456