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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/nio/
ByteArrayBuffer.java 177 @Override public final double getDouble() {
181 @Override public final double getDouble(int index) {
  /art/runtime/mirror/
art_field-inl.h 190 inline double ArtField::GetDouble(const Object* object) const {
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 79 inline double getDouble() {
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 128 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble());
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 79 ASSERT_TRUE(val1.getDouble() == 1.0f);
  /external/chromium/chrome/browser/chromeos/
cros_settings.cc 184 bool CrosSettings::GetDouble(const std::string& path,
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 334 CHECK(args->GetDouble(1, &source));
340 CHECK(args->GetDouble(6, &button));
408 CHECK(args->GetDouble(1, &launch_type));
491 CHECK(args->GetDouble(1, &page_index));
ntp_resource_cache.cc 366 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoStart),
367 profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoEnd)) ?
380 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPPromoStart),
381 profile_->GetPrefs()->GetDouble(prefs::kNTPPromoEnd)) ?
shown_sections_handler.cc 95 CHECK(args->GetDouble(0, &mode_double));
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 140 public double getDouble(int columnIndex) {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc 101 return profile_->GetPrefs()->GetDouble(prefs::kScreenMagnifierScale);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.h 80 bool GetDouble(const std::string& path, double* out_value) const;
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 110 !webstore_data->GetDouble(kAverageRatingKey, &average_rating_) ||
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 104 jdouble GetDouble(JNIEnv* env, jobject obj, jint column);
  /external/chromium_org/chrome/browser/ui/gtk/
zoom_bubble_gtk.cc 219 web_contents_->GetBrowserContext())->GetPrefs()->GetDouble(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.cc 115 !args->GetDouble(2, &flags_double)) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 162 if (!args->GetDouble(0, &action_id))
  /external/chromium_org/chrome/test/chromedriver/chrome/
navigation_tracker.cc 92 if (!params.GetDouble("delay", &delay))
  /external/chromium_org/chrome/test/chromedriver/
logging_unittest.cc 60 EXPECT_TRUE(entry->GetDouble("timestamp", &timestamp));
window_commands.cc 110 cookie_dict->GetDouble("expires", &expiry);
748 !location->GetDouble("latitude", &geoposition.latitude) ||
749 !location->GetDouble("longitude", &geoposition.longitude))
752 !location->GetDouble("accuracy", &geoposition.accuracy)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.cpp 94 double InspectorState::getDouble(const String& propertyName)
  /external/chromium_org/tools/json_schema_compiler/test/
simple_api_unittest.cc 170 ASSERT_TRUE(expected->GetDouble("number", &some_test_type.number));
  /external/chromium_org/ui/webui/
web_ui_util.cc 69 CHECK(args->GetDouble(start_index++, &button));
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 103 double doubleField = f.getDouble(this);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 155 public double getDouble(int columnIndex) {

Completed in 568 milliseconds

1 2 3 4 5 67 8 91011>>