Home
last modified time | relevance | path

Searched refs:get_source_files (Results 1 - 15 of 15) sorted by relevance

/third_party/protobuf/
H A Dupdate_file_lists.sh26 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 Dtest_build_clib.py65 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 Dtest_build_ext.py310 self.assertEqual(cmd.get_source_files(), ['xxx'])
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py52 def get_source_files(self): member in BuildExt
53 filenames = build_ext.get_source_files(self)
/third_party/python/Lib/distutils/command/
H A Dsdist.py284 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 Dbuild_clib.py166 def get_source_files(self): member in build_clib
H A Dbuild_scripts.py44 def get_source_files(self): member in build_scripts
H A Dbuild_py.py300 def get_source_files(self): member in build_py
H A Dbuild_ext.py420 def get_source_files(self): member in build_ext
/third_party/vixl/tools/
H A Dtest.py260 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 Dclang_tidy.py151 files = args.files or util.get_source_files()
H A Dclang_format.py197 files = args.files or util.get_source_files(exclude_dirs=['.*', '*/traces/*', '*/aarch32/*'])
H A Dlint.py244 files = args.files or util.get_source_files()
H A Dutil.py224 def get_source_files( function
/third_party/PyYAML/
H A Dsetup.py199 def get_source_files(self): member in build_ext

Completed in 9 milliseconds