/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | stat.py | 21 def S_IMODE(mode): argument 24 def S_IFMT(mode): argument 40 def S_ISDIR(mode): argument 43 def S_ISCHR(mode): argument 46 def S_ISBLK(mode): argument 49 def S_ISREG(mode): argument 52 def S_ISFIFO(mode): argument 55 def S_ISLNK(mode): argument 58 def S_ISSOCK(mode): argument
|
D | popen2.py | 141 def popen2(cmd, bufsize=-1, mode='t'): argument 151 def popen3(cmd, bufsize=-1, mode='t'): argument 161 def popen4(cmd, bufsize=-1, mode='t'): argument 171 def popen2(cmd, bufsize=-1, mode='t'): argument 181 def popen3(cmd, bufsize=-1, mode='t'): argument 191 def popen4(cmd, bufsize=-1, mode='t'): argument
|
D | os.py | 136 def makedirs(name, mode=0777): argument 529 def _spawnvef(mode, file, args, env, func): argument 556 def spawnv(mode, file, args): argument 565 def spawnve(mode, file, args, env): argument 577 def spawnvp(mode, file, args): argument 587 def spawnvpe(mode, file, args, env): argument 601 def spawnl(mode, file, *args): argument 610 def spawnle(mode, file, *args): argument 628 def spawnlp(mode, file, *args): argument 638 def spawnlpe(mode, file, *args): argument [all …]
|
D | uu.py | 42 def encode(in_file, out_file, name=None, mode=None): argument 90 def decode(in_file, out_file=None, mode=None, quiet=0): argument
|
D | fileinput.py | 92 mode="r", openhook=None): argument 198 mode="r", openhook=None): argument 378 def hook_compressed(filename, mode): argument 392 def openhook(filename, mode): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | stat.py | 21 def S_IMODE(mode): argument 24 def S_IFMT(mode): argument 40 def S_ISDIR(mode): argument 43 def S_ISCHR(mode): argument 46 def S_ISBLK(mode): argument 49 def S_ISREG(mode): argument 52 def S_ISFIFO(mode): argument 55 def S_ISLNK(mode): argument 58 def S_ISSOCK(mode): argument
|
D | fileinput.py | 92 mode="r", openhook=None): argument 197 mode="r", openhook=None): argument 381 def hook_compressed(filename, mode): argument 395 def openhook(filename, mode): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | FileHook.py | 42 def __init__(self, action, path, mode=-1): argument 76 def bkmkfile(self, path, mode, bufsize): argument 89 def bkmkdir(self, path, mode): argument 94 def bkchmod(self, path, mode): argument 169 def _hookmkdir(path, mode=0777): argument 181 def _hookmkfile(path, mode='r', bufsize=-1): argument 186 def _hookchmod(path, mode): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 163 def makedirs(name, mode=0777): argument 558 def _spawnvef(mode, file, args, env, func): argument 585 def spawnv(mode, file, args): argument 594 def spawnve(mode, file, args, env): argument 606 def spawnvp(mode, file, args): argument 616 def spawnvpe(mode, file, args, env): argument 630 def spawnl(mode, file, *args): argument 639 def spawnle(mode, file, *args): argument 657 def spawnlp(mode, file, *args): argument 667 def spawnlpe(mode, file, *args): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | script.py | 20 mode = 'w' variable 32 mode = 'a' variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 150 def makedirs(name, mode=0777): argument 543 def _spawnvef(mode, file, args, env, func): argument 570 def spawnv(mode, file, args): argument 579 def spawnve(mode, file, args, env): argument 591 def spawnvp(mode, file, args): argument 601 def spawnvpe(mode, file, args, env): argument 615 def spawnl(mode, file, *args): argument 624 def spawnle(mode, file, *args): argument 642 def spawnlp(mode, file, *args): argument 652 def spawnlpe(mode, file, *args): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | bkfile.py | 4 def __init__(self, file, mode, bufsize): argument 44 def open(file, mode = 'r', bufsize = -1): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 91 local gzFile gz_open(path, fd, mode) in gz_open() argument 268 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument 276 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument 284 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument 305 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
|
D | zutil.h | 106 # define F_OPEN(name, mode) \ argument 128 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 149 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 154 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 184 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
/device/google/cuttlefish_common/common/libs/fs/ |
D | gce_fs.cpp | 40 int gce_fs_prepare_dir(const char* path, mode_t mode, uid_t uid, gid_t gid) { in gce_fs_prepare_dir() 86 int gce_fs_mkdirs(const char* path, mode_t mode) { in gce_fs_mkdirs()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 21 def access(path, mode): argument 36 def makedirs(name, mode=0777): argument 45 def chmod(path, mode): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_tarfile.py | 42 mode = "r:" variable in ReadTest 353 mode="r|" variable in StreamReadTest 394 def _testfunc_file(self, name, mode): argument 400 def _testfunc_fileobj(self, name, mode): argument 623 mode = "w:" variable in WriteTest 937 mode = "w|" variable in StreamWriteTest 1292 def _create_testtar(self, mode="w:"): argument 1512 mode = "r:gz" variable in GzipMiscReadTest 1515 mode = "r:gz" variable in GzipUstarReadTest 1518 mode = "r|gz" variable in GzipStreamReadTest [all …]
|
/device/google/contexthub/util/common/ |
D | file.cpp | 30 File::File(const char *path, const char *mode) in File() 44 status_t File::setTo(const char *path, const char *mode) { in setTo()
|
/device/google/contexthub/firmware/os/core/ |
D | spi.c | 40 struct SpiMode mode; member 62 spi_cs_t cs, const struct SpiMode *mode) in spiMasterStart() 106 const struct SpiMode *mode = &state->mode; in spiMasterNext() local 165 const struct SpiMode *mode) in spiSlaveStart() 237 const struct SpiMode *mode = &state->mode; in spiSlaveNext() local 318 const struct SpiMode *mode, SpiCbkF callback, in spiMasterRxTx() 350 int spiSlaveRequest(uint8_t busId, const struct SpiMode *mode, in spiSlaveRequest()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | zutil.h | 109 # define F_OPEN(name, mode) \ argument 131 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 152 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 157 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 187 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fwide.c | 50 fwide(FILE *fp, int mode) in fwide()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | dir_util.py | 19 def mkpath(name, mode=0777, verbose=1, dry_run=0): argument 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
D | zutil.h | 118 # define F_OPEN(name, mode) \ argument 139 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 159 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 164 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 181 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zutil.h | 108 # define F_OPEN(name, mode) \ argument 140 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 167 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 172 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 202 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zutil.h | 118 # define F_OPEN(name, mode) \ argument 139 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 159 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 164 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 181 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|