HomeSort by relevance Sort by last modified time
    Searched refs:getDouble (Results 26 - 50 of 273) sorted by null

12 3 4 5 6 7 8 91011

  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 69 double l = alpha.getDouble(time);
  /frameworks/base/core/java/android/database/
Cursor.java 314 double getDouble(int columnIndex);
MergeCursor.java 126 public double getDouble(int column)
128 return mCursor.getDouble(column);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 105 latitude = cursor.getDouble(INDEX_LATITUDE);
106 longitude = cursor.getDouble(INDEX_LONGITUDE);
137 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE));
138 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE));
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 85 assertEquals(0.0, window.getDouble(0, 0));
96 assertEquals(0.0, window.getDouble(0, 0));
207 assertEquals(NUMBER_DOUBLE_SCIENCE_STRING, Double.toString(cursorWindow.getDouble(0, 0)));
217 assertEquals(0.0, cursorWindow.getDouble(0, 0));
222 // Test putNull, getString, getLong, getDouble, getBlob, getInd, getShort, getFloat,
229 assertEquals(0.0, cursorWindow.getDouble(0, 1));
236 // Test putLong, getLong, getInt, getString , getShort, getFloat, getDouble, isBlob.
243 assertEquals(NUMBER_DOUBLE_SCIENCE, cursorWindow.getDouble(0, 2), 0.00000001);
263 assertEquals(NUMBER_DOUBLE_SCIENCE, cursorWindow.getDouble(0, 3), 0.00000001);
AbstractCursor_SelfContentObserverTest.java 69 public double getDouble(int column) {
DatabaseUtils_InsertHelperTest.java 132 assertEquals(123.456, cursor.getDouble(doubleValueIndex));
164 assertEquals(654.321, cursor.getDouble(doubleValueIndex));
228 assertEquals(123.456, cursor.getDouble(doubleValueIndex));
274 assertEquals(654.321, cursor.getDouble(doubleValueIndex));
  /external/chromium_org/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 240 s = fmt->format(value.getDouble(), s);
255 s2 = fmt->format(n.getDouble(), s2);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
304 aa = a.getDouble();
309 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 240 s = fmt->format(value.getDouble(), s);
255 s2 = fmt->format(n.getDouble(), s2);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
304 aa = a.getDouble();
309 bb = b.getDouble();
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 214 assertEquals(Double.MIN_VALUE, array.getDouble(0));
215 assertEquals(9.223372036854776E18, array.getDouble(1));
216 assertEquals(Double.MAX_VALUE, array.getDouble(2));
217 assertEquals(-0d, array.getDouble(3));
277 assertEquals(5.5d, array.getDouble(1));
285 assertEquals(9.223372036854776E18, array.getDouble(2));
290 array.getDouble(3);
425 assertEquals(5.5, array.getDouble(0));
426 assertEquals(Double.NaN, array.getDouble(1));
509 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_org/cc/base/
math_util.cc 114 static_cast<float>(transform.matrix().getDouble(0, 3)),
115 static_cast<float>(transform.matrix().getDouble(1, 3)));
144 static_cast<float>(transform.matrix().getDouble(0, 3)),
145 static_cast<float>(transform.matrix().getDouble(1, 3)));
333 gfx::Vector2dF(static_cast<float>(transform.matrix().getDouble(0, 3)),
334 static_cast<float>(transform.matrix().getDouble(1, 3)));
458 float x_scale = ScaleOnAxis(transform.matrix().getDouble(0, 0),
459 transform.matrix().getDouble(1, 0),
460 transform.matrix().getDouble(2, 0));
461 float y_scale = ScaleOnAxis(transform.matrix().getDouble(0, 1)
    [all...]
  /external/chromium_org/cc/layers/
render_surface_unittest.cc 121 shared_quad_state->content_to_target_transform.matrix().getDouble(0, 3));
124 shared_quad_state->content_to_target_transform.matrix().getDouble(1, 3));
  /external/chromium_org/third_party/icu/source/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
  /external/icu4c/i18n/unicode/
fmtable.h 230 * Selector indicating a double value. Use getDouble to
293 double getDouble(void) const { return fValue.fDouble; }
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/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 139 public double getDouble(int i) {
140 return wrappedCursor.getDouble(i);
ShadowMatrixCursor.java 61 public double getDouble(int column) {
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsDoubleBuffer.java 91 return byteBuffer.getDouble(position++ * SizeOf.DOUBLE);
97 return byteBuffer.getDouble(index * SizeOf.DOUBLE);
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 304 // Check 'getDouble(int position)'
306 assertEquals(0xA7A6A5A4A3A2A1A0L, Double.doubleToRawLongBits(b.getDouble(0)));
307 assertEquals(0xA8A7A6A5A4A3A2A1L, Double.doubleToRawLongBits(b.getDouble(1)));
309 b.getDouble(-1);
315 b.getDouble(5);
322 assertEquals(0xA0A1A2A3A4A5A6A7L, Double.doubleToRawLongBits(b.getDouble(0)));
323 assertEquals(0xA1A2A3A4A5A6A7A8L, Double.doubleToRawLongBits(b.getDouble(1)));
325 b.getDouble(-1);
331 b.getDouble(5);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java 159 * @tests java.lang.reflect.Array#getDouble(java.lang.Object, int)
163 // java.lang.reflect.Array.getDouble(java.lang.Object, int)
167 ret = Array.getDouble(x, 0);
171 ret = Array.getDouble(new Object(), 0);
182 ret = Array.getDouble(x, 4);
520 assertEquals("Get returned incorrect value", 1, Array.getDouble(x, 0), 0.0);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.h 63 double getDouble(const String& propertyName);
  /external/javassist/src/main/javassist/compiler/
Lex.java 96 public double getDouble() {

Completed in 4496 milliseconds

12 3 4 5 6 7 8 91011