Home
last modified time | relevance | path

Searched defs:files (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drcvs.py248 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/
Dmakemakefile.py5 def makemakefile(outfp, makevars, files, target): argument
Dwinmakemakefile.py45 def makemakefile(outfp, vars, files, target): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dstacktest.py26 def main(files): argument
Ddemo.py26 def main(files): argument
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc39 std::set<std::string> files; in AvailableFilesReport() local
/device/google/cuttlefish/host/commands/fetcher/
Dinstall_zip.cc42 std::vector<std::string> files = in ExtractImages() local
Dfetch_cvd.cc107 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/
Dcheckversions.py25 def check1dir(dummy, dir, files): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dmd5sum.py25 def sum(*files):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfileinput.py91 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/
Dfileinput.py91 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/
Dassemble_cvd.cc32 cvd::FetcherConfig FindFetcherConfig(const std::vector<std::string>& files) { in FindFetcherConfig()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
Dgenmk_old.c46 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
Dgenmk.c50 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/
Ddir_util.py82 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/
Dinstall_lib.py122 def byte_compile(self, files): argument
Dsdist.py388 def make_release_tree(self, base_dir, files): argument
Dbuild_py.py374 def byte_compile(self, files): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pep277.py68 files = set(filenames) variable in UnicodeFileTests
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py488 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/
DCommandLine.py301 files = None # List of passed filenames variable in Application
552 def handle_files(self,files): argument
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp192 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/
Dsite.py360 def __init__(self, name, data, files=(), dirs=()): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dsite.py352 def __init__(self, name, data, files=(), dirs=()): argument

12