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

12

/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/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/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/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java244 public double getDouble(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/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/icu4c/source/i18n/unicode/
H A Dfmtable.h232 * Selector indicating a double value. Use getDouble to
295 double getDouble(void) const { return fValue.fDouble; } function in class:Formattable
302 * getNumber().getDouble(status) is returned. If this object is
309 double getDouble(UErrorCode& status) const;
353 * getNumber().getDouble(status) is returned. If this object is
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java125 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/jetty/src/java/org/eclipse/jetty/util/
H A DQuotedStringTokenizer.java572 public boolean getDouble() method in class:QuotedStringTokenizer
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java133 public double getDouble(int columnIndex) { method in class:TestCursor
/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp127 double getDouble(pint_t addr) { function in class:libunwind::LocalAddressSpace
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp493 Formattable::getDouble(UErrorCode& status) const function in class:Formattable
513 getNumber().getDouble(status);
726 fDecimalNum->set(this->getDouble());
789 fValue.fDouble = fDecimalNum->getDouble();
863 stream << obj.getDouble() << 'D';
949 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/utils/
H A DSkMatrix44.h267 inline double getDouble(int row, int col) const { function in class:SkMatrix44
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java214 public double getDouble() { return 6.0; } method in class:ProxyBuilderTest.AllReturnTypes
235 assertEquals(13.0, proxy.getDouble());
251 public double getDouble(double input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
280 assertEquals(10.0, proxy.getDouble(10.0));
281 assertEquals(11.0, proxy.getDouble(11.0));
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java395 public double getDouble(int columnIndex) throws SQLException { method in class:Impl_RowSet
399 public double getDouble(String columnName) throws SQLException { method in class:Impl_RowSet
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...

Completed in 828 milliseconds

12