Searched refs:blacklisted (Results 1 – 25 of 33) sorted by relevance
12
92 blacklisted = False95 blacklisted = True98 if blacklisted:
87 blacklisted = False90 blacklisted = True93 if blacklisted:
107 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()108 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
109 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()110 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
382 blacklisted := false384 blacklisted = blacklisted || re.MatchString(fp)386 if blacklisted {
213 boolean blacklisted = blacklistDeviceForOpenSLESUsageIsOverridden in isDeviceBlacklistedForOpenSLESUsage()216 if (blacklisted) { in isDeviceBlacklistedForOpenSLESUsage()219 return blacklisted; in isDeviceBlacklistedForOpenSLESUsage()
1 # blacklisted functions for instrumented ASan unit test
6 # 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
6 # over-blacklisted.
44 # over-blacklisted.
109 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with151 functions may be :ref:`blacklisted <cfi-blacklist>`.155 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with171 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with200 than calls in :ref:`blacklisted <cfi-blacklist>` functions, must call a
102 `no_sanitize_thread` attribute, blacklisted functions are not instrumented at
43 blacklisted = []51 blacklisted.extend([config, src, options, name])783 if blacklisted:785 args.extend(blacklisted)
111 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO154 functions may be :ref:`blacklisted <cfi-blacklist>`.158 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO174 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO204 than calls in :ref:`blacklisted <cfi-blacklist>` functions, must call a330 of :ref:`blacklisted <cfi-blacklist>` types or types with public :doc:`LTO
109 ``no_sanitize("thread")`` attribute, blacklisted functions are not instrumented
72 "has trivial destructor|is standard layout|is in a blacklisted file|"73 "is blacklisted}1">, ShowInSystemHeader,
603 if self.blacklisted(type, name):760 def blacklisted(self, type, name): member in Scanner
20 * Fix USB suspend suggestion to take semi blacklisted stuff into
730 blacklisted = false733 blacklisted = true736 if (!blacklisted) {
53 hardware implementation is blacklisted due to known bugs.
25 * Applications that are not suitable for adapative sync are blacklisted here.
568 "has trivial destructor|is standard layout|is in a blacklisted file|"569 "is blacklisted}1">, ShowInSystemHeader,