Home
last modified time | relevance | path

Searched defs:denylist (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_status.py34 def IsDenylisted(serial, denylist): argument
38 def _BatteryStatus(device, denylist): argument
60 def DeviceStatus(devices, denylist): argument
Ddevice_recovery.py107 def RecoverDevice(device, denylist, should_reboot=lambda device: True): argument
171 def RecoverDevices(devices, denylist, enable_usb_reset=False): argument
Ddevice_monitor.py171 def get_all_status(denylist): argument
Dprovision_devices.py150 def ProvisionDevice(device, steps, denylist, reboot_timeout=None): argument
/external/autotest/client/site_tests/platform_PrinterPpds/
Dhelpers.py270 def parse_digests_file(path_digests, denylist): argument
297 def save_digests_file(path_digests, digests, sizes, denylist): argument
/external/python/cpython3/Lib/test/test_tools/
Dtest_sundry.py24 denylist = ['make_ctype'] variable in TestSundryScripts
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_denylist.py44 def Write(self, denylist): argument
Ddevice_utils.py3600 denylist=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist.cc61 static MapType* denylist = [] { local
/external/minijail/tools/
Dcompiler.py274 denylist=False, argument
319 denylist=False): argument
Dparser.py230 denylist=False, argument
/external/openthread/tools/harness-automation/autothreadharness/
Drunner.py181 denylist=None, argument
/external/cronet/build/android/
Dprovision_devices.py92 def ProvisionDevice(device, denylist, options): argument
/external/angle/build/android/
Dprovision_devices.py92 def ProvisionDevice(device, denylist, options): argument
/external/cronet/build/android/pylib/local/device/
Dlocal_device_environment.py229 def denylist(self): member in LocalDeviceEnvironment
/external/angle/build/android/pylib/local/device/
Dlocal_device_environment.py235 def denylist(self): member in LocalDeviceEnvironment
/external/AFLplusplus/instrumentation/
Dafl-llvm-common.cc120 char *denylist = getenv("AFL_LLVM_DENYLIST"); in initInstrumentList() local
/external/perfetto/tools/
Dgen_amalgamated143 def apply_denylist(denylist, items): argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py840 def get_ignore_reason(obj, denylist): argument
857 def describe(obj, denylist, leaves_only=False): argument
889 def build_ref_graph(obj, graph, reprs, denylist): argument
/external/python/cpython3/Lib/test/
Dtest_nntplib.py202 denylist = lambda line: line.startswith(b'X-Antivirus') function