HomeSort by relevance Sort by last modified time
    Searched refs:getDouble (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/proguard/src/proguard/gui/splash/
VariableDouble.java 33 public double getDouble(long time);
ConstantDouble.java 45 public double getDouble(long time)
LinearDouble.java 51 public double getDouble(long time)
ImageSprite.java 68 double scale_x = scaleX.getDouble(time);
69 double scale_y = scaleY.getDouble(time);
VariableSizeFont.java 55 float s = (float)size.getDouble(time);
ShadowedSprite.java 69 double l = alpha.getDouble(time);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 67 public double getDouble(int column) {
68 return mCursor.getDouble(column);
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 100 double db2 = window.getDouble(0, 0);
118 assertEquals(42.0, window.getDouble(0, 4));
136 assertEquals(0.0, window.getDouble(0, 0));
148 assertEquals(0.0, window.getDouble(0, 0));
MatrixCursorTest.java 40 assertEquals(0.0d, cursor.getDouble(0));
149 assertEquals(5.0D, cursor.getDouble(5));
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffer.java 124 public final double getDouble() {
129 double result = getBaseAddress().getDouble(offset + position, order);
135 public final double getDouble(int index) {
139 return getBaseAddress().getDouble(offset + index, order);
DoubleToByteBufferAdapter.java 142 return byteBuffer.getDouble(position++ << 3);
150 return byteBuffer.getDouble(index << 3);
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 250 method = "getDouble",
278 assertEquals(-32768d, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d);
279 assertEquals(0d, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d);
280 assertEquals(32767d, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d);
309 assertEquals(Double.MIN_VALUE, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d);
310 assertEquals(0d, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d);
311 assertEquals(Double.MAX_VALUE, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d);
339 assertEquals(-1d, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d);
340 assertEquals(0f, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d);
341 assertEquals(1d, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSMemory.java 458 public static native double getDouble(int address);
460 public static double getDouble(int address, ByteOrder byteOrder) {
462 return getDouble(address);
PlatformAddress.java 253 public final double getDouble(int offset, ByteOrder order) {
255 return OSMemory.getDouble(osaddr + offset, order);
258 public final double getDouble(int offset) {
260 return OSMemory.getDouble(osaddr + offset);
  /external/chromium/third_party/icu/source/i18n/
digitlst.h 122 double getDouble(void) /*const*/;
  /external/chromium/third_party/icu/source/test/intltest/
nmfmapts.cpp 142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
165 logln(text + " parsed into " + (int32_t) result1.getDouble());
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
171 logln(text + " parsed into " + (int32_t) result2.getDouble());
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) {
181 logln(text + " parsed into " + (int32_t) result3.getDouble());
nmfmtrt.cpp 238 s = fmt->format(value.getDouble(), s);
253 s2 = fmt->format(n.getDouble(), s2);
290 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
302 aa = a.getDouble();
307 bb = b.getDouble();
  /external/icu4c/test/intltest/
nmfmapts.cpp 142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
165 logln(text + " parsed into " + (int32_t) result1.getDouble());
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
171 logln(text + " parsed into " + (int32_t) result2.getDouble());
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) {
181 logln(text + " parsed into " + (int32_t) result3.getDouble());
nmfmtrt.cpp 238 s = fmt->format(value.getDouble(), s);
253 s2 = fmt->format(n.getDouble(), s2);
290 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
302 aa = a.getDouble();
307 bb = b.getDouble();
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 200 assertEquals(Double.MIN_VALUE, array.getDouble(0));
201 assertEquals(9.223372036854776E18, array.getDouble(1));
202 assertEquals(Double.MAX_VALUE, array.getDouble(2));
203 assertEquals(-0d, array.getDouble(3));
263 assertEquals(5.5d, array.getDouble(1));
271 assertEquals(9.223372036854776E18, array.getDouble(2));
276 array.getDouble(3);
411 assertEquals(5.5, array.getDouble(0));
412 assertEquals(Double.NaN, array.getDouble(1));
495 assertEquals(5.5, array.getDouble(0))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 122 if (f.getDouble(this) != g.getDouble(that))
212 if (f.getDouble(this) != g.getDouble(that))
323 double doubleField = f.getDouble(this);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 128 if (f.getDouble(this) != g.getDouble(that))
218 if (f.getDouble(this) != g.getDouble(that))
334 double doubleField = f.getDouble(this);
  /external/chromium/third_party/icu/public/i18n/unicode/
fmtable.h 198 * Selector indicating a double value. Use getDouble to
261 double getDouble(void) const { return fValue.fDouble; }
268 * getNumber().getDouble(status) is returned. If this object is
275 double getDouble(UErrorCode& status) const;
319 * getNumber().getDouble(status) is returned. If this object is
  /external/icu4c/i18n/unicode/
fmtable.h 218 * Selector indicating a double value. Use getDouble to
281 double getDouble(void) const { return fValue.fDouble; }
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
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 127 public double getDouble(int columnIndex)
138 return mWindow.getDouble(mPos, columnIndex);

Completed in 205 milliseconds

1 2 3 4 5 6 7