/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 789 res->SetDouble("reads", static_cast<double>(reads)); in ToValue() 790 res->SetDouble("reads_merged", static_cast<double>(reads_merged)); in ToValue() 791 res->SetDouble("sectors_read", static_cast<double>(sectors_read)); in ToValue() 792 res->SetDouble("read_time", static_cast<double>(read_time)); in ToValue() 793 res->SetDouble("writes", static_cast<double>(writes)); in ToValue() 794 res->SetDouble("writes_merged", static_cast<double>(writes_merged)); in ToValue() 795 res->SetDouble("sectors_written", static_cast<double>(sectors_written)); in ToValue() 796 res->SetDouble("write_time", static_cast<double>(write_time)); in ToValue() 797 res->SetDouble("io", static_cast<double>(io)); in ToValue() 798 res->SetDouble("io_time", static_cast<double>(io_time)); in ToValue() [all …]
|
/external/libchrome/base/trace_event/ |
D | trace_event_argument_unittest.cc | 21 value->SetDouble("double", 0.0); in TEST() 34 value->SetDouble("doub.le", 0.0); in TEST() 54 value->SetDouble("d0", 0.0); in TEST() 107 dict_value->SetDouble("double", 42.0f); in TEST()
|
D | trace_event_argument.h | 36 void SetDouble(const char* name, double value);
|
D | memory_allocator_dump.cc | 79 attributes_->SetDouble("value", value); in AddScalarF()
|
D | trace_event_argument.cc | 100 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
|
/external/v8/src/tracing/ |
D | traced-value.h | 30 void SetDouble(const char* name, double value);
|
D | traced-value.cc | 81 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in v8::tracing::TracedValue
|
/external/pdfium/fxjs/ |
D | cfxjse_value.h | 51 void SetDouble(double dDouble);
|
D | cfxjse_formcalc_context.cpp | 636 args.GetReturnValue()->SetDouble(dValue); in Abs() 703 args.GetReturnValue()->SetDouble(dSum / uCount); in Avg() 867 args.GetReturnValue()->SetDouble(dMaxValue); in Max() 941 args.GetReturnValue()->SetDouble(dMinValue); in Min() 975 args.GetReturnValue()->SetDouble(dDividend - in Mod() 1022 args.GetReturnValue()->SetDouble(decimalValue); in Round() 1097 args.GetReturnValue()->SetDouble(dSum); in Sum() 2273 args.GetReturnValue()->SetDouble(r * 12); in Apr() 2345 args.GetReturnValue()->SetDouble(dResult); in FV() 2445 args.GetReturnValue()->SetDouble(nSum); in NPV() [all …]
|
D | cfxjse_value.cpp | 415 void CFXJSE_Value::SetDouble(double dDouble) { in SetDouble() function in CFXJSE_Value
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 117 root.SetDouble("sum", static_cast<double>(sum)); in WriteJSON()
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 400 value->SetDouble("startTime", in CpuProfile() 500 value->SetDouble("endTime", (end_time_ - base::TimeTicks()).InMicroseconds()); in FinishProfile()
|
/external/libchrome/base/ |
D | values.h | 249 void SetDouble(StringPiece path, double in_value);
|
D | values.cc | 669 void DictionaryValue::SetDouble(StringPiece path, double in_value) { in SetDouble() function in base::DictionaryValue
|
D | values_unittest.cc | 816 dv.SetDouble("c", 2.5); in TEST()
|
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 332 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | message.h | 562 virtual void SetDouble(Message* message,
|
D | generated_message_reflection.h | 296 void SetDouble(Message* message,
|
D | map_test.cc | 1101 message_int32_double->GetReflection()->SetDouble( in TEST_F() 1338 entry_int32_double->GetReflection()->SetDouble( in TEST_F() 1468 entry_int32_double->GetReflection()->SetDouble( in TEST_F()
|
D | map_test_util.cc | 416 ->SetDouble(sub_message, map_int32_double_val_, 0.0); in SetMapFieldsViaReflection() 522 ->SetDouble(sub_message, map_int32_double_val_, 1.0); in SetMapFieldsViaReflection()
|
D | extension_set.h | 252 void SetDouble(int number, FieldType type, double value, desc);
|
D | test_util.cc | 2399 reflection->SetDouble(message, F("optional_double" ), 112); in SetAllFieldsViaReflection() 2510 reflection->SetDouble(message, F("default_double" ), 412); in SetAllFieldsViaReflection()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2374 reflection->SetDouble(message, field_descriptor, value); in CheckAndGetInteger()
|