Searched defs:getDouble (Results 1 - 25 of 39) 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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProviderSuggestionsCursor.java113 public double getDouble(int c) { method in class:ChromeBrowserProviderSuggestionsCursor
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp94 double InspectorState::getDouble(const String& propertyName) function in class:WebCore::InspectorState
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h218 * Selector indicating a double value. Use getDouble to
281 double getDouble(void) const { return fValue.fDouble; } function in class:Formattable
288 * getNumber().getDouble(status) is returned. If this object is
295 double getDouble(UErrorCode& status) const;
339 * getNumber().getDouble(status) is returned. If this object is
/external/icu4c/i18n/unicode/
H A Dfmtable.h230 * Selector indicating a double value. Use getDouble to
293 double getDouble(void) const { return fValue.fDouble; } function in class:Formattable
300 * getNumber().getDouble(status) is returned. If this object is
307 double getDouble(UErrorCode& status) const;
351 * getNumber().getDouble(status) is returned. If this object is
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java244 public double getDouble(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DTestContentProvider.java140 public double getDouble(int columnIndex) { method in class:TestContentProvider.ProviderStateCursor
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
H A DSQLiteCursor.java85 public double getDouble(int column) { method in class:SQLiteCursor
148 hasRoom = fillRow(window, Double.valueOf(getDouble(i)), mPos, i);
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp472 Formattable::getDouble(UErrorCode& status) const function in class:Formattable
492 getNumber().getDouble(status);
695 fDecimalNum->set(this->getDouble());
740 fValue.fDouble = fDecimalNum->getDouble();
818 stream << obj.getDouble() << 'D';
/external/javassist/src/main/javassist/compiler/
H A DLex.java96 public double getDouble() { method in class:Lex
/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/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java330 public double getDouble(String key, double deflt) { method in class:PreferencesTest.MockPreferences
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h221 inline double getDouble(int row, int col) const { function in class:SkMatrix44
/external/icu4c/i18n/
H A Dfmtable.cpp492 Formattable::getDouble(UErrorCode& status) const function in class:Formattable
512 getNumber().getDouble(status);
715 fDecimalNum->set(this->getDouble());
778 fValue.fDouble = fDecimalNum->getDouble();
852 stream << obj.getDouble() << 'D';
/external/skia/include/utils/
H A DSkMatrix44.h221 inline double getDouble(int row, int col) const { function in class:SkMatrix44
/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/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java177 public double getDouble() { return 6.0; } method in class:ProxyBuilderTest.AllReturnTypes
198 assertEquals(13.0, proxy.getDouble());
214 public double getDouble(double input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
243 assertEquals(10.0, proxy.getDouble(10.0));
244 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. ...

Completed in 1408 milliseconds

12