Home
last modified time | relevance | path

Searched refs:matching_node (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_rcs_utils.py96 matching_node=1)
143 matching_node=1)
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py139 matching_node = kwargs.pop('matching_node', 1)
143 if count == matching_node:
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.cc673 const Node* matching_node = nullptr; in SetNodeShardingFromNeighbors() local
687 matching_node = possible_match; in SetNodeShardingFromNeighbors()
691 if (matching_node != nullptr) { in SetNodeShardingFromNeighbors()
692 n->set_assigned_device_name(matching_node->assigned_device_name()); in SetNodeShardingFromNeighbors()
693 n->set_requested_device(matching_node->requested_device()); in SetNodeShardingFromNeighbors()
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py295 node = uutils.wait_and_get_xml_node(ad, timeout=30, matching_node=2, text=alert_text)
302 uutils.wait_and_click(ad, text=alert_text, matching_node=2)
311 element_exist = uutils.has_element(ad, text=alert_text, matching_node=2)
317 … node = uutils.wait_and_get_xml_node(ad, timeout=30, matching_node=2, text=alert_text)