Searched refs:kv (Results 1 – 3 of 3) sorted by relevance
42 Map<String, TypedString> kv = summary.getKvEntries(); in testSimpleCreate() local43 assertEquals(kv.size(), 1); in testSimpleCreate()44 assertEquals(kv.get("httpText"), httpText); in testSimpleCreate()
454 for (const auto& kv : histogram) { in PrintHistogram() local455 max_count = std::max(max_count, kv.second); in PrintHistogram()458 for (const auto& kv : histogram) { in PrintHistogram() local459 printf("%6d [ %3d ] ", kv.second, kv.first); in PrintHistogram()460 int hist_len = static_cast<int>(static_cast<double>(kv.second) / max_count * kHistogramWidth); in PrintHistogram()
141 for (String kv : mKeyValueOptions) { in runChild()142 setter.setOptionValue(HostTest.SET_OPTION_NAME, kv); in runChild()