Searched refs:exclude (Results 1 – 18 of 18) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pysource.py | 112 for exclude in exclude_dirs: 113 if exclude in dirnames: 114 dirnames.remove(exclude)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | freeze.py | 115 exclude = [] # settable with -x option 126 if win: exclude = exclude + [ 131 fail_import = exclude[:] 188 exclude.append(a) 190 exclude.append(a) 205 if module not in exclude: 345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
|
D | checkextensions_win32.py | 109 exclude = win32api.GetProfileVal(moduleName, "exclude", "", mapFileName) 110 exclude = exclude.split() 119 for exc in exclude:
|
/device/google/contexthub/ |
D | .gitignore | 9 # exclude IDE project files/directories
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | Android.bp | 42 // only need to use this tool on Linux, so exclude this from non-Linux builds
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | modulefinder.py | 621 exclude = [] 632 exclude.append(a) 650 mf = ModuleFinder(path, debug, exclude)
|
D | tarfile.py | 1940 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): argument 1957 if exclude is not None: 1961 if exclude(name): 1997 recursive, exclude, filter)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | modulefinder.py | 623 exclude = [] 634 exclude.append(a) 652 mf = ModuleFinder(path, debug, exclude)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msilib.py | 565 def glob(self, pattern, exclude = None): argument 570 if exclude and f in exclude: continue
|
D | msi.py | 1130 lib.glob("*.pyw", exclude=['pydocgui.pyw'])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | regrtest.py | 229 exclude=False, single=False, randomize=False, fromfile=None, argument 286 exclude = True 415 if exclude:
|
D | test_tarfile.py | 734 exclude = os.path.isfile 739 tar.add(tempdir, arcname="empty_dir", exclude=exclude)
|
/device/generic/goldfish/ |
D | init.ranchu.rc | 81 service dhcpserver /vendor/bin/execns router /vendor/bin/dhcpserver --exclude-interface eth0
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | reset-design.rst | 29 guide the platform integrator by indicating which build options exclude which
|
/device/linaro/hikey/mali/bifrost/ |
D | END_USER_LICENCE_AGREEMENT.txt | 119 ARM does not seek to limit or exclude liability for death or personal
|
/device/linaro/hikey/mali/utgard/ |
D | END_USER_LICENCE_AGREEMENT.txt | 119 ARM does not seek to limit or exclude liability for death or personal
|
/device/google/bonito/json-c/ |
D | Doxyfile | 438 # excluded from the INPUT source files. This way you can easily exclude a 449 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 438 # excluded from the INPUT source files. This way you can easily exclude a 449 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|