Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 25 of 58) sorted by relevance

123

/external/crosvm/kvm_sys/
Dbindgen.sh25 --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/
DAndroid.bp.patch115 + "--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/
Dbindgen.sh16 --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/
Dbindgen.sh19 --blocklist-item='__kernel.*' \
20 --blocklist-item='__BITS_PER_LONG' \
21 --blocklist-item='__FD_SETSIZE' \
22 --blocklist-item='_?IOC.*' \
/external/rust/crates/grpcio-sys/
DAndroid.bp110 "--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/
Dgenerate31 module_name, allowlist, blocklist, header, clang_args, lib_name, derive_default argument
43 blocklist,
45 blocklist,
47 blocklist,
Dgenerate.py31 module_name, allowlist, blocklist, header, clang_args, lib_name, derive_default argument
43 blocklist,
45 blocklist,
47 blocklist,
/external/crosvm/media/libvda/
Dbindgen.sh27 --blocklist-type 'video_.*' \
42 --blocklist-type 'video_.*' \
/external/autotest/tko/
Dstatus_lib_unittest.py22 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)))
Dstatus_lib.py24 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/
DTrustManagerImpl.java141 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/
DTrustManagerImpl.java142 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/
DIcu4jTransform.java1063 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/
DCertBlocklistTest.java41 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/
DAggregateFutureStateFallbackAtomicHelperTest.java113 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/
DAggregateFutureStateFallbackAtomicHelperTest.java113 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/
DCertBlocklistTest.java45 CertBlocklist blocklist = CertBlocklistImpl.getDefault(); in testBlocklistedPublicKey() local
46 assertTrue(blocklist.isPublicKeyBlockListed(blocklistedCa.getPublicKey())); in testBlocklistedPublicKey()
/external/cronet/build/android/gyp/
Dwrite_build_config.py827 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/
Dwrite_build_config.py821 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/
Dmke2fs.c252 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/
Dbindgen.sh43 --blocklist-item='VFIO_DEVICE_API_.*_STRING' \
/external/expat/
Dlibexpat_blocklist.txt3 # We can't just blocklist the file because it's a header, so instead we need
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py208 blocklist = {
221 if name in blocklist:
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java60 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/
DPKIXCertPathValidatorSpi.java62 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()

123