Home
last modified time | relevance | path

Searched refs:file_list (Results 1 – 25 of 28) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
Dtest_filelist.py67 file_list = FileList()
71 file_list.allfiles = ['foo.tmp', 'ok', 'xo', 'four.txt',
90 file_list.process_template_line(line)
103 self.assertEqual(file_list.files, wanted)
106 file_list = FileList()
108 file_list.debug_print('xxx')
114 file_list.debug_print('xxx')
120 file_list = FileList()
122 file_list.set_allfiles(files)
123 self.assertEqual(file_list.allfiles, files)
[all …]
/third_party/toybox/kconfig/
Dutil.c16 for (file = file_list; file; file = file->next) { in file_lookup()
24 file->next = file_list; in file_lookup()
25 file_list = file; in file_lookup()
41 for (file = file_list; file; file = file->next) { in file_write_dep()
Dexpr.h153 extern struct file *file_list;
Dmenu.c15 struct file *file_list; variable
/third_party/vk-gl-cts/external/amber/src/tools/
Dcopyright.py53 file_list = []
59 file_list.append(os.path.join(path, filename))
60 return file_list
Dcheck_language.py98 file_list = []
106 file_list.append(os.path.join(path, filename))
107 return file_list
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc596 std::vector<std::string>* file_list, bool annotate_code, in GenerateSibling() argument
602 file_list->push_back(filename); in GenerateSibling()
636 std::vector<std::string>* file_list, in GenerateSiblings() argument
644 package_dir, java_package_, file_->enum_type(i), context, file_list, in GenerateSiblings()
651 package_dir, java_package_, file_->enum_type(i), context, file_list, in GenerateSiblings()
660 file_list, options_.annotate_code, annotation_list, "OrBuilder", in GenerateSiblings()
665 file_list, options_.annotate_code, annotation_list, "", in GenerateSiblings()
673 package_dir, java_package_, file_->service(i), context, file_list, in GenerateSiblings()
Djava_shared_code_generator.cc58 GeneratorContext* context, std::vector<std::string>* file_list, in Generate() argument
67 file_list->push_back(filename); in Generate()
Djava_shared_code_generator.h73 std::vector<std::string>* file_list,
Djava_file.h86 std::vector<std::string>* file_list,
/third_party/python/Lib/test/
Dtest_unicode_file.py48 file_list = os.listdir(path)
52 file_list = [unicodedata.normalize("NFD", f) for f in file_list]
54 self.assertIn(base, file_list)
Dtest_linecache.py55 self.file_byte_string = ''.join(self.file_list).encode('utf-8')
69 self.assertEqual(lines, self.file_list)
85 file_list = [] variable in EmptyFile
89 file_list = ['\n'] variable in SingleEmptyLine
93 file_list = ['á\n', 'b\n', 'abcdef\n', 'ááááá\n'] variable in GoodUnicode
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_copyright.py77 file_list = []
85 file_list.append(full_file)
86 return file_list
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py77 file_list = []
85 file_list.append(full_file)
86 return file_list
/third_party/spirv-tools/utils/
Dcheck_copyright.py95 file_list = []
103 file_list.append(full_file)
104 return file_list
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py113 file_list = output.splitlines()
115 for f in file_list:
/third_party/lz4/tests/
Dtest-lz4-list.py270 file_list = glob.glob(f"{TEMP}/test_list_*-lz4f-1f--content-size.lz4")
272 for fname in file_list:
277 file_list = glob.glob(f"{TEMP}/test_list_*.lz4")
279 for fname in file_list:
/third_party/musl/scripts/
Dsearch_source_files.py137 file_list = os.listdir(dir)
138 for file in file_list:
/third_party/jerryscript/tools/
Dgen-magic-strings.py100 file_list = str_guards[guard_tuple]
102 file_list.append((fname, lnum))
/third_party/libsnd/
Dmake_lite.py217 def delete_files (file_list): argument
218 for file_name in file_list:
/third_party/glib/patch/
Dbackport-glocalfilemonitor-Avoid-file-monitor-destruction-from-event-thread.patch38 …#11 0x00007fea6908075c in ip_event_dispatch (dir_list=dir_list@entry=0x14c14c0, file_list=0x0, eve…
39 …#12 0x00007fea6908094e in ip_event_dispatch (event=0x7fea64001420, file_list=<optimized out>, dir_…
/third_party/node/deps/v8/tools/
Dgenerate-runtime-call-stats.py477 for dir_name, subdir_list, file_list in os.walk(
479 for file_name in file_list:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py808 file_list = "|" in match["type"]
836 if file_list:
857 if run_command or file_list:
861 if build_file_dir == "" and not file_list:
872 if file_list:
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py808 file_list = "|" in match["type"]
836 if file_list:
857 if run_command or file_list:
861 if build_file_dir == "" and not file_list:
872 if file_list:
/third_party/node/
Dconfigure.py1667 file_list = []
1681 file_list.append(srcfile)
1683 return file_list

12