/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_site.py | 223 dirs = site.getsitepackages() 226 self.assertEqual(len(dirs), 1) 228 self.assertEqual(dirs[0], wanted) 230 self.assertEqual(len(dirs), 2) 233 self.assertEqual(dirs[0], wanted) 235 self.assertEqual(dirs[1], wanted) 237 self.assertEqual(len(dirs), 2) 238 self.assertEqual(dirs[0], 'xoxo') 240 self.assertEqual(dirs[1], wanted) 246 dirs = site.getsitepackages() [all …]
|
D | test_os.py | 423 for root, dirs, files in os.walk(walk_path): 424 all.append((root, dirs, files)) 426 if 'SUB1' in dirs: 428 dirs.remove('SUB1') 448 for root, dirs, files in os.walk(walk_path, followlinks=True): 450 self.assertEqual(dirs, []) 461 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False): 464 for name in dirs:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_clean.py | 20 dirs = [(d, os.path.join(pkg_dir, d)) 24 for name, path in dirs: 38 for name, path in dirs:
|
D | test_ccompiler.py | 18 def find_library_file(self, dirs, lib, debug=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | svneol.py | 84 for root, dirs, files in os.walk('.'): 85 if '.svn' in dirs: 86 dirs.remove('.svn')
|
D | findlinksto.py | 22 pat, dirs = args[0], args[1:] 24 for dirname in dirs:
|
D | findnocoding.py | 24 for root, dirs, files in os.walk(path):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | glob.py | 34 dirs = iglob(dirname) 36 dirs = [dirname] 41 for dirname in dirs:
|
D | urllib2.py | 1373 dirs = path.split('/') 1374 dirs = map(unquote, dirs) 1375 dirs, file = dirs[:-1], dirs[-1] 1376 if dirs and not dirs[0]: 1377 dirs = dirs[1:] 1379 fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) 1399 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1400 fw = ftpwrapper(user, passwd, host, port, dirs, timeout) 1420 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1421 key = user, host, port, '/'.join(dirs), timeout [all …]
|
D | urllib.py | 524 dirs = path.split('/') 525 dirs, file = dirs[:-1], dirs[-1] 526 if dirs and not dirs[0]: dirs = dirs[1:] 527 if dirs and not dirs[0]: dirs[0] = '/' 528 key = user, host, port, '/'.join(dirs) 540 ftpwrapper(user, passwd, host, port, dirs) 852 def __init__(self, user, passwd, host, port, dirs, argument 858 self.dirs = dirs 868 for dir in self.dirs:
|
D | os.py | 282 dirs, nondirs = [], [] 285 dirs.append(name) 290 yield top, dirs, nondirs 291 for name in dirs: 297 yield top, dirs, nondirs
|
D | uuid.py | 343 dirs = ['', r'c:\windows\system32', r'c:\winnt\system32'] 348 dirs.insert(0, buffer.value.decode('mbcs')) 351 for dir in dirs:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfAsBuiltProcess.py | 231 for top, dirs, files in os.walk(WorkSpace): 232 dirs = dirs # just for pylint
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | ccompiler.py | 287 def set_include_dirs(self, dirs): argument 295 self.include_dirs = dirs[:] 330 def set_library_dirs(self, dirs): argument 335 self.library_dirs = dirs[:] 343 def set_runtime_library_dirs(self, dirs): argument 349 self.runtime_library_dirs = dirs[:] 820 def find_library_file (self, dirs, lib, debug=0): argument
|
D | emxccompiler.py | 210 def find_library_file(self, dirs, lib, debug=0): argument 220 for dir in dirs + emx_dirs:
|
D | unixccompiler.py | 303 def find_library_file(self, dirs, lib, debug=0): argument 321 for dir in dirs:
|
D | bcppcompiler.py | 308 def find_library_file (self, dirs, lib, debug=0): argument 324 for dir in dirs:
|
/device/google/wahoo/sepolicy/vendor/ |
D | init_ese.te | 14 # eSE device and data dirs
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 311 dirs, nondirs = [], [] 314 dirs.append(name) 319 yield top, dirs, nondirs 320 for name in dirs: 326 yield top, dirs, nondirs
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 296 dirs, nondirs = [], [] 299 dirs.append(name) 304 yield top, dirs, nondirs 305 for name in dirs: 311 yield top, dirs, nondirs
|
D | site.py | 352 def __init__(self, name, data, files=(), dirs=()): argument 356 self.__dirs = dirs
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | CheckPythonSyntax.py | 38 for (root, dirs, files) in os.walk(TestTools.PythonSourceDir):
|
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
D | README.txt | 59 binmode, while DOS will mount the dirs in textmode. Here is an example of a 60 cygwin install where the dirs are (properly) mounted in binmode.
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | ConvertUni.py | 46 for (root, dirs, files) in os.walk(source):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 888 dirs = glob.glob(srcdir+"/../"+pat) 889 if not dirs: 891 if len(dirs) > 2: 893 dir = dirs[0] 969 dirs={} 993 dirs[dir]=lib
|