/external/libchrome/base/trace_event/ |
D | trace_event_argument_unittest.cc | 20 value->SetInteger("int", 2014); in TEST() 33 value->SetInteger("in.t", 2014); in TEST() 46 value->SetInteger("i0", 2014); in TEST() 48 value->SetInteger("i1", 2014); in TEST() 60 value->SetInteger("i2", 3); in TEST() 106 dict_value->SetInteger("int", 42); in TEST() 135 dict_value->SetInteger("a", 1); in TEST() 138 nested_dict_value->SetInteger("b", 2); in TEST() 156 nested_dict_value->SetInteger("f", 3); in TEST()
|
D | process_memory_maps.cc | 50 value->SetInteger("pf", region.protection_flags); in AsValueInto()
|
D | trace_event_argument.h | 35 void SetInteger(const char* name, int value);
|
D | memory_allocator_dump.cc | 102 value->SetInteger("flags", flags_); in AsValueInto()
|
/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 568 res->SetInteger("total", total); in ToValue() 569 res->SetInteger("free", free); in ToValue() 571 res->SetInteger("available", available); in ToValue() 573 res->SetInteger("buffers", buffers); in ToValue() 574 res->SetInteger("cached", cached); in ToValue() 575 res->SetInteger("active_anon", active_anon); in ToValue() 576 res->SetInteger("inactive_anon", inactive_anon); in ToValue() 577 res->SetInteger("active_file", active_file); in ToValue() 578 res->SetInteger("inactive_file", inactive_file); in ToValue() 579 res->SetInteger("swap_total", swap_total); in ToValue() [all …]
|
D | process_metrics.cc | 37 res->SetInteger("committed_memory", static_cast<int>(committed_memory_)); in ToValue()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 51 m_pNode->SetInteger(XFA_ATTRIBUTE_Max, iMax, false); in SetMax() 55 m_pNode->SetInteger(XFA_ATTRIBUTE_Min, iMin, false); in SetMax() 61 m_pNode->SetInteger(XFA_ATTRIBUTE_Min, iMin, false); in SetMin() 65 m_pNode->SetInteger(XFA_ATTRIBUTE_Max, iMax, false); in SetMin()
|
D | cscript_layoutpseudomodel.cpp | 171 pValue->SetInteger(iPageCount); in NumberedPageCount() 198 pValue->SetInteger(-1); in PageSpan() 205 pValue->SetInteger(iPageSpan); in PageSpan() 387 pValue->SetInteger(0); in AbsPageCountInBatch() 394 pValue->SetInteger(0); in SheetCountInBatch() 421 pValue->SetInteger(0); in AbsPageInBatch() 432 pValue->SetInteger(0); in SheetInBatch() 470 pValue->SetInteger(iPage); in PageImp() 478 pValue->SetInteger(-1); in PageImp() 483 pValue->SetInteger(bAbsPage ? iPage : iPage + 1); in PageImp()
|
D | cscript_hostpseudomodel.cpp | 78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc)); in CurrentPage() 107 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc)); in NumPages() 315 pValue->SetInteger(0); in DocumentInBatch() 504 pValue->SetInteger(iValue); in MessageBox() 532 pValue->SetInteger(0); in DocumentCountInBatch()
|
D | cscript_signaturepseudomodel.cpp | 35 pValue->SetInteger(0); in Verify()
|
D | cxfa_nodelist.cpp | 124 pValue->SetInteger(GetLength()); in Script_ListClass_Length()
|
D | cxfa_node.cpp | 1153 pValue->SetInteger(GetNodeSameNameIndex()); in Script_TreeClass_Index() 1163 pValue->SetInteger(GetNodeSameClassIndex()); in Script_TreeClass_ClassIndex() 1608 SetInteger(eAttribute, pValue->ToInteger(), true); in Script_Attribute_Integer() 1610 pValue->SetInteger(GetInteger(eAttribute)); in Script_Attribute_Integer() 1621 pValue->SetInteger(GetInteger(eAttribute)); in Script_Attribute_IntegerRead() 1971 pValue->SetInteger(0); in Script_Field_Length() 1974 pValue->SetInteger(pWidgetData->CountChoiceListItems(true)); in Script_Field_Length() 2032 pValue->SetInteger(FXSYS_wtoi(content.c_str())); in Script_Som_DefaultValue() 2259 pValue->SetInteger(FXSYS_wtoi(content.c_str())); in Script_Field_DefaultValue() 2394 pValue->SetInteger(pWidgetData->GetSelectedItem()); in Script_Field_SelectedIndex() [all …]
|
/external/libchrome/base/test/ |
D | test_pending_task.cc | 40 state->SetInteger("run_at", GetTimeToRun().ToInternalValue()); in AsValueInto() 42 state->SetInteger("post_time", post_time.ToInternalValue()); in AsValueInto() 43 state->SetInteger("delay", delay.ToInternalValue()); in AsValueInto() 52 state->SetInteger("delay", delay.ToInternalValue()); in AsValueInto()
|
/external/libchrome/base/json/ |
D | json_writer_unittest.cc | 62 inner_dict->SetInteger("inner int", 10); in TEST() 103 period_dict3.SetInteger("a.b", 2); in TEST() 133 binary_dict.SetInteger("b", 5); in TEST() 135 binary_dict.SetInteger("d", 2); in TEST()
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 117 root.SetInteger("count", count); in WriteJSON() 119 root.SetInteger("flags", flags()); in WriteJSON() 122 root.SetInteger("pid", GetCurrentProcId()); in WriteJSON()
|
D | histogram.cc | 703 params->SetInteger("min", declared_min()); in GetParameters() 704 params->SetInteger("max", declared_max()); in GetParameters() 705 params->SetInteger("bucket_count", static_cast<int>(bucket_count())); in GetParameters() 719 bucket_value->SetInteger("low", ranges(i)); in GetCountAndBucketData() 721 bucket_value->SetInteger("high", ranges(i + 1)); in GetCountAndBucketData() 722 bucket_value->SetInteger("count", count_at_index); in GetCountAndBucketData()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 669 args.GetReturnValue()->SetInteger(iCount); in Count() 1018 args.GetReturnValue()->SetInteger(DateString2Num(bufferCurrent.AsStringC())); in Date() 1063 args.GetReturnValue()->SetInteger(0); in Date2Num() 1067 args.GetReturnValue()->SetInteger( in Date2Num() 1127 args.GetReturnValue()->SetInteger(DateString2Num(szArgString.AsStringC())); in IsoDate2Num() 1153 args.GetReturnValue()->SetInteger(0); in IsoTime2Num() 1160 args.GetReturnValue()->SetInteger(0); in IsoTime2Num() 1184 args.GetReturnValue()->SetInteger(hour * 3600000 + min * 60000 + in IsoTime2Num() 1513 args.GetReturnValue()->SetInteger( in Time() 1580 args.GetReturnValue()->SetInteger(0); in Time2Num() [all …]
|
/external/libmojo/mojo/common/ |
D | common_custom_types_unittest.cc | 188 dict.SetInteger("int", 2); in TEST_F() 191 dict.SetInteger("nested.int", 9); in TEST_F()
|
/external/v8/src/tracing/ |
D | traced-value.h | 29 void SetInteger(const char* name, int value);
|
D | traced-value.cc | 79 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in v8::tracing::TracedValue
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 431 value->SetInteger("scriptId", entry->script_id()); in BuildNodeValue() 433 value->SetInteger("lineNumber", entry->line_number() - 1); in BuildNodeValue() 436 value->SetInteger("columnNumber", entry->column_number() - 1); in BuildNodeValue() 439 value->SetInteger("id", node->id()); in BuildNodeValue() 441 value->SetInteger("parent", node->parent()->id()); in BuildNodeValue()
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | sample_interfaces.mojom | 31 SetInteger(int64 data, [MinVersion=3] Enum type);
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 179 void SetInteger(int64_t data, sample::Enum type) override { in SetInteger() function in mojo::test::__anon865c61480111::IntegerAccessorImpl 453 ptr->SetInteger(123, sample::Enum::VALUE); in TEST_F() 462 ptr->SetInteger(456, sample::Enum::VALUE); in TEST_F() 473 ptr->SetInteger(789, sample::Enum::VALUE); in TEST_F()
|
/external/pdfium/fxjs/ |
D | cfxjse_value.h | 50 void SetInteger(int32_t nInteger);
|
/external/pdfium/xfa/fde/xml/ |
D | fde_xml_imp.h | 96 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue); 139 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
|