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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 303 sprintf(buf, "%gD", f.getDouble());
  /external/chromium_org/third_party/libjingle/source/talk/base/
json_unittest.cc 136 TEST(JsonTest, GetDouble) {
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 221 inline double getDouble(int row, int col) const {
  /external/icu4c/i18n/
numfmt.cpp 492 double dnum = number.getDouble();
510 double dnum = number.getDouble();
539 format(n->getDouble(), appendTo, pos);
577 format(n->getDouble(), appendTo, posIter, status);
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 304 sprintf(buf, "%gD", f.getDouble());
  /external/skia/include/utils/
SkMatrix44.h 221 inline double getDouble(int row, int col) const {
  /frameworks/base/core/java/android/database/
AbstractCursor.java 88 abstract public double getDouble(int column);
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 349 args[i] = in.getDouble();
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 143 values.put(name, cursor.getDouble(column));
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java 378 @Override public double getDouble(int column) {
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 339 public double getDouble(int columnIndex) {
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /art/test/064-field-access/src/
Main.java 77 result = field.getDouble(obj);
627 result = field.getDouble(obj);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 395 public double getDouble(int columnIndex) throws SQLException {
399 public double getDouble(String columnName) throws SQLException {
  /external/chromium/base/
values.cc 433 bool DictionaryValue::GetDouble(const std::string& path,
745 bool ListValue::GetDouble(size_t index, double* out_value) const {
values.h 263 bool GetDouble(const std::string& path, double* out_value) const;
381 bool GetDouble(size_t index, double* out_value) const;
values_unittest.cc 77 ASSERT_FALSE(mixed_list->GetDouble(1, &double_value));
88 ASSERT_TRUE(mixed_list->GetDouble(2, &double_value));
  /external/chromium/net/base/
transport_security_state.cc 366 !state->GetDouble("expiry", &expiry)) {
407 if (state->GetDouble("created", &created)) {
  /external/chromium_org/base/
values.cc 509 bool DictionaryValue::GetDouble(const std::string& path,
883 bool ListValue::GetDouble(size_t index, double* out_value) const {
values.h 275 bool GetDouble(const std::string& path, double* out_value) const;
402 bool GetDouble(size_t index, double* out_value) const;
values_unittest.cc 90 ASSERT_TRUE(mixed_list->GetDouble(1, &double_value));
92 ASSERT_TRUE(mixed_list->GetDouble(2, &double_value));
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 131 dict.GetDouble(kMediaGalleriesSizeKey, &total_size_in_bytes) &&
132 dict.GetDouble(kMediaGalleriesLastAttachTimeKey, &last_attach_time)) {
    [all...]
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 679 if (schema->GetDouble(schema::kMinimum, &minimum)) {
686 if (schema->GetDouble(schema::kMaximum, &maximum)) {
  /external/chromium_org/net/cert/
crl_set.cc 234 if (!header_dict->GetDouble("NotAfter", &not_after)) {
372 if (!header_dict->GetDouble("NotAfter", &not_after)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 254 static double getDouble(JSONObject* object, const String& name, bool* valueFound, JSONArray* protocolErrors);
441 double InspectorBackendDispatcherImpl::getDouble(JSONObject* object, const String& name, bool* valueFound, JSONArray* protocolErrors)

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>