Home
last modified time | relevance | path

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

12

/external/v8/tools/clang/plugins/tests/
Dipc.txt1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
13 ipc.cpp:156:27: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
16 ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
68 ipc.cpp:216:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
74 ipc.cpp:217:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long…
80 ipc.cpp:218:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intmax_t'.
86 ipc.cpp:219:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintmax_t'.
[all …]
/external/python/cpython2/Lib/test/
Dtest___all__.py92 blacklisted = False
95 blacklisted = True
98 if blacklisted:
/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/conscrypt/platform/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java106 for (String blacklisted : SIGNATURE_ALGORITHM_OID_BLACKLIST) { in checkSignatureAlgorithm()
107 if (oid.equals(blacklisted)) { in checkSignatureAlgorithm()
DCertBlacklist.java236 for (byte[] blacklisted : pubkeyBlacklist) { in isPublicKeyBlackListed()
237 if (Arrays.equals(blacklisted, out)) { in isPublicKeyBlackListed()
/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/libmojo/third_party/catapult/devil/devil/android/tools/
Ddevice_status.py172 blacklisted = status.get('blacklisted')
176 logging.info(' Blacklisted: %s', str(blacklisted))
177 if adb_status == 'device' and not blacklisted:
/external/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/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_status.py179 blacklisted = status.get('blacklisted')
183 logger.info(' Blacklisted: %s', str(blacklisted))
184 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/skia/infra/bots/ct/blacklists/
DREADME.md4 …omium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs should be blacklisted.
/external/skia/infra/bots/recipes/
Dtest.py178 blacklisted = []
182 blacklisted.extend([config, src, options, name])
550 if blacklisted:
552 args.extend(blacklisted)
/external/libyuv/files/tools_libyuv/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/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/libmojo/mojo/public/tools/bindings/
Dmojom.gni142 blacklisted = false
145 blacklisted = true
148 if (!blacklisted) {
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dblacklist.ll1 ; Test to ensure that blacklisted functions are not instrumented and others are.
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td72 "has trivial destructor|is standard layout|is in a blacklisted file|"
73 "is blacklisted}1">, ShowInSystemHeader,
/external/openssh/
Dsftp-server.053 banned by the server. sftp-server will reply to any blacklisted
/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

12