Home
last modified time | relevance | path

Searched defs:getAsDouble (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailableDoubleSupplier.java37 double getAsDouble() throws E; in getAsDouble() method
DFailable.java330 … public static <E extends Throwable> double getAsDouble(final FailableDoubleSupplier<E> supplier) { in getAsDouble() method in Failable
/external/gson/gson/src/main/java/com/google/gson/
DJsonElement.java199 public double getAsDouble() { in getAsDouble() method in JsonElement
DJsonPrimitive.java166 public double getAsDouble() { in getAsDouble() method in JsonPrimitive
DJsonArray.java274 public double getAsDouble() { in getAsDouble() method in JsonArray
/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() function in parameterFramework::ElementHandle
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DStringRef.cpp587 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp589 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DFailableFunctionsTest.java1671 public double getAsDouble() throws IOException { in testThrows_FailableDoubleSupplier_IOException() method
1686 public double getAsDouble() throws Throwable { in testThrows_FailableDoubleSupplier_Throwable() method