Searched refs:tag_map (Results 1 – 12 of 12) sorted by relevance
/external/cronet/stable/testing/flake_suppressor_common/ |
D | expectations.py | 140 for test, tag_map in test_map.items(): 141 for typ_tags, build_url_list in tag_map.items(): 201 for test, tag_map in test_map.items(): 202 for typ_tags, build_url_list in tag_map.items(): 250 for test, tag_map in test_map.items(): 253 all_results = list(itertools.chain(*tag_map.values())) 259 for typ_tags, result_tuple_list in tag_map.items(): 305 tag_map = result_map.get(target_suite, {}).get(target_test, {}) 306 for typ_tags, build_url_list in tag_map.items(): 367 for test, tag_map in test_map.items(): [all …]
|
D | result_output.py | 107 for test, tag_map in test_map.items(): 108 for typ_tags, build_url_list in tag_map.items(): 135 for test, tag_map in test_map.items(): 136 for typ_tags, build_urls in tag_map.items():
|
/external/cronet/tot/testing/flake_suppressor_common/ |
D | expectations.py | 140 for test, tag_map in test_map.items(): 141 for typ_tags, build_url_list in tag_map.items(): 201 for test, tag_map in test_map.items(): 202 for typ_tags, build_url_list in tag_map.items(): 250 for test, tag_map in test_map.items(): 253 all_results = list(itertools.chain(*tag_map.values())) 259 for typ_tags, result_tuple_list in tag_map.items(): 305 tag_map = result_map.get(target_suite, {}).get(target_test, {}) 306 for typ_tags, build_url_list in tag_map.items(): 367 for test, tag_map in test_map.items(): [all …]
|
D | result_output.py | 107 for test, tag_map in test_map.items(): 108 for typ_tags, build_url_list in tag_map.items(): 135 for test, tag_map in test_map.items(): 136 for typ_tags, build_urls in tag_map.items():
|
/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
D | _open_census_exporter.py | 30 from opencensus.tags.tag_map import TagMap 131 tag_map = TagMap() 133 tag_map.insert(TagKey(key), TagValue(value)) 139 measurement_map.record(tag_map)
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/ |
D | grpc_plugin.cc | 201 const ::opencensus::tags::TagMap& tag_map) { in PopulateTagMapWithConstantLabels() 203 tag_map.tags(); in PopulateTagMapWithConstantLabels()
|
D | grpc_plugin.h | 176 const ::opencensus::tags::TagMap& tag_map);
|
/external/grpc-grpc/src/cpp/ext/filters/census/ |
D | grpc_plugin.cc | 196 const ::opencensus::tags::TagMap& tag_map) { in PopulateTagMapWithConstantLabels() 198 tag_map.tags(); in PopulateTagMapWithConstantLabels()
|
D | grpc_plugin.h | 176 const ::opencensus::tags::TagMap& tag_map);
|
/external/fmtlib/support/python/mkdocstrings_handlers/cxx/ |
D | __init__.py | 32 tag_map = { variable 56 tag = tag_map.get(n.tag)
|
/external/AFLplusplus/dictionaries/ |
D | html_tags.dict | 89 tag_map="<map>"
|
/external/pytorch/torch/csrc/profiler/ |
D | collection.cpp | 79 constexpr std::array<TagToIOType, tagCount> tag_map = {{ variable 93 return tag_map[idx].tag == InputOutputEncoder::Tag::TERMINATOR || in allTagsMapped() 94 ((idx == (int)tag_map[idx].tag) && allTagsMapped(idx + 1)); in allTagsMapped() 99 return tag_map[(int)tag].io_type; in tagToIOType()
|