/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_grep.py | 53 filelist = list(grep.findfiles('invaliddir', '*.*', False)) 54 self.assertEqual(filelist, []) 63 filelist = list(ff(os.curdir, filename, False)) 64 self.assertIn(os.path.join(os.curdir, filename), filelist) 72 filelist = list(ff(self.path, '*.py', False)) 74 self.assertGreater(len(filelist), 10) 75 self.assertIn(self.realpath, filelist) 76 self.assertNotIn(readme, filelist) 79 filelist = list(ff(self.path, '*.txt', False)) 80 self.assertNotEqual(len(filelist), [all...] |
H A D | test_filelist.py | 1 "Test filelist, coverage 19%." 3 from idlelib import filelist namespace 25 flist = filelist.FileList(self.root)
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 15 from distutils.filelist import FileList 141 # 'filelist' contains the list of files that will make up the 143 self.filelist = FileList() 151 # whatever). File list is accumulated in 'self.filelist'. 172 distribution, and put it in 'self.filelist'. This might involve 187 self.filelist.sort() 188 self.filelist.remove_duplicates() 195 self.filelist.findall() 206 self.filelist.sort() 207 self.filelist [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrclines.c | 42 struct filelist struct 45 struct filelist *next; 160 struct filelist *filelist = NULL; in read_srclines() local 448 struct filelist null_file = in read_srclines() 458 filelist = &null_file; in read_srclines() 466 struct filelist flstack[MAX_STACK_FILES]; in read_srclines() 468 struct filelist *fl = (nfilelist < MAX_STACK_FILES \ in read_srclines() 470 : malloc (sizeof (struct filelist))); \ in read_srclines() 474 fl->next = filelist; \ in read_srclines() [all...] |
/third_party/NuttX/fs/inode/ |
H A D | fs_files.c | 66 struct filelist tg_filelist = { 0 }; 73 struct filelist *sched_getfiles(void) in sched_getfiles() 125 static void _files_semtake(struct filelist *list) in _files_semtake() 147 struct filelist *list = sched_getfiles(); in file_hold() 164 struct filelist *list = sched_getfiles(); in file_release() 262 void files_initlist(struct filelist *list) in files_initlist() 279 void files_releaselist(struct filelist *list) in files_releaselist() 319 struct filelist *list = NULL; in file_dup2() 424 struct filelist *list = NULL; in files_allocate() 472 struct filelist *lis in files_close_internal() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | test-lexing.c | 39 struct string_list *filelist = NULL; in main() local 43 sparse_initialize(argc, argv, &filelist); in main() 44 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-show-type.c | 18 struct string_list *filelist = NULL; in main() local 21 sparse_initialize(argc, argv, &filelist); in main() 23 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | obfuscate.c | 68 struct string_list *filelist = NULL; in main() local 71 emit_symbol_list(sparse_initialize(argc, argv, &filelist)); in main() 72 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-linearize.c | 59 struct string_list *filelist = NULL; in main() local 62 clean_up_symbols(sparse_initialize(argc, argv, &filelist)); in main() 63 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-inspect.c | 30 struct string_list *filelist = NULL; in main() local 36 expand_symbols(sparse_initialize(argc, argv, &filelist)); in main() 37 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | compile.c | 57 struct string_list *filelist = NULL; in main() local 61 clean_up_symbols(sparse_initialize(argc, argv, &filelist)); in main() 62 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-parsing.c | 54 struct string_list * filelist = NULL; in main() local 57 list = sparse_initialize(argc, argv, &filelist); in main() 67 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-unssa.c | 79 struct string_list * filelist = NULL; in main() local 82 compile(sparse_initialize(argc, argv, &filelist)); in main() 83 FOR_EACH_PTR(filelist, file) { in main()
|
H A D | test-dissect.c | 122 struct string_list *filelist = NULL; in main() local 123 sparse_initialize(argc, argv, &filelist); in main() 124 dissect(&reporter, filelist); in main()
|
H A D | ctags.c | 215 struct string_list *filelist = NULL; in main() local 218 examine_symbol_list(sparse_initialize(argc, argv, &filelist)); in main() 219 FOR_EACH_PTR(filelist, file) { in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/scan_sources/ |
H A D | main.py | 25 filelist = [] 27 filelist += glob.glob(x, recursive=True) 40 for fn in filelist:
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 110 struct filelist struct 116 extern struct filelist tg_filelist; 163 void files_initlist(struct filelist *list); 175 void files_releaselist(struct filelist *list); 512 struct filelist *sched_getfiles(void);
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 791 dstr_t *filelist; in main() local 804 filelist = create_dstr(); in main() 949 init_cups(arglist, filelist, job); in main() 953 init_direct(arglist, filelist, job); in main() 959 dstrtrim(filelist); in main() 960 if (filelist->len == 0) in main() 961 dstrcpyf(filelist, "<STDIN>"); in main() 963 /* Check filelist */ in main() 964 p = strtok(strdup(filelist->data), " "); in main() 1136 _log("%s\n\n", filelist in main() [all...] |
H A D | spooler.h | 31 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job); 32 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job);
|
H A D | spooler.c | 41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() argument 89 dstrcatf(filelist, "%s ", cups_filename); in init_cups() 195 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_direct() argument 207 dstrcatf(filelist, "%s ", tmp); in init_direct()
|
/third_party/python/Lib/distutils/ |
H A D | util.py | 521 from distutils.filelist import FileList 522 filelist = FileList() 526 filelist.findall() 529 filelist.files[:] = filelist.allfiles 534 filelist.process_template_line(line) 536 for filename in filelist.files:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 1 """Tests for distutils.filelist.""" 8 from distutils.filelist import glob_to_re, translate_pattern, FileList 9 from distutils import filelist namespace 73 # filelist does not filter out VCS directories, 152 '*.py', anchor=True, is_regex=False).search('filelist.py')) 302 self.assertEqual(filelist.findall(), []) 318 self.assertEqual(sorted(filelist.findall()), expected) 329 self.assertEqual(filelist.findall(temp_dir), expected)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 348 filelist = {} 351 filelist[filename] = header 352 filelist[os.path.join(framework_name, filename)] = header 353 WriteHmap(out, filelist) 696 def WriteHmap(output_name, filelist): 697 """Generates a header map based on |filelist|. 711 count = len(filelist) 714 max_value_length = max(len(value) for value in filelist.values()) 732 for file, path in filelist.items():
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 348 filelist = {} 351 filelist[filename] = header 352 filelist[os.path.join(framework_name, filename)] = header 353 WriteHmap(out, filelist) 696 def WriteHmap(output_name, filelist): 697 """Generates a header map based on |filelist|. 711 count = len(filelist) 714 max_value_length = max(len(value) for value in filelist.values()) 732 for file, path in filelist.items():
|
/third_party/ltp/testcases/commands/cpio/ |
H A D | cpio_tests.sh | 32 ROD find dir -type f > filelist 33 EXPECT_PASS cpio -o $ARCHIVE_FORMAT \> cpio.out \< filelist
|