HomeSort by relevance Sort by last modified time
    Searched full:getdouble (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.cc 31 if (!dict->GetDouble(key, ret_value))
  /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...]
CursorWindowTest.java 148 method = "getDouble",
165 assertEquals(0.0, window.getDouble(0, 0));
191 method = "getDouble",
202 assertEquals(0.0, window.getDouble(0, 0));
386 method = "getDouble",
434 assertEquals(NUMBER_DOUBLE_SCIENCE_STRING, Double.toString(cursorWindow.getDouble(0, 0)));
444 assertEquals(0.0, cursorWindow.getDouble(0, 0));
449 // Test putNull, getString, getLong, getDouble, getBlob, getInd, getShort, getFloat,
456 assertEquals(0.0, cursorWindow.getDouble(0, 1));
463 // Test putLong, getLong, getInt, getString , getShort, getFloat, getDouble, isBlob
    [all...]
AbstractWindowedCursorTest.java 206 method = "getDouble",
217 double db2 = mWindow.getDouble(ROW_INDEX0, COLUMN_INDEX0);
221 double cd = mCursor.getDouble(COLUMN_INDEX0);
  /external/chromium/chrome/browser/web_resource/
promo_resource_service_unittest.cc 59 prefs->GetDouble(prefs::kNTPCustomLogoStart);
62 prefs->GetDouble(prefs::kNTPCustomLogoEnd);
87 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart);
105 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart);
107 logo_end = prefs->GetDouble(prefs::kNTPCustomLogoEnd);
172 prefs->GetDouble(prefs::kNTPPromoStart);
178 prefs->GetDouble(prefs::kNTPPromoEnd);
promo_resource_service.cc 166 double promo_start = prefs_->GetDouble(prefs::kNTPPromoStart);
167 double promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd);
194 old_promo_start = prefs_->GetDouble(prefs::kNTPPromoStart);
195 old_promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd);
359 old_logo_start = prefs_->GetDouble(prefs::kNTPCustomLogoStart);
360 old_logo_end = prefs_->GetDouble(prefs::kNTPCustomLogoEnd);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java 56 public double getDouble(int column) {
57 return mRows.get(getPosition()).getDouble(column);
111 public double getDouble(int column) {
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 68 double scale_x = scaleX.getDouble(time);
69 double scale_y = scaleY.getDouble(time);
ConstantDouble.java 45 public double getDouble(long time)
VariableDouble.java 33 public double getDouble(long time);
LinearDouble.java 51 public double getDouble(long time)
VariableSizeFont.java 55 float s = (float)size.getDouble(time);
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 52 double db2 = window.getDouble(0, 0);
70 assertEquals(42.0, window.getDouble(0, 4));
MatrixCursorTest.java 43 assertEquals(0.0d, cursor.getDouble(0));
156 assertEquals(5.0D, cursor.getDouble(5));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 67 public double getDouble(int column) {
68 return mCursor.getDouble(column);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 110 latitude = cursor.getDouble(INDEX_LATITUDE);
111 longitude = cursor.getDouble(INDEX_LONGITUDE);
125 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE));
126 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE));
  /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();
tfsmalls.cpp 195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) {
196 it_logln("FT set- and getDouble tested.");
198 it_errln("*** FT set- or getDouble");
262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0)
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 213 assertEquals(Double.MIN_VALUE, array.getDouble(0));
214 assertEquals(9.223372036854776E18, array.getDouble(1));
215 assertEquals(Double.MAX_VALUE, array.getDouble(2));
216 assertEquals(-0d, array.getDouble(3));
276 assertEquals(5.5d, array.getDouble(1));
284 assertEquals(9.223372036854776E18, array.getDouble(2));
289 array.getDouble(3);
424 assertEquals(5.5, array.getDouble(0));
425 assertEquals(Double.NaN, array.getDouble(1));
508 assertEquals(5.5, array.getDouble(0))
    [all...]
  /frameworks/base/core/java/android/database/
CursorWrapper.java 89 public double getDouble(int columnIndex) {
90 return mCursor.getDouble(columnIndex);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ExtendedCursor.java 109 public double getDouble(int column) {
113 return mCursor.getDouble(column);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 114 assertEquals(40.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d);
115 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d);
167 assertEquals(41.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d);
168 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d);
  /libcore/luni/src/main/java/java/nio/
MappedByteBufferAdapter.java 163 public double getDouble() {
165 double result = wrapped.getDouble();
171 public double getDouble(int index) {
172 return wrapped.getDouble(index);
  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 148 EXPECT_EQ(0.0, prefs.GetDouble(kDoublePref));
155 EXPECT_EQ(1.0, prefs.GetDouble(kDoublePref));
160 EXPECT_EQ(3.0, prefs.GetDouble(kDoublePref));

Completed in 1567 milliseconds

1 2 3 4 5 6 7 8