HomeSort by relevance Sort by last modified time
    Searched full:getdouble (Results 251 - 275 of 394) sorted by null

<<111213141516

  /external/chromium_org/third_party/icu/source/i18n/
datefmt.cpp 125 date = (UDate)obj.getDouble();
160 date = (UDate)obj.getDouble();
tmutfmt.cpp 211 number = amtNumber.getDouble();
288 tmpNumber = temp.getDouble();
    [all...]
unum.cpp 416 return res.getDouble(*status);
466 return res.getDouble(*status);
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 411 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
419 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
  /external/icu4c/i18n/
datefmt.cpp 125 date = (UDate)obj.getDouble();
160 date = (UDate)obj.getDouble();
tmutfmt.cpp 214 number = amtNumber.getDouble();
292 tmpNumber = temp.getDouble();
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.cpp 423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 725 double latitude = cursor.getDouble(1);
726 double longitude = cursor.getDouble(2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 338 return getdouble(self._tk.globalgetvar(self._name))
365 getdouble = float variable
456 getdouble = float variable in class:Misc
774 return getdouble(self.tk.call(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 338 return getdouble(self._tk.globalgetvar(self._name))
365 getdouble = float variable
456 getdouble = float variable in class:Misc
774 return getdouble(self.tk.call(
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 452 public double getDouble(int columnIndex) throws SQLException {
474 public double getDouble(String columnName) throws SQLException {
476 return getDouble(col);
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 292 success = window.putDouble(cursor.getDouble(i), position, i);
698 values.put(key, cursor.getDouble(colIndex));
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java     [all...]
  /art/runtime/
reflection.cc 344 boxed_value.SetD(primitive_field->GetDouble(o));
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 132 LOGD(" %f", list[i].getValue().getDouble());
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 528 public double getDouble(int columnIndex) {
CursorWrapperTest.java 336 assertEquals(NUMBER_DOUBLE, cursorWrapper.getDouble(columnDouble), 0.000000000001);
  /dalvik/tests/046-reflect/src/
Main.java 288 double staticDoubleVal = field.getDouble(null);
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 394 double vol = prefs_->GetDouble(prefs::kAudioVolume);
  /external/chromium/chrome/browser/prefs/
pref_service.h 202 double GetDouble(const char* path) const;
  /external/chromium/chrome/common/
json_schema_validator.cc 33 if (value->GetDouble(key, number))
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 192 ASSERT_TRUE(root_dict->GetDouble("double", &double_value));
  /external/chromium_org/base/prefs/
pref_service.cc 130 double PrefService::GetDouble(const char* path) const {
pref_service.h 179 double GetDouble(const char* path) const;
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.cc 240 if (!options->GetDouble(extension_browsing_data_api_constants::kSinceKey,

Completed in 725 milliseconds

<<111213141516