Searched refs:get_source_files (Results 1 - 15 of 15) sorted by relevance
/third_party/protobuf/ |
H A D | update_file_lists.sh | 26 get_source_files() { function 55 LIBPROTOBUF_LITE_SOURCES=$(get_source_files $MAKEFILE libprotobuf_lite_la_SOURCES) 56 LIBPROTOBUF_SOURCES=$(get_source_files $MAKEFILE libprotobuf_la_SOURCES) 57 LIBPROTOC_SOURCES=$(get_source_files $MAKEFILE libprotoc_la_SOURCES) 63 COMMON_TEST_SOURCES=$(get_source_files $MAKEFILE COMMON_TEST_SOURCES) 64 COMMON_LITE_TEST_SOURCES=$(get_source_files $MAKEFILE COMMON_LITE_TEST_SOURCES) 65 TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_test_SOURCES) 66 NON_MSVC_TEST_SOURCES=$(get_source_files $MAKEFILE NON_MSVC_TEST_SOURCES) 67 LITE_TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_lite_test_SOURCES) 68 LITE_ARENA_TEST_SOURCES=$(get_source_files [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_clib.py | 65 self.assertRaises(DistutilsSetupError, cmd.get_source_files) 68 self.assertRaises(DistutilsSetupError, cmd.get_source_files) 71 self.assertEqual(cmd.get_source_files(), ['a', 'b']) 74 self.assertEqual(cmd.get_source_files(), ['a', 'b']) 78 self.assertEqual(cmd.get_source_files(), ['a', 'b', 'c', 'd'])
|
H A D | test_build_ext.py | 310 self.assertEqual(cmd.get_source_files(), ['xxx'])
|
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 52 def get_source_files(self): member in BuildExt 53 filenames = build_ext.get_source_files(self)
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 284 self.filelist.extend(build_py.get_source_files()) 312 self.filelist.extend(build_ext.get_source_files()) 317 self.filelist.extend(build_clib.get_source_files()) 322 self.filelist.extend(build_scripts.get_source_files())
|
H A D | build_clib.py | 166 def get_source_files(self): member in build_clib
|
H A D | build_scripts.py | 44 def get_source_files(self): member in build_scripts
|
H A D | build_py.py | 300 def get_source_files(self): member in build_py
|
H A D | build_ext.py | 420 def get_source_files(self): member in build_ext
|
/third_party/vixl/tools/ |
H A D | test.py | 260 return lint.RunLinter([join(dir_root, x) for x in util.get_source_files()], 265 return clang_format.ClangFormatFiles(util.get_source_files(exclude_dirs=['.*', '*/traces/*', '*/aarch32/*']), 271 return clang_tidy.ClangTidyFiles(util.get_source_files(exclude_dirs=['.*', '*/traces/*', '*/aarch32/*']),
|
H A D | clang_tidy.py | 151 files = args.files or util.get_source_files()
|
H A D | clang_format.py | 197 files = args.files or util.get_source_files(exclude_dirs=['.*', '*/traces/*', '*/aarch32/*'])
|
H A D | lint.py | 244 files = args.files or util.get_source_files()
|
H A D | util.py | 224 def get_source_files( function
|
/third_party/PyYAML/ |
H A D | setup.py | 199 def get_source_files(self): member in build_ext
|
Completed in 9 milliseconds