/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 67 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 D | util.c | 16 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 D | expr.h | 153 extern struct file *file_list;
|
H A D | menu.c | 15 struct file *file_list; variable
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | check_language.py | 98 file_list = [] 106 file_list.append(os.path.join(path, filename)) 107 return file_list
|
H A D | copyright.py | 53 file_list = [] 59 file_list.append(os.path.join(path, filename)) 60 return file_list
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file.py | 48 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 D | test_linecache.py | 52 # 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 D | java_file.cc | 596 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 D | java_shared_code_generator.cc | 58 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 D | java_shared_code_generator.h | 73 std::vector<std::string>* file_list,
|
H A D | java_file.h | 86 std::vector<std::string>* file_list,
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | check_copyright.py | 77 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 D | check_copyright.py | 77 file_list = [] 85 file_list.append(full_file) 86 return file_list
|
/third_party/spirv-tools/utils/ |
H A D | check_copyright.py | 96 file_list = [] 104 file_list.append(full_file) 105 return file_list
|
/third_party/icu/tools/scripts/ |
H A D | icu-file-utf8-check.py | 113 file_list = output.splitlines() 115 for f in file_list:
|
/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 245 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 D | test-lz4-list.py | 270 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 D | gen-magic-strings.py | 100 file_list = str_guards[guard_tuple] 102 file_list.append((fname, lnum))
|
/third_party/musl/scripts/ |
H A D | search_source_files.py | 137 file_list = os.listdir(dir)
138 for file in file_list:
|
/third_party/libsnd/ |
H A D | make_lite.py | 217 def delete_files (file_list): 218 for file_name in file_list:
|
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 477 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 D | input.py | 807 # 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 D | input.py | 807 # 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 D | configure.py | 1667 file_list = [] 1681 file_list.append(srcfile) 1683 return file_list
|