HomeSort by relevance Sort by last modified time
    Searched refs:blacklist (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 55 # Profiles used in blacklist to filter test for specific profiles.
60 blacklist = {
68 # in the blacklist, e.g. veyron_minnie could match both
98 for (board_key, profile_key, size_key), value in blacklist.items():
  /external/guice/core/src/com/google/inject/internal/
State.java 118 public void blacklist(Key<?> key, State state, Object source) {
185 * blacklist their bound keys on their parent injectors to prevent just-in-time bindings on the
188 void blacklist(Key<?> key, State state, Object source); method in interface:State
InheritingState.java 173 public void blacklist(Key<?> key, State state, Object source) { method in class:InheritingState
174 parent.blacklist(key, state, source);
AbstractBindingProcessor.java 42 // It's unfortunate that we have to maintain a blacklist of specific
101 injector.state.parent().blacklist(key, injector.state, binding.getSource());
  /external/python/cpython2/Lib/test/
test___all__.py 66 blacklist = set([
94 if m in blacklist:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /external/chromium-trace/catapult/devil/devil/android/tools/
adb_run_shell_cmd.py 31 parser.add_argument('--blacklist-file', help='Device blacklist file.')
38 args.blacklist_file = device_blacklist.Blacklist(
41 blacklist=args.blacklist_file, device_arg=args.devices)
device_monitor_test.py 142 blacklist = mock.Mock()
143 blacklist.Read = mock.MagicMock(
150 status = device_monitor.get_all_status(blacklist)
  /bionic/libc/tools/
genseccomp.py 36 bionic, whitelist, blacklist = syscall_lists[0], syscall_lists[1], syscall_lists[2]
37 for x in blacklist:
39 raise RuntimeError("Blacklist item not in bionic - aborting " + str(x))
42 raise RuntimeError("Blacklist item in whitelist - aborting " + str(x))
44 bionic_minus_blacklist = [x for x in bionic if x not in blacklist]
  /external/skia/infra/bots/recipe_modules/skia_swarming/
api.py 71 task_name, extra_variables, blacklist=None):
82 blacklist: list of regular expressions indicating which files/directories
94 if blacklist:
95 for b in blacklist:
96 isolate_args.extend(['--blacklist', b])
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 517 // Check a blacklist of interfaces that are incompatible with fast tracks.
521 // In release builds, we only use the blacklist method.
525 static const unsigned blacklist[] = { local
530 // FIXME The problem with a blacklist is remembering to add new interfaces here
533 for (unsigned i = 0; i < sizeof(blacklist)/sizeof(blacklist[0]); ++i) {
534 if (IsInterfaceInitialized(&ar->mObject, blacklist[i])) {
541 if (blacklist[i] != MPH_ANDROIDEFFECT) {
542 switch (blacklist[i]) {
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustManagerImpl.java 138 private final CertBlacklist blacklist; field in class:TrustManagerImpl
165 CertBlacklist blacklist) {
166 this(keyStore, manager, certStore, blacklist, null, null, null);
173 TrustedCertificateStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore,
205 if (blacklist == null) {
206 blacklist = CertBlacklist.getDefault();
225 this.blacklist = blacklist;
674 // Check whole chain against the blacklist
719 if (blacklist.isPublicKeyBlackListed(cert.getPublicKey()))
    [all...]
  /build/soong/cc/
sanitize.go 38 "-fsanitize-blacklist=external/compiler-rt/lib/cfi/cfi_blacklist.txt"}
44 intOverflowCflags = []string{"-fsanitize-blacklist=build/soong/cc/config/integer_overflow_blacklist.txt"}
107 // value to pass to -fsanitize-blacklist
108 Blacklist *string
437 blacklist := android.OptionalPathForModuleSrc(ctx, sanitize.Properties.Sanitize.Blacklist)
438 if blacklist.Valid() {
439 flags.CFlags = append(flags.CFlags, "-fsanitize-blacklist="+blacklist.String())
440 flags.CFlagsDeps = append(flags.CFlagsDeps, blacklist.Path()
    [all...]
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 41 blacklist = '' variable in class:graphics_GLBench
118 options += self.blacklist
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 55 String[] blacklist = blackListStr.split(","); local
56 for (String slot : blacklist) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 50 private final static CertBlacklist blacklist = new CertBlacklist(); field in class:PKIXCertPathValidatorSpi.NoPreloadHolder
114 if (NoPreloadHolder.blacklist.isSerialNumberBlackListed(serial)) {
304 if (NoPreloadHolder.blacklist.isPublicKeyBlackListed(workingPublicKey)) {
  /external/autotest/client/deps/glbench/src/
main.cc 29 DEFINE_string(blacklist, "", "colon-separated list of tests to disable");
  /external/dhcpcd-6.8.2/
if-options.h 185 in_addr_t *blacklist; member in struct:if_options
  /frameworks/rs/tests/lldb/
run_tests.py 176 # save the test blacklist
177 self.blacklist = _choice(args.blacklist, config.blacklist)
725 and not item in state.blacklist):
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 119 public GeofenceManager(Context context, LocationBlacklist blacklist) {
126 mBlacklist = blacklist;
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 153 // set our blacklist path
166 // set our blacklist path
201 private void blacklistToFile(String blacklist) throws IOException {
203 out.write(blacklist.toString().getBytes());
235 // build the blacklist
238 // write the blacklist
249 // write that to the test blacklist
251 // set our blacklist path
262 // write that to the test blacklist
266 // set our blacklist pat
    [all...]

Completed in 5427 milliseconds

1 23 4 5