/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | rcvs.py | 248 def update(self, files): argument 252 def commit(self, files, message = ""): argument 270 def mailinfo(self, files, message = ""): argument 289 def report(self, files): argument 293 def diff(self, files, opts): argument 297 def add(self, files): argument 304 def rm(self, files): argument 309 def log(self, files, opts): argument 316 def whichentries(self, files, localfilestoo = 0): argument 403 def do_report(self, opts, files): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | makemakefile.py | 5 def makemakefile(outfp, makevars, files, target): argument
|
D | winmakemakefile.py | 45 def makemakefile(outfp, vars, files, target): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | stacktest.py | 26 def main(files): argument
|
D | demo.py | 26 def main(files): argument
|
/device/google/cuttlefish/host/commands/launch/ |
D | filesystem_explorer.cc | 39 std::set<std::string> files; in AvailableFilesReport() local
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | install_zip.cc | 42 std::vector<std::string> files = in ExtractImages() local
|
D | fetch_cvd.cc | 107 std::vector<std::string> files = ExtractImages(local_path, target_directory, images); in download_images() local 167 std::vector<std::string> files = archive.Contents(); in download_host_package() local 208 std::vector<std::string> files = archive.Contents(); in download_ota_tools() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | checkversions.py | 25 def check1dir(dummy, dir, files): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | md5sum.py | 25 def sum(*files):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fileinput.py | 91 def input(files=None, inplace=0, backup="", bufsize=0, argument 197 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fileinput.py | 91 def input(files=None, inplace=0, backup="", bufsize=0, argument 196 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 32 cvd::FetcherConfig FindFetcherConfig(const std::vector<std::string>& files) { in FindFetcherConfig()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk_old.c | 46 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable 317 void mk(project, files, n, argc, argv) in mk() argument 649 void pfiles(files, n, suffix) in pfiles() argument
|
D | genmk.c | 50 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable 448 void mk(char *project, char **files, int n, int argc, char **argv) in mk() 931 void pfiles(char **files, int n, char *suffix) in pfiles()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | dir_util.py | 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | install_lib.py | 122 def byte_compile(self, files): argument
|
D | sdist.py | 388 def make_release_tree(self, base_dir, files): argument
|
D | build_py.py | 374 def byte_compile(self, files): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pep277.py | 68 files = set(filenames) variable in UnicodeFileTests
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | faqwiz.py | 488 def last_changed(self, files): argument 499 def format_all(self, files, edit=1, headers=1): argument 522 def format_index(self, files, add=0, localrefs=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | CommandLine.py | 301 files = None # List of passed filenames variable in Application 552 def handle_files(self,files): argument
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 192 std::map<std::string, CvdFile> files; in get_cvd_files() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | site.py | 360 def __init__(self, name, data, files=(), dirs=()): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | site.py | 352 def __init__(self, name, data, files=(), dirs=()): argument
|