/external/crosvm/kvm_sys/ |
D | bindgen.sh | 25 --blocklist-item='__kernel.*' \ 26 --blocklist-item='__BITS_PER_LONG' \ 27 --blocklist-item='__FD_SETSIZE' \ 28 --blocklist-item='_?IOC.*' \ 37 --blocklist-item='__kernel.*' \ 38 --blocklist-item='__BITS_PER_LONG' \ 39 --blocklist-item='__FD_SETSIZE' \ 40 --blocklist-item='_?IOC.*' \
|
/external/rust/crates/grpcio-sys/patches/ |
D | Android.bp.patch | 115 + "--blocklist-type=(__)?pthread.*", 116 + "--blocklist-function=\\bgpr_mu_.*", 117 + "--blocklist-function=\\bgpr_cv_.*", 118 + "--blocklist-function=\\bgpr_once_.*", 119 + "--blocklist-type=gpr_mu", 120 + "--blocklist-type=gpr_cv", 121 + "--blocklist-type=gpr_once",
|
/external/crosvm/hypervisor/src/gunyah/gunyah_sys/ |
D | bindgen.sh | 16 --blocklist-item='__kernel.*' \ 17 --blocklist-item='__BITS_PER_LONG' \ 18 --blocklist-item='__FD_SETSIZE' \ 19 --blocklist-item='_?IOC.*' \
|
/external/crosvm/hypervisor/src/geniezone/geniezone_sys/ |
D | bindgen.sh | 19 --blocklist-item='__kernel.*' \ 20 --blocklist-item='__BITS_PER_LONG' \ 21 --blocklist-item='__FD_SETSIZE' \ 22 --blocklist-item='_?IOC.*' \
|
/external/rust/crates/grpcio-sys/ |
D | Android.bp | 110 "--blocklist-type=(__)?pthread.*", 111 "--blocklist-function=\\bgpr_mu_.*", 112 "--blocklist-function=\\bgpr_cv_.*", 113 "--blocklist-function=\\bgpr_once_.*", 114 "--blocklist-type=gpr_mu", 115 "--blocklist-type=gpr_cv", 116 "--blocklist-type=gpr_once",
|
/external/crosvm/rutabaga_gfx/src/generated/ |
D | generate | 31 module_name, allowlist, blocklist, header, clang_args, lib_name, derive_default argument 43 blocklist, 45 blocklist, 47 blocklist,
|
D | generate.py | 31 module_name, allowlist, blocklist, header, clang_args, lib_name, derive_default argument 43 blocklist, 45 blocklist, 47 blocklist,
|
/external/crosvm/media/libvda/ |
D | bindgen.sh | 27 --blocklist-type 'video_.*' \ 42 --blocklist-type 'video_.*' \
|
/external/autotest/tko/ |
D | status_lib_unittest.py | 22 blocklist = ('\r\x00', 'FOOBAR', 'BLAh') 24 raw_line = raw_line_temp % blocklist 25 cleaned = status_lib.clean_raw_line(raw_line, blocklist) 27 cleaned, raw_line_temp % (('',) * len(blocklist)))
|
D | status_lib.py | 24 def clean_raw_line(raw_line, blocklist=DEFAULT_BLOCKLIST): argument 26 return re.sub('|'.join(blocklist), '', raw_line)
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | TrustManagerImpl.java | 141 private final CertBlocklist blocklist; field in TrustManagerImpl 168 CertBlocklist blocklist) { in TrustManagerImpl() argument 169 this(keyStore, manager, certStore, blocklist, null, null, null); in TrustManagerImpl() 176 … ConscryptCertStore certStore, CertBlocklist blocklist, CTLogStore ctLogStore, in TrustManagerImpl() argument 209 if (blocklist == null) { in TrustManagerImpl() 210 blocklist = Platform.newDefaultBlocklist(); in TrustManagerImpl() 229 this.blocklist = blocklist; in TrustManagerImpl() 724 if (blocklist != null && blocklist.isPublicKeyBlockListed(cert.getPublicKey())) { in checkBlocklist()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustManagerImpl.java | 142 private final CertBlocklist blocklist; field in TrustManagerImpl 171 CertBlocklist blocklist) { in TrustManagerImpl() argument 172 this(keyStore, manager, certStore, blocklist, null, null, null); in TrustManagerImpl() 179 CertBlocklist blocklist, CTLogStore ctLogStore, CTVerifier ctVerifier, in TrustManagerImpl() argument 212 if (blocklist == null) { in TrustManagerImpl() 213 blocklist = Platform.newDefaultBlocklist(); in TrustManagerImpl() 232 this.blocklist = blocklist; in TrustManagerImpl() 735 if (blocklist != null && blocklist.isPublicKeyBlockListed(cert.getPublicKey())) { in checkBlocklist()
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransform.java | 1063 List<BodyDeclarationLocator> blocklist = in createHideOriginalDeprecatedClassesRule() local 1066 new TagMatchingDeclarations(blocklist, "@hide original deprecated declaration")); in createHideOriginalDeprecatedClassesRule() 1094 List<BodyDeclarationLocator> blocklist = in createHideBlocklistedDeclarationsRule() local 1097 new TagMatchingDeclarations(blocklist, "@hide unsupported on Android")); in createHideBlocklistedDeclarationsRule()
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | CertBlocklistTest.java | 41 CertBlocklist blocklist = CertBlocklistImpl.getDefault(); in testBlocklistedPublicKey() local 42 assertTrue(blocklist.isPublicKeyBlockListed(blocklistedCa.getPublicKey())); in testBlocklistedPublicKey()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AggregateFutureStateFallbackAtomicHelperTest.java | 113 private static ClassLoader getClassLoader(final Set<String> blocklist) { in getClassLoader() argument 120 if (blocklist.contains(name)) { in getClassLoader()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AggregateFutureStateFallbackAtomicHelperTest.java | 113 private static ClassLoader getClassLoader(final Set<String> blocklist) { in getClassLoader() argument 120 if (blocklist.contains(name)) { in getClassLoader()
|
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ |
D | CertBlocklistTest.java | 45 CertBlocklist blocklist = CertBlocklistImpl.getDefault(); in testBlocklistedPublicKey() local 46 assertTrue(blocklist.isPublicKeyBlockListed(blocklistedCa.getPublicKey())); in testBlocklistedPublicKey()
|
/external/cronet/build/android/gyp/ |
D | write_build_config.py | 827 blocklist = [] 832 blocklist.extend(_ROOT_TYPES) 845 blocklist.append('android_assets') 847 return _DepsFromPathsWithFilters(dep_paths, blocklist, allowlist) 850 def _FilterConfigPaths(dep_paths, blocklist=None, allowlist=None): argument 851 if not blocklist and not allowlist: 854 if blocklist: 855 configs = [c for c in configs if c['type'] not in blocklist] 862 def _DepsFromPathsWithFilters(dep_paths, blocklist=None, allowlist=None): argument 880 dep_paths = _FilterConfigPaths(dep_paths, blocklist, allowlist_with_groups) [all …]
|
/external/angle/build/android/gyp/ |
D | write_build_config.py | 821 blocklist = [] 826 blocklist.extend(_ROOT_TYPES) 839 blocklist.append('android_assets') 841 return _DepsFromPathsWithFilters(dep_paths, blocklist, allowlist) 844 def _FilterConfigPaths(dep_paths, blocklist=None, allowlist=None): argument 845 if not blocklist and not allowlist: 848 if blocklist: 849 configs = [c for c in configs if c['type'] not in blocklist] 856 def _DepsFromPathsWithFilters(dep_paths, blocklist=None, allowlist=None): argument 874 dep_paths = _FilterConfigPaths(dep_paths, blocklist, allowlist_with_groups) [all …]
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 252 static uint32_t file_blocks_used(uint64_t size, uint32_t *blocklist) in file_blocks_used() argument 259 if (blocklist) { in file_blocks_used() 263 for (i=0; i<13 && i<dblocks; i++) blocklist[i] = i; in file_blocks_used() 265 if (dblocks > 13+idx) blocklist[13] = 13+idx; in file_blocks_used() 268 if (dblocks > idx) blocklist[14] = idx; in file_blocks_used()
|
/external/crosvm/vfio_sys/ |
D | bindgen.sh | 43 --blocklist-item='VFIO_DEVICE_API_.*_STRING' \
|
/external/expat/ |
D | libexpat_blocklist.txt | 3 # We can't just blocklist the file because it's a header, so instead we need
|
/external/autotest/server/cros/dynamic_suite/ |
D | control_file_getter.py | 208 blocklist = { 221 if name in blocklist:
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 60 private final static CertBlocklist blocklist = new CertBlocklist(); field in PKIXCertPathValidatorSpi.NoPreloadHolder 124 if (NoPreloadHolder.blocklist.isSerialNumberBlockListed(serial)) { in engineValidate() 330 if (NoPreloadHolder.blocklist.isPublicKeyBlockListed(workingPublicKey)) { in engineValidate()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 62 private final static CertBlocklist blocklist = new CertBlocklist(); field in PKIXCertPathValidatorSpi.NoPreloadHolder 126 if (NoPreloadHolder.blocklist.isSerialNumberBlockListed(serial)) { in engineValidate() 332 if (NoPreloadHolder.blocklist.isPublicKeyBlockListed(workingPublicKey)) { in engineValidate()
|