Home
last modified time | relevance | path

Searched refs:blacklisted (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest___all__.py92 blacklisted = False
95 blacklisted = True
98 if blacklisted:
/external/python/cpython3/Lib/test/
Dtest___all__.py87 blacklisted = False
90 blacklisted = True
93 if blacklisted:
/external/conscrypt/common/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java107 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()
108 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DChainStrengthAnalyzer.java109 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()
110 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go382 blacklisted := false
384 blacklisted = blacklisted || re.MatchString(fp)
386 if blacklisted {
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java213 boolean blacklisted = blacklistDeviceForOpenSLESUsageIsOverridden in isDeviceBlacklistedForOpenSLESUsage()
216 if (blacklisted) { in isDeviceBlacklistedForOpenSLESUsage()
219 return blacklisted; in isDeviceBlacklistedForOpenSLESUsage()
/external/compiler-rt/lib/asan/tests/
Dasan_test.ignore1 # blacklisted functions for instrumented ASan unit test
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_test.ignore1 # blacklisted functions for instrumented ASan unit test
/external/libyuv/files/tools/ubsan/
Dvptr_blacklist.txt6 # over-blacklisted.
27 # types are also blacklisted due to the template class (JSONArray <-> Array<T>).
83 # not avaiable if the class is not exported. For now, simply blacklisted to
/external/pdfium/tools/ubsan/
Dvptr_blacklist.txt6 # over-blacklisted.
Dsecurity_blacklist.txt44 # over-blacklisted.
/external/libyuv/files/tools_libyuv/ubsan/
Dvptr_blacklist.txt6 # over-blacklisted.
/external/webrtc/tools_webrtc/ubsan/
Dvptr_suppressions.txt6 # over-blacklisted.
/external/clang/docs/
DControlFlowIntegrity.rst109 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
151 functions may be :ref:`blacklisted <cfi-blacklist>`.
155 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
171 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
200 than calls in :ref:`blacklisted <cfi-blacklist>` functions, must call a
DThreadSanitizer.rst102 `no_sanitize_thread` attribute, blacklisted functions are not instrumented at
/external/skqp/infra/bots/recipes/
Dtest.py43 blacklisted = []
51 blacklisted.extend([config, src, options, name])
783 if blacklisted:
785 args.extend(blacklisted)
/external/llvm-project/clang/docs/
DControlFlowIntegrity.rst111 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO
154 functions may be :ref:`blacklisted <cfi-blacklist>`.
158 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO
174 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO
204 than calls in :ref:`blacklisted <cfi-blacklist>` functions, must call a
330 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO
DThreadSanitizer.rst109 ``no_sanitize("thread")`` attribute, blacklisted functions are not instrumented
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td72 "has trivial destructor|is standard layout|is in a blacklisted file|"
73 "is blacklisted}1">, ShowInSystemHeader,
/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py603 if self.blacklisted(type, name):
760 def blacklisted(self, type, name): member in Scanner
/external/autotest/client/profilers/powertop/src/
DChangelog20 * Fix USB suspend suggestion to take semi blacklisted stuff into
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni730 blacklisted = false
733 blacklisted = true
736 if (!blacklisted) {
/external/mesa3d/docs/_extra/specs/
DMESA_query_renderer.spec53 hardware implementation is blacklisted due to known bugs.
/external/mesa3d/src/util/
D00-mesa-defaults.conf25 * Applications that are not suitable for adapative sync are blacklisted here.
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticASTKinds.td568 "has trivial destructor|is standard layout|is in a blacklisted file|"
569 "is blacklisted}1">, ShowInSystemHeader,

12