Home
last modified time | relevance | path

Searched refs:SetInteger (Results 1 – 25 of 39) sorted by relevance

12

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc20 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()
Dprocess_memory_maps.cc50 value->SetInteger("pf", region.protection_flags); in AsValueInto()
Dtrace_event_argument.h35 void SetInteger(const char* name, int value);
Dmemory_allocator_dump.cc102 value->SetInteger("flags", flags_); in AsValueInto()
/external/libchrome/base/process/
Dprocess_metrics_linux.cc568 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 …]
Dprocess_metrics.cc37 res->SetInteger("committed_memory", static_cast<int>(committed_memory_)); in ToValue()
/external/v8/src/ic/
Dic-stats.cc122 value->SetInteger("optimized", is_optimized); in AppendToTracedValue()
125 if (script_offset) value->SetInteger("offset", script_offset); in AppendToTracedValue()
127 if (line_num != -1) value->SetInteger("lineNum", line_num); in AppendToTracedValue()
128 if (is_constructor) value->SetInteger("constructor", is_constructor); in AppendToTracedValue()
137 if (map) value->SetInteger("dict", is_dictionary_map); in AppendToTracedValue()
138 if (map) value->SetInteger("own", number_of_own_descriptors); in AppendToTracedValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_occur.cpp51 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()
Dcscript_layoutpseudomodel.cpp171 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()
Dcscript_hostpseudomodel.cpp78 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()
Dcscript_signaturepseudomodel.cpp35 pValue->SetInteger(0); in Verify()
Dcxfa_nodelist.cpp124 pValue->SetInteger(GetLength()); in Script_ListClass_Length()
/external/libchrome/base/test/
Dtest_pending_task.cc40 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/
Djson_writer_unittest.cc62 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/
Dhistogram_base.cc117 root.SetInteger("count", count); in WriteJSON()
119 root.SetInteger("flags", flags()); in WriteJSON()
122 root.SetInteger("pid", GetCurrentProcId()); in WriteJSON()
Dhistogram.cc703 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/
Dxfa_fm2jscontext.cpp669 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/
Dcommon_custom_types_unittest.cc188 dict.SetInteger("int", 2); in TEST_F()
191 dict.SetInteger("nested.int", 9); in TEST_F()
/external/v8/src/tracing/
Dtraced-value.h29 void SetInteger(const char* name, int value);
Dtraced-value.cc75 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in v8::tracing::TracedValue
/external/v8/src/profiler/
Dprofile-generator.cc432 value->SetInteger("scriptId", entry->script_id()); in BuildNodeValue()
434 value->SetInteger("lineNumber", entry->line_number() - 1); in BuildNodeValue()
437 value->SetInteger("columnNumber", entry->column_number() - 1); in BuildNodeValue()
440 value->SetInteger("id", node->id()); in BuildNodeValue()
442 value->SetInteger("parent", node->parent()->id()); in BuildNodeValue()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_interfaces.mojom31 SetInteger(int64 data, [MinVersion=3] Enum type);
/external/libmojo/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc179 void SetInteger(int64_t data, sample::Enum type) override { in SetInteger() function in mojo::test::__anon269cf8270111::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/
Dcfxjse_value.h50 void SetInteger(int32_t nInteger);
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.h96 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
139 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);

12