Searched defs:getDouble (Results 1 - 25 of 69) 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/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
H A DDefaultInterfaceWithBridges.java58 public Double getDouble() { method in class:DefaultInterfaceWithBridges
/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);
/external/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp90 double getDouble() const { function in class:__anon15073::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
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBundleTest.java49 public void getDouble() { method in class:ShadowBundleTest
51 assertThat(bundle.getDouble("foo")).isEqualTo(5);
52 assertThat(bundle.getDouble("bar")).isEqualTo(0);
53 assertThat(bundle.getDouble("bar", 7)).isEqualTo(7);
86 assertThat(bundle.getDouble("foo")).isEqualTo(0);
H A DShadowAbstractCursorTest.java237 public double getDouble(int columnIndex) { method in class:ShadowAbstractCursorTest.TestCursor
/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_Android.java132 public final double getDouble() { method in class:DigitList_Android
/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_Android.java130 public final double getDouble() { method in class:DigitList_Android
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
H A DBaseCursor.java136 public double getDouble(int columnIndex) { method in class:BaseCursor
H A DRoboCursor.java77 public double getDouble(int columnIndex) { method in class:RoboCursor
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCursorWrapper.java147 public double getDouble(int i) { method in class:ShadowCursorWrapper
148 return wrappedCursor.getDouble(i);

Completed in 547 milliseconds

123