Searched refs:get_source_files (Results 1 – 16 of 16) sorted by relevance
/third_party/protobuf/ |
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 $MAKEFILE protobuf_lite_arena_test_SOURCES) [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_clib.py | 63 self.assertRaises(DistutilsSetupError, cmd.get_source_files) 66 self.assertRaises(DistutilsSetupError, cmd.get_source_files) 69 self.assertEqual(cmd.get_source_files(), ['a', 'b']) 72 self.assertEqual(cmd.get_source_files(), ['a', 'b']) 76 self.assertEqual(cmd.get_source_files(), ['a', 'b', 'c', 'd'])
|
D | test_build_ext.py | 309 self.assertEqual(cmd.get_source_files(), ['xxx'])
|
/third_party/python/Lib/distutils/command/ |
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())
|
D | build_clib.py | 166 def get_source_files(self): member in build_clib
|
D | build_scripts.py | 44 def get_source_files(self): member in build_scripts
|
D | build_py.py | 300 def get_source_files(self): member in build_py
|
D | build_ext.py | 420 def get_source_files(self): member in build_ext
|
/third_party/skia/third_party/externals/brotli/ |
D | setup.py | 52 def get_source_files(self): member in BuildExt 53 filenames = build_ext.get_source_files(self)
|
/third_party/vixl/tools/ |
D | test.py | 262 util.get_source_files()), 267 return clang_format.ClangFormatFiles(util.get_source_files(), 273 return clang_tidy.ClangTidyFiles(util.get_source_files(),
|
D | clang_tidy.py | 169 files = args.files or util.get_source_files()
|
D | clang_format.py | 179 files = args.files or util.get_source_files()
|
D | lint.py | 245 files = args.files or util.get_source_files()
|
D | util.py | 230 def get_source_files( function
|
/third_party/PyYAML/ |
D | setup.py | 200 def get_source_files(self): member in build_ext
|
/third_party/python/Doc/distutils/ |
D | sourcedist.rst | 93 :meth:`get_source_files` method in :file:`build_clib.py`!
|