Searched defs:getDoubleValue (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DValue.java182 public double getDoubleValue() { method in class:Value
223 if (Double.isNaN(getDoubleValue())
224 && (Double.isNaN(value0.getDoubleValue())))
226 return getDoubleValue() == value0.getDoubleValue();
264 return "double: " + getDoubleValue();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeReturnValuesTest.java71 public double getDoubleValue() { method in class:JavaBridgeReturnValuesTest.TestObject
145 executeJavaScriptAndGetStringResult("typeof testObject.getDoubleValue()"));
182 "Math.abs(42.1 - testObject.getDoubleValue()) < 0.001"));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp538 return getDoubleValue();
540 return getDoubleValue() / 1000;
551 return getDoubleValue();
553 return rad2deg(getDoubleValue());
555 return grad2deg(getDoubleValue());
557 return turn2deg(getDoubleValue());
677 double result = getDoubleValue() * factor;
758 double CSSPrimitiveValue::getDoubleValue(UnitType unitType, ExceptionState& exceptionState) const function in class:blink::CSSPrimitiveValue
770 double CSSPrimitiveValue::getDoubleValue(UnitType unitType) const function in class:blink::CSSPrimitiveValue
777 double CSSPrimitiveValue::getDoubleValue() cons function in class:blink::CSSPrimitiveValue
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 682 milliseconds