Home
last modified time | relevance | path

Searched defs:blacklist (Results 1 – 25 of 29) sorted by relevance

12

/external/libmojo/third_party/catapult/devil/devil/android/tools/
Ddevice_status.py33 def IsBlacklisted(serial, blacklist): argument
37 def _BatteryStatus(device, blacklist): argument
73 def DeviceStatus(devices, blacklist): argument
Ddevice_recovery.py54 def RecoverDevice(device, blacklist, should_reboot=lambda device: True): argument
103 def RecoverDevices(devices, blacklist): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_status.py35 def IsBlacklisted(serial, blacklist): argument
39 def _BatteryStatus(device, blacklist): argument
77 def DeviceStatus(devices, blacklist): argument
Ddevice_recovery.py57 def RecoverDevice(device, blacklist, should_reboot=lambda device: True): argument
115 def RecoverDevices(devices, blacklist, enable_usb_reset=False): argument
Ddevice_monitor.py164 def get_all_status(blacklist): argument
Dprovision_devices.py150 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None): argument
/external/skia/infra/bots/
Dzip_utils.py17 def filtered(names, blacklist): argument
25 def zip(target_dir, zip_file, blacklist=None): # pylint: disable=W0622 argument
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
Dsecurity_OpenSSLBlacklist.py17 def verify(self, blacklist='/dev/null'): argument
22 def fetch(self, blacklist='/dev/null'): argument
/external/skia/gn/
Dfind_headers.py20 blacklist = { variable
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java740 List<BodyDeclarationLocator> blacklist = in createHideOriginalDeprecatedClassesRule() local
747 List<BodyDeclarationLocator> blacklist = in createHideBlacklistedDeclarationsRule() local
/external/skia/infra/bots/recipes/
Dtest.py179 def blacklist(quad): function
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_blacklist.py36 def Write(self, blacklist): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_blacklist.py45 def Write(self, blacklist): argument
/external/curl/lib/
Dpipeline.c169 struct curl_llist *blacklist = in Curl_pipeline_site_blacklisted() local
261 struct curl_llist *blacklist = in Curl_pipeline_server_blacklisted() local
/external/autotest/client/common_lib/cros/
Dretry.py142 def retry(ExceptionToCheck, timeout_min=1.0, delay_sec=3, blacklist=None, argument
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py41 blacklist = '' variable in graphics_GLBench
/external/conscrypt/platform/src/test/java/org/conscrypt/
DCertBlacklistTest.java41 CertBlacklist blacklist = CertBlacklist.getDefault(); in testBlacklistedPublicKey() local
/external/autotest/tko/
Dstatus_lib.py24 def clean_raw_line(raw_line, blacklist=DEFAULT_BLACKLIST): argument
/external/guice/core/src/com/google/inject/internal/
DState.java188 void blacklist(Key<?> key, State state, Object source); in blacklist() method
DInheritingState.java173 public void blacklist(Key<?> key, State state, Object source) { in blacklist() method in InheritingState
/external/skia/infra/bots/recipe_modules/skia_swarming/
Dapi.py71 task_name, extra_variables, blacklist=None): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java50 private final static CertBlacklist blacklist = new CertBlacklist(); field in PKIXCertPathValidatorSpi.NoPreloadHolder
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustManagerImpl.java138 private final CertBlacklist blacklist; field in TrustManagerImpl
165 CertBlacklist blacklist) { in TrustManagerImpl()
173 TrustedCertificateStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore, in TrustManagerImpl()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java505 public void blacklist(Key<?> key, State state, Object source) { in blacklist() method in WeakKeySetTest.TestState
/external/v8/src/
Dcontexts.cc184 Handle<Object> blacklist; in UnscopableLookup() local

12