Home
last modified time | relevance | path

Searched refs:file_list (Results 1 - 25 of 26) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
H A 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
[all...]
/third_party/toybox/kconfig/
H A 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()
H A Dexpr.h153 extern struct file *file_list;
H A Dmenu.c15 struct file *file_list; variable
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language.py98 file_list = []
106 file_list.append(os.path.join(path, filename))
107 return file_list
H A Dcopyright.py53 file_list = []
59 file_list.append(os.path.join(path, filename))
60 return file_list
/third_party/python/Lib/test/
H A 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)
H A Dtest_linecache.py52 # file_list = ['list\n', 'of\n', 'good\n', 'strings\n']
55 self.file_byte_string = ''.join(self.file_list).encode('utf-8')
69 self.assertEqual(lines, self.file_list)
83 file_list = [] variable in EmptyFile
87 file_list = ['\n'] variable in SingleEmptyLine
91 file_list = ['á\n', 'b\n', 'abcdef\n', 'ááááá\n'] variable in GoodUnicode
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc596 std::vector<std::string>* file_list, bool annotate_code, in GenerateSibling()
602 file_list->push_back(filename); in GenerateSibling()
636 std::vector<std::string>* file_list, in GenerateSiblings()
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()
593 GenerateSibling( const std::string& package_dir, const std::string& java_package, const DescriptorClass* descriptor, GeneratorContext* context, std::vector<std::string>* file_list, bool annotate_code, std::vector<std::string>* annotation_list, const std::string& name_suffix, GeneratorClass* generator, void (GeneratorClass::*pfn)(io::Printer* printer)) GenerateSibling() argument
634 GenerateSiblings( const std::string& package_dir, GeneratorContext* context, std::vector<std::string>* file_list, std::vector<std::string>* annotation_list) GenerateSiblings() argument
H A Djava_shared_code_generator.cc58 GeneratorContext* context, std::vector<std::string>* file_list, in Generate()
67 file_list->push_back(filename); in Generate()
57 Generate( GeneratorContext* context, std::vector<std::string>* file_list, std::vector<std::string>* annotation_file_list) Generate() argument
H A Djava_shared_code_generator.h73 std::vector<std::string>* file_list,
H A Djava_file.h86 std::vector<std::string>* file_list,
/third_party/skia/third_party/externals/spirv-tools/utils/
H A 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/
H A Dcheck_copyright.py77 file_list = []
85 file_list.append(full_file)
86 return file_list
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py96 file_list = []
104 file_list.append(full_file)
105 return file_list
/third_party/icu/tools/scripts/
H A Dicu-file-utf8-check.py113 file_list = output.splitlines()
115 for f in file_list:
/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py245 file_list: typing.Optional[typing.List[str]] = None) \
255 if file_list is None:
256 file_list = self.default_files
257 for filename in file_list:
/third_party/lz4/tests/
H A 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/jerryscript/tools/
H A Dgen-magic-strings.py100 file_list = str_guards[guard_tuple]
102 file_list.append((fname, lnum))
/third_party/musl/scripts/
H A Dsearch_source_files.py137 file_list = os.listdir(dir)
138 for file in file_list:
/third_party/libsnd/
H A Dmake_lite.py217 def delete_files (file_list):
218 for file_name in file_list:
/third_party/node/deps/v8/tools/
H A 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/tools/gyp/pylib/gyp/
H A Dinput.py807 # file_list is true if a | variant is used.
808 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/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py807 # file_list is true if a | variant is used.
808 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/
H A Dconfigure.py1667 file_list = []
1681 file_list.append(srcfile)
1683 return file_list

Completed in 22 milliseconds

12