Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/security_OpenSSLBlacklist/
Dcontrol13 Fail if a blacklisted cert verifies or a non-blacklisted cert fails to verify.
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java127 boolean blacklisted = blacklistDeviceForOpenSLESUsageIsOverridden ? in isDeviceBlacklistedForOpenSLESUsage()
130 if (blacklisted) { in isDeviceBlacklistedForOpenSLESUsage()
133 return blacklisted; in isDeviceBlacklistedForOpenSLESUsage()
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
Dsdch_view.js82 for (var i = 0; i < sdchInfo.blacklisted.length; ++i) {
83 var b = sdchInfo.blacklisted[i];
/external/conscrypt/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java100 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()
101 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go370 blacklisted := false
372 blacklisted = blacklisted || re.MatchString(fp)
374 if blacklisted {
/external/compiler-rt/lib/asan/tests/
Dasan_test.ignore1 # blacklisted functions for instrumented ASan unit test
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_status.py174 blacklisted = status.get('blacklisted')
178 logging.info(' Blacklisted: %s', str(blacklisted))
179 if adb_status == 'device' and not blacklisted:
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertBlacklist.java221 for (byte[] blacklisted : pubkeyBlacklist) { in isPublicKeyBlackListed()
222 if (Arrays.equals(blacklisted, Hex.encode(out))) { in isPublicKeyBlackListed()
/external/conscrypt/src/platform/java/org/conscrypt/
DCertBlacklist.java224 for (byte[] blacklisted : pubkeyBlacklist) { in isPublicKeyBlackListed()
225 if (Arrays.equals(blacklisted, out)) { in isPublicKeyBlackListed()
/external/v8/build/android/buildbot/
Dbb_device_status_check.py367 blacklisted = status.get('blacklisted')
371 logging.info(' Blacklisted: %s', str(blacklisted))
372 if adb_status == 'device' and not blacklisted:
/external/clang/docs/
DControlFlowIntegrity.rst97 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
138 functions may be :ref:`blacklisted <cfi-blacklist>`.
142 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
158 of :ref:`blacklisted <cfi-blacklist>` types, must be compiled with
187 than calls in :ref:`blacklisted <cfi-blacklist>` functions, must call a
237 allows all COM types to be easily blacklisted, which is useful as COM types
DThreadSanitizer.rst102 `no_sanitize_thread` attribute, blacklisted functions are not instrumented at
/external/libyuv/files/tools/ubsan/
Dvptr_blacklist.txt6 # over-blacklisted.
/external/curl/tests/data/
Dtest190143 HTTP GET using pipelining, blacklisted site
/external/webrtc/tools/ubsan/
Dvptr_blacklist.txt6 # over-blacklisted.
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td70 "has trivial destructor|is standard layout|is in a blacklisted file|"
71 "is blacklisted}1">, ShowInSystemHeader,
/external/openssh/
Dsftp-server.053 banned by the server. sftp-server will reply to any blacklisted
/external/autotest/client/profilers/powertop/src/
DChangelog20 * Fix USB suspend suggestion to take semi blacklisted stuff into
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2371 def blacklisted(serial): function
2378 devices = [cls(x, **kwargs) for x in device_arg if not blacklisted(x)]
2382 if not blacklisted(adb.GetDeviceSerial()):
/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
DREADME138 is blacklisted on the server or requires authentication.
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll811 ; Test PHINode instrumentation in blacklisted functions
/external/bouncycastle/patches/
Dbcprov.patch8259 + for (byte[] blacklisted : pubkeyBlacklist) {
8260 + if (Arrays.equals(blacklisted, Hex.encode(out))) {