Searched defs:GetAsDouble (Results 1 - 7 of 7) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
H A DResults.h76 GetAsDouble () function in class:lldb_perf::Results::Result
/external/lldb/source/Core/
H A DRegisterValue.cpp864 RegisterValue::GetAsDouble (double fail_value, bool *success_ptr) const function in class:RegisterValue
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc335 bool GetAsDouble(const base::DictionaryValue& object, function in namespace:content::__anon7174
348 return value->GetAsDouble(out);
414 if (!GetAsDouble(*location_object, kLatitudeString, &latitude) ||
415 !GetAsDouble(*location_object, kLongitudeString, &longitude)) {
425 GetAsDouble(*response_object, kAccuracyString, &position->accuracy);
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc100 } else if (it.value().GetAsDouble(&double_num)) {
248 bool is_bool = GetAsDouble(event, &bool_value);
290 if (!left().GetAsDouble(event, &lhs) || !right().GetAsDouble(event, &rhs))
363 if (!left().GetAsDouble(event, &lhs))
365 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs))
394 bool Query::GetAsDouble(const TraceEvent& event, double* num) const { function in class:trace_analyzer::Query
/external/chromium_org/base/
H A Dvalues.cc100 bool Value::GetAsDouble(double* out_value) const { function in class:base::Value
196 bool FundamentalValue::GetAsDouble(double* out_value) const { function in class:base::FundamentalValue
236 return GetAsDouble(&lhs) && other->GetAsDouble(&rhs) && lhs == rhs;
508 return value->GetAsDouble(out_value);
647 return value->GetAsDouble(out_value);
903 return value->GetAsDouble(out_value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 227 milliseconds