Searched defs:getDouble (Results 1 - 25 of 46) 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/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryInputStream.cpp52 double MediaQueryInputStream::getDouble(unsigned start, unsigned end) function in class:WebCore::MediaQueryInputStream
/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.java112 public double getDouble(int c) { method in class:ChromeBrowserProviderSuggestionsCursor
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp100 double InspectorState::getDouble(const String& propertyName) function in class:WebCore::InspectorState
102 return getDouble(propertyName, 0);
105 double InspectorState::getDouble(const String& propertyName, double defaultValue) 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/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/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.java86 public double getDouble(int column) { method in class:SQLiteCursor
153 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/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/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/libcxxabi/src/Unwind/
H A DAddressSpace.hpp108 double getDouble(pint_t addr) { function in class:libunwind::LocalAddressSpace
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h229 inline double getDouble(int row, int col) const { function in class:SkMatrix44
/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

Completed in 790 milliseconds

12