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/ |
D | tel_rcs_utils.py | 96 matching_node=1) 143 matching_node=1)
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ui_utils.py | 139 matching_node = kwargs.pop('matching_node', 1) 143 if count == matching_node:
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | tf2xla_util.cc | 673 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/ |
D | CellBroadcastTest.py | 295 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)
|