Home
last modified time | relevance | path

Searched refs:IsDenylisted (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_status.py34 def IsDenylisted(serial, denylist): function
106 if not IsDenylisted(serial, denylist):
152 device_status['denylisted'] = IsDenylisted(serial, denylist)
291 and not IsDenylisted(status['serial'], denylist))
Ddevice_recovery.py108 if device_status.IsDenylisted(device.adb.GetDeviceSerial(), denylist):
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc40 bool IsDenylisted(const NodeDef& node) { in IsDenylisted() function
98 if (IsDenylisted(node)) { in IsNodeOutputPortHostFriendly()
233 if (IsDenylisted(node)) { in IsNodeHostCandidate()