/external/doclava/src/com/google/doclava/ |
SampleCode.java | 78 List<Node> filelist = new ArrayList<Node>(); local 89 setProjectStructure(filelist, f, mDest); 92 new Node.Builder().setLabel(mProjectDir).setLink(link).setChildren(filelist).build(),false); 105 List<Node> filelist = new ArrayList<Node>(); local
|
/external/python/cpython2/Lib/test/ |
test_zipfile.py | [all...] |
/external/ImageMagick/MagickCore/ |
animate.c | 403 **filelist; 432 filelist=(char **) AcquireMagickMemory(sizeof(char *)); 433 if (filelist == (char **) NULL) 440 filelist[0]=filenames; 441 status=ExpandFilenames(&number_files,&filelist); 445 filelist[i]=DestroyString(filelist[i]); 446 filelist=(char **) RelinquishMagickMemory(filelist); 462 (void) CopyMagickString(read_info->filename,filelist[i],MagickPathExtent) 395 **filelist; local [all...] |
utility.c | 782 **filelist, 837 filelist=ListFiles(*path == '\0' ? home_directory : path,filename, 852 Generate file list from file list (e.g. @filelist.txt). 859 filelist=StringToArgv(files,&length); 860 if (filelist == (char **) NULL) 863 filelist[0]=DestroyString(filelist[0]); 865 filelist[j]=filelist[j+1]; 868 if (filelist == (char **) NULL 771 **filelist, local 1586 **filelist; local [all...] |
widget.c | 4221 **filelist, local [all...] |
display.c | 10281 **filelist, local 13609 **filelist; local [all...] |
/external/openssh/contrib/aix/ |
buildbff.sh | 371 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist
|
/external/python/cpython2/Lib/distutils/tests/ |
test_filelist.py | 1 """Tests for distutils.filelist.""" 8 from distutils.filelist import glob_to_re, translate_pattern, FileList 65 file_list = FileList() 71 # filelist does not filter out VCS directories, 104 file_list = FileList() 118 file_list = FileList() 124 file_list = FileList() 150 '*.py', anchor=True, is_regex=False).search('filelist.py')) 154 file_list = FileList() [all...] |
/external/python/setuptools/setuptools/command/ |
build_py.py | 140 for path in ei_cmd.filelist.files:
|
bdist_egg.py | 320 for path in self.ei_cmd.filelist.files:
|
/build/make/core/ |
definitions.mk | [all...] |
Makefile | [all...] |
/external/python/cpython3/Lib/test/ |
test_zipfile.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
CommandLine.py | 478 def check_files(self,filelist):
480 """ Apply some user defined checks on the files given in filelist.
482 This may modify filelist in place. A typical application
|
/external/curl/lib/ |
ftp.c | [all...] |
ftplistparser.c | 277 struct curl_llist *llist = &wc->filelist;
|
/external/python/cpython2/Tools/pybench/ |
CommandLine.py | 478 def check_files(self,filelist): 480 """ Apply some user defined checks on the files given in filelist. 482 This may modify filelist in place. A typical application
|
/external/selinux/python/sepolicy/sepolicy/ |
generate.py | [all...] |
/external/python/setuptools/setuptools/tests/ |
test_manifest.py | 14 from setuptools.command.egg_info import FileList, egg_info, translate_pattern 225 return set(cmd.filelist.files) 322 to ensure setuptools' version of FileList keeps parity with distutils. 370 file_list = FileList() 377 # filelist does not filter out VCS directories, 428 file_list = FileList() 432 file_list = FileList() 437 file_list = FileList() 445 file_list = FileList() 450 file_list = FileList() [all...] |
/build/make/ |
envsetup.sh | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_zipfile.py | 683 self.assertEqual(zf.filelist[0].filename, "foo.txt")
684 self.assertEqual(zf.filelist[1].filename, u"\xf6.txt")
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
texi2html.py | [all...] |
/external/python/cpython2/Tools/scripts/ |
texi2html.py | [all...] |
/external/python/cpython3/Tools/scripts/ |
texi2html.py | [all...] |
/external/python/cpython3/Lib/idlelib/ |
pyshell.py | 52 from idlelib.filelist import FileList 313 class PyShellFileList(FileList): 316 # override FileList's class variable, instances return PyShellEditorWindow [all...] |