HomeSort by relevance Sort by last modified time
    Searched defs:getDoubleValue (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeReturnValuesTest.java 85 public double getDoubleValue() {
157 executeJavaScriptAndGetStringResult("typeof testObject.getDoubleValue()"));
192 "Math.abs(42.1 - testObject.getDoubleValue()) < 0.001"));
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 81 value = getDoubleValue(valueArg);
220 private Object getDoubleValue(int valueArg) {
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 344 double result = getDoubleValue() * factor;
410 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const
423 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType) const
CSSPrimitiveValue.h 152 double getDoubleValue(unsigned short unitType, ExceptionCode&) const;
153 double getDoubleValue(unsigned short unitType) const;
154 double getDoubleValue() const { return m_value.num; }
157 float getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(getDoubleValue(unitType, ec)); }
158 float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unitType)); }
161 int getIntValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<int>(getDoubleValue(unitType, ec)); }
162 int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType)); }
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 90 "getDoubleValue",
180 void getDoubleValue (MyObject *obj, NPVariant *variant)
203 getDoubleValue (obj, variant);
274 getDoubleValue (obj, result);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 489 milliseconds