Searched defs:getDouble (Results 1 - 25 of 68) sorted by relevance

123

/external/proguard/src/proguard/gui/splash/
H A DConstantDouble.java45 public double getDouble(long time) method in class:ConstantDouble
H A DVariableDouble.java33 public double getDouble(long time); method in interface:VariableDouble
H A DLinearDouble.java51 public double getDouble(long time) method in class:LinearDouble
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrixCursor.java61 public double getDouble(int column) { method in class:ShadowMatrixCursor
H A DShadowSQLiteCursor.java155 public double getDouble(int columnIndex) { method in class:ShadowSQLiteCursor
H A DShadowCursorWrapper.java139 public double getDouble(int i) { method in class:ShadowCursorWrapper
140 return wrappedCursor.getDouble(i);
H A DShadowBundle.java101 public double getDouble(String key) { method in class:ShadowBundle
102 return getDouble(key, 0);
106 public double getDouble(String key, double defaultValue) { method in class:ShadowBundle
/external/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp90 double getDouble() const { function in class:__anon13720::final
137 EXPECT_EQ(C1->getDouble(), 0);
143 EXPECT_EQ(C2->getDouble(), 4.2);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDoubleArrayList.java125 return getDouble(index);
129 public double getDouble(int index) { method in class:DoubleArrayList
H A DInternal.java695 double getDouble(int index); method in interface:Internal.DoubleList
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp45 double getDouble (void) { return deRandom_getDouble(&m_rnd); } function in class:de::Random
49 double getDouble (double min, double max);
85 inline double Random::getDouble (double min, double max) function in class:de::Random
88 return min + (max-min)*getDouble();
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java244 public double getDouble(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBasicComponent.java32 double getDouble(); method in interface:BasicComponent
/external/flatbuffers/php/
H A DByteBuffer.php453 public function getDouble($index) function
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java285 public double getDouble(int index) throws JSONException { method in class:JSONArray
310 ((Number)o).intValue() : (int)getDouble(index);
359 ((Number)o).longValue() : (long)getDouble(index);
483 return getDouble(index);
H A DJSONObject.java554 public double getDouble(String key) throws JSONException { method in class:JSONObject
579 ((Number)o).intValue() : (int)getDouble(key);
631 ((Number)o).longValue() : (long)getDouble(key);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDigitList.java129 public final double getDouble() { method in class:DigitList
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h234 * Selector indicating a double value. Use getDouble to
297 double getDouble(void) const { return fValue.fDouble; } function in class:Formattable
304 * getNumber().getDouble(status) is returned. If this object is
311 double getDouble(UErrorCode& status) const;
355 * getNumber().getDouble(status) is returned. If this object is
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java127 public final double getDouble() { method in class:DigitList
/external/javassist/src/main/javassist/compiler/
H A DLex.java96 public double getDouble() { method in class:Lex
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java133 public double getDouble(int columnIndex) { method in class:TestCursor
/external/libunwind_llvm/src/
H A DAddressSpace.hpp134 double getDouble(pint_t addr) { function in class:libunwind::LocalAddressSpace
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp497 Formattable::getDouble(UErrorCode& status) const function in class:Formattable
517 getNumber().getDouble(status);
731 fDecimalNum->set(this->getDouble());
794 fValue.fDouble = fDecimalNum->getDouble();
868 stream << obj.getDouble() << 'D';
954 return obj->getDouble(*status);
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java116 assertEquals((double)i, simple.getDouble(i), 0);
267 public double getDouble(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
309 public double getDouble(int pos) { method in class:ArrayAccessReplaceTest.Simple
/external/skia/include/core/
H A DSkMatrix44.h280 inline double getDouble(int row, int col) const { function in class:SkMatrix44

Completed in 586 milliseconds

123