Searched refs:ignore (Results 1 - 25 of 36) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/
H A D.checkpatch.conf57 --ignore COMPLEX_MACRO
60 --ignore GERRIT_CHANGE_ID
64 --ignore GIT_COMMIT_ID
69 --ignore FILE_PATH_CHANGES
74 --ignore AVOID_EXTERNS
79 --ignore NEW_TYPEDEFS
84 --ignore VOLATILE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_pyclbr.py25 # members to ignore.
29 def assertListEq(self, l1, l2, ignore):
30 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
31 missing = (set(l1) ^ set(l2)) - set(ignore)
33 print >>sys.stderr, "l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore)
36 def assertHasattr(self, obj, attr, ignore):
37 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
38 if attr in ignore: return
44 def assertHaskey(self, obj, key, ignore)
[all...]
H A Dtest_opcodes.py30 def __init__(self, ignore):
H A Dtest_weakref.py409 wr = weakref.ref(c, lambda ignore: gc.collect())
417 wr = weakref.ref(c1.i, lambda ignore: gc.collect())
439 def acallback(self, ignore):
491 def acallback(self, ignore):
511 def cb(self, ignore):
536 def cb(self, ignore):
570 def acallback(self, ignore):
579 def C_went_away(ignore):
604 def safe_callback(ignore):
608 def cb(self, ignore)
[all...]
H A Dtest_shutil.py220 shutil.copytree(src_dir, dst_dir, ignore=patterns)
230 shutil.copytree(src_dir, dst_dir, ignore=patterns)
253 shutil.copytree(src_dir, dst_dir, ignore=_filter)
H A Dtest_support.py57 def _ignore_deprecated_imports(ignore=True):
61 If ignore is False, this context manager has no effect."""
62 if ignore:
64 warnings.filterwarnings("ignore", ".+ (module|package)",
378 # errors=ignore' mode - hence we get '?' characters rather than
H A Dtest_decimal.py246 for ignore in self.ignore_list:
247 if s.find(ignore) >= 0:
248 #print s.split()[0], 'NotImplemented--', ignore
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A Dgettimeofday.c58 gettimeofday (struct timeval *tp, void *ignore) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dxxci.py46 ignore = [] variable
49 ignore[:] = badnames
51 ignore.append(p + '*')
53 ignore.append('*' + p)
58 ignore[:] = ignore + f.read().split()
61 for p in ignore:
H A Dobjgraph.py31 ignore = 'Nntrgdsbavuc' variable
82 elif not type in ignore:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dfilecmp.py79 dircmp(a,b,ignore=None,hide=None)
81 IGNORE is a list of names to ignore,
97 filtered by hide and ignore.
110 def __init__(self, a, b, ignore=None, hide=None): # Initialize
117 if ignore is None:
118 self.ignore = ['RCS', 'CVS', 'tags'] # Names ignored in comparison
120 self.ignore = ignore
124 self.hide+self.ignore)
126 self.hide+self.ignore)
[all...]
H A Dbdb.py440 Implements temporary breakpoints, ignore counts, disabling and
469 self.ignore = 0
510 if self.ignore:
511 print >>out, '\tignore next %d hits' % (self.ignore)
568 if b.ignore > 0:
569 b.ignore = b.ignore -1
583 if b.ignore > 0:
584 b.ignore = b.ignore
[all...]
H A Dshutil.py131 """Function that can be used as copytree() ignore parameter.
142 def copytree(src, dst, symlinks=False, ignore=None):
153 The optional ignore argument is a callable. If given, it
169 if ignore is not None:
170 ignored_names = ignore(src, names)
186 copytree(srcname, dstname, symlinks, ignore)
H A Dtrace.py33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
154 # the ignore list
165 # must be a built-in, so we must ignore
182 # Tried the different ways, so we don't ignore thi
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A DFSProxy.py42 file = self._hide('ignore')
51 ignore = []
56 ignore.append(line)
58 return ignore
101 dir, ignore = self._dirstack[-1]
104 self._ignore = ignore
/device/google/cuttlefish_common/host/libs/usbip/
H A Dvhci_instrument.cpp122 status_file.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
136 status_file.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dshutil.py134 """Function that can be used as copytree() ignore parameter.
145 def copytree(src, dst, symlinks=False, ignore=None):
156 The optional ignore argument is a callable. If given, it
172 if ignore is not None:
173 ignored_names = ignore(src, names)
189 copytree(srcname, dstname, symlinks, ignore)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dtime.h193 int gettimeofday (struct timeval *tp, void *ignore);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmactoolboxglue.c145 char *ignore; local
146 PyArg_ParseTuple(args, "is", &err, &ignore);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Ddumpnode.c216 if (j->ignore) fprintf(stderr, " ignore/plus-block-bypass");
392 if (j->p2 != NULL && !j->ignore) {
H A Dsyn.h329 char ignore; /* used by FIRST computation to ignore member in struct:Junction::_junct
H A Dmisc.c1001 /* ignore implied empty alt of Plus blocks */
1002 if ( alt->p2 != NULL && ((Junction *)alt->p2)->ignore ) break;
1283 /* MR14 */ Junction *ignore; local
1284 /* MR14 */ ignore=analysis_point(j);
H A Dbuild.c574 ((Junction *)g.left)->ignore = 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dunixccompiler.py148 ignore, macros, include_dirs = \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Drefactor.py136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
141 if tp in ignore:

Completed in 267 milliseconds

12